From 585584a5a4d78441ef70e1fdd5c2a00190456552 Mon Sep 17 00:00:00 2001 From: sylvain thenault Date: Mon, 26 Jan 2009 15:03:34 +0100 Subject: 0.38 --- ChangeLog | 20 +++++++++++++++++--- __pkginfo__.py | 6 ++++-- debian/changelog | 6 ++++++ 3 files changed, 27 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 431a01c..66a8cc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,23 @@ ChangeLog for logilab.common ============================ - * reimplemented pytest's colorization - - +2009-01-26 -- 0.38.0 + * setuptools / easy_install support! + + * removed some old backward compat code + + * adbh: new intersect_all_support attribute + + * contexts: new pushd context manager + + * shellutils: enhance acquire_lock method w/ race condition + + * configuration: fix case sensitivity pb w/ config file sections + + * pytest: reimplemented colorization + + + 2009-01-08 -- 0.37.2 * configuration: encoding handling for configuration file generation diff --git a/__pkginfo__.py b/__pkginfo__.py index 57fcc67..576de79 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en" distname = 'logilab-common' modname = 'common' -numversion = (0, 37, 2) +numversion = (0, 38, 0) version = '.'.join([str(num) for num in numversion]) license = 'GPL' @@ -32,7 +32,9 @@ modules, * manipulating tree structures * accessing RDBMS (currently postgreSQL, mysql and sqlite) * generating text and HTML reports - * logging""" + * logging + * more... +""" web = "http://www.logilab.org/project/%s" % distname diff --git a/debian/changelog b/debian/changelog index 34f38bd..f1b6547 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +logilab-common (0.38.0-1) unstable; urgency=low + + * new upstream release + + -- Sylvain Thénault Mon, 26 Jan 2009 15:03:27 +0100 + logilab-common (0.37.2-2) unstable; urgency=low * Merged Sandro Tosi's changes with Logilab's evolution of the package -- cgit v1.2.1