summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Yves David <pierre-yves.david@logilab.fr>2008-06-25 11:44:33 +0200
committerPierre-Yves David <pierre-yves.david@logilab.fr>2008-06-25 11:44:33 +0200
commit7216a354535683573651b4699174d1598cefd2df (patch)
treef75cf544598805be7cb5a458cb311e1fe2ece457
parent721c2b9b0125540f9421e2a40b72aae0001987cf (diff)
downloadlogilab-common-version-0_33_0.tar.gz
-rw-r--r--ChangeLog13
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 14 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 3edb456..c19aee6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,20 +1,21 @@
ChangeLog for logilab.common
============================
- --
+2008-06-25 -- 0.33.0
* decorators: new @locked decorator
* cache: make it thread safe, changed behaviour so that when cache size is 0
and __delitem__ is called, a KeyError is raised (more consistent)
* testlib:
- added assertIsNot, assertNone and assertNotNone assertion
- added assertUnorderedIterableEquals
- * umessage.date() return unparsage string as is instead of None
- * compat: adds a max function taking 'key' as keyword argument
+ - added assertDirEquals
+ - various failure ouput improvement
+ * umessage: umessage.date() mayreturn unparsage string as is instead of None
+ * compat: adds a max function taking 'key' as keyword argument as in 2.5
- * escape rest when printing for default value
- * add an assertDirEquals method for TestCase
+ * configuration: escape rest when printing for default value
-2008-09-08 -- 0.32.0
+2008-06-08 -- 0.32.0
* textutils: add the apply_unit fonction
* testlib:
- added a assertXMLEqualsTuple test assertion
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 98a3f95..8051323 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -17,7 +17,7 @@
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 32, 0)
+numversion = (0, 33, 0)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index 56b6340..2fec6c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.33.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Pierre-Yves David <pierre-yves.david@logilab.fr> Wed, 25 Jun 2008 11:45:12 +0200
+
logilab-common (0.32.0-2) unstable; urgency=low
* add missing python:Depends and python:Provides fields in control file