summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Thenault <sylvain.thenault@logilab.fr>2009-01-08 14:01:06 +0100
committerSylvain Thenault <sylvain.thenault@logilab.fr>2009-01-08 14:01:06 +0100
commitc79944f759538a629f1d345f315051856fb009b7 (patch)
tree97e3cdef39c6bd1902fcec0427054344ff218acd
parent13c85e8347ceed4f32d274d80063f3a4fc400782 (diff)
downloadlogilab-common-c79944f759538a629f1d345f315051856fb009b7.tar.gz
0.37.2
-rw-r--r--ChangeLog24
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 24 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 833f278..fedda05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,22 +1,32 @@
ChangeLog for logilab.common
============================
- --
- * configuration: encoding handling for configuration file generation
- * adbh: fix Datetime type map for mysql
- * logging_ext: drop lldebug level which shouldn't be there
-
+2009-01-08 -- 0.37.2
+ * configuration: encoding handling for configuration file generation
+
+ * adbh: fix Datetime type map for mysql
+
+ * logging_ext: drop lldebug level which shouldn't be there
+
+
+
2008-12-11 -- 0.37.1
- * contexts: make the module syntactically correct wrt python2.4
+ * contexts: make the module syntactically correct wrt python2.4
+
2008-12-09 -- 0.37.0
* contexts: new module for context managers, keeping py <2.4 syntax compat
for distribution (only `tempdir` cm for now)
+
* tasksqueue: new module containing a class to handle prioritized tasks queue
+
* proc: new module for process information / resource control
+
* optik_ext: new time/bytes option types, using textutils conversion function
- * logging_ext: new set_log_methods / init_log utility functions
+
+ * logging_ext: new set_log_methods / init_log utility functions
+
2008-10-30 -- 0.36.0
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 66f176d..57fcc67 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en"
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 37, 1)
+numversion = (0, 37, 2)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index a261744..f0881d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.37.2-1) DISTRIBUTION; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Thu, 08 Jan 2009 14:00:41 +0100
+
logilab-common (0.37.1-1) DISTRIBUTION; urgency=low
* new upstream release