From 56a422c1fa243158a39a756cd019025e282dd780 Mon Sep 17 00:00:00 2001 From: Sylvain Th?nault Date: Thu, 9 Jun 2011 15:13:29 +0200 Subject: 0.56 --- ChangeLog | 11 +++++++++-- __pkginfo__.py | 2 +- debian/changelog | 6 ++++++ 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 Thu, 09 Jun 2011 15:07:47 +0200 + logilab-common (0.55.2-1) unstable; urgency=low * new upstream release -- cgit v1.2.1