summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2011-06-09 15:13:29 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2011-06-09 15:13:29 +0200
commit56a422c1fa243158a39a756cd019025e282dd780 (patch)
tree65cf1792d23fa1dd9959ec89789c06a19e7c4dac
parent22e8cfc0af0c9b77db169317d409877c9ac7d32b (diff)
downloadlogilab-common-56a422c1fa243158a39a756cd019025e282dd780.tar.gz
-rw-r--r--ChangeLog11
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 16 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b2b4505..db96195 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,25 +1,32 @@
ChangeLog for logilab.common
============================
- --
+2011-06-09 -- 0.56.0
+ * clcommands: make registration possible by class decoration
+
* date: new datetime/delta <-> seconds/days conversion function
* decorators: refactored @cached to allow usages such as
@cached(cacheattr='_cachename') while keeping bw compat
+
+
2011-04-01 -- 0.55.2
* new function for password generation in shellutils
* pyro_ext: allow to create a server without registering with a pyrons
-2011-03-28 -- 0.55.1
+
+2011-03-28 -- 0.55.1
* fix date.ustrftime break if year <= 1900
* fix graph.py incorrectly builds command lines using %s to call dot
* new functions to get UTC datetime / time
+
+
2011-02-18 -- 0.55.0
* new urllib2ext module providing a GSSAPI authentication handler, based on python-kerberos
diff --git a/__pkginfo__.py b/__pkginfo__.py
index b4234fc..ade0d0f 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -23,7 +23,7 @@ modname = 'common'
subpackage_of = 'logilab'
subpackage_master = True
-numversion = (0, 55, 2)
+numversion = (0, 56, 0)
version = '.'.join([str(num) for num in numversion])
license = 'LGPL' # 2.1 or later
diff --git a/debian/changelog b/debian/changelog
index e0e9a1d..1c06cbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.56.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Thu, 09 Jun 2011 15:07:47 +0200
+
logilab-common (0.55.2-1) unstable; urgency=low
* new upstream release