summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Douard <david.douard@logilab.fr>2012-04-12 09:28:35 +0200
committerDavid Douard <david.douard@logilab.fr>2012-04-12 09:28:35 +0200
commit9d6ec8605208aaf16ad9f3ffbc2afd48519e7dbf (patch)
tree8c0b1cc8c3ac254f0c9eac76d416892a12badf6c
parent2dd04f3be704f1a5edebc00b30eab763a5fe130e (diff)
parenta18df4aa04eceacddcd692c1ca68ddd9b7025596 (diff)
downloadlogilab-common-9d6ec8605208aaf16ad9f3ffbc2afd48519e7dbf.tar.gz
backport stable
-rw-r--r--ChangeLog15
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 21 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index beb1d31..c08fd2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,10 +7,23 @@ ChangeLog for logilab.common
* shellutil: add argument to ``ProgressBar.update`` to tune cursor progression (closes #88981)
* deprecated: new DeprecationWrapper class (closes #88942)
- -- #stable
+2012-03-22 -- 0.57.2
* texutils: apply_units raise ValueError if string isn'nt valid (closes #88808)
+
+ * daemon: don't call putenv directly
+
* pytest: do not enable extra warning other than DeprecationWarning.
+ * testlib: DocTestCase fix builtins pollution after doctest execution.
+
+ * testlib: replace sys.exit with raise ImportError (closes: #84159)
+
+ * fix license in README
+
+ * add trove classifiers (tell about python 3 support for pypi)
+
+
+
2011-10-28 -- 0.57.1
* daemon: change $HOME after dropping privileges (closes #81297)
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 81f5ffc..6471d54 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -24,7 +24,7 @@ modname = 'common'
subpackage_of = 'logilab'
subpackage_master = True
-numversion = (0, 57, 1)
+numversion = (0, 57, 2)
version = '.'.join([str(num) for num in numversion])
license = 'LGPL' # 2.1 or later
diff --git a/debian/changelog b/debian/changelog
index 16ceaac..6e0a07d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.57.2-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- David Douard <david.douard@logilab.fr> Thu, 22 Mar 2012 10:57:44 +0100
+
logilab-common (0.57.1-1) unstable; urgency=low
* new upstream release