summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsylvain thenault <sylvain.thenault@logilab.fr>2009-01-26 15:03:34 +0100
committersylvain thenault <sylvain.thenault@logilab.fr>2009-01-26 15:03:34 +0100
commit585584a5a4d78441ef70e1fdd5c2a00190456552 (patch)
tree712edf9af7b6cdea5e9b85f2ecaece8aa270a82a
parentda01da92740c5210af6e56361084ba3cb5855e9d (diff)
downloadlogilab-common-585584a5a4d78441ef70e1fdd5c2a00190456552.tar.gz
0.38
-rw-r--r--ChangeLog20
-rw-r--r--__pkginfo__.py6
-rw-r--r--debian/changelog6
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 <sylvain.thenault@logilab.fr> 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