summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoroth?e S?n?chal <dorothee.senechal@logilab.fr>2009-04-09 11:22:01 +0200
committerDoroth?e S?n?chal <dorothee.senechal@logilab.fr>2009-04-09 11:22:01 +0200
commit772779bf41d22b056120ff1d9fd6fe56bcabfabc (patch)
tree18d3b8ae4c5a2cd2cc8235875e46dfbbf6a28b85
parent119695ffee2f54eec6399a9f810878d7bc480998 (diff)
downloadlogilab-common-772779bf41d22b056120ff1d9fd6fe56bcabfabc.tar.gz
New release 0.39.1
-rw-r--r--ChangeLog3
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e5dfb59..dd80688 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
ChangeLog for logilab.common
============================
+2009-04-07 -- 0.39.1
+ * fix #6760 umessage.decode_QP() crashes on unknown encoding
+
2009-03-25 -- 0.39.0
* fix #7915 (shellutils unusable under windows)
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 5421525..c7a54b4 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en"
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 39, 0)
+numversion = (0, 39, 1)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index 8845b82..8a472e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.39.1-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Dorothée Sénéchal <dorothee.senechal@logilab.fr> Wed, 08 Apr 2009 19:32:13 +0200
+
logilab-common (0.39.0-1) unstable; urgency=low
* new upstream release