diff options
author | Aurelien Campeas <aurelien.campeas@logilab.fr> | 2011-10-12 17:29:27 +0200 |
---|---|---|
committer | Aurelien Campeas <aurelien.campeas@logilab.fr> | 2011-10-12 17:29:27 +0200 |
commit | c95dbe52a972da15ef08af52236388be1b3e390e (patch) | |
tree | a2fc4264cd552b38b6cd93c06c5570d0d4fd7a88 | |
parent | e853f1eeba5dea75cf6698136b1878c3ad5c8731 (diff) | |
download | logilab-common-c95dbe52a972da15ef08af52236388be1b3e390e.tar.gz |
-rw-r--r-- | ChangeLog | 19 | ||||
-rw-r--r-- | __pkginfo__.py | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
3 files changed, 19 insertions, 8 deletions
@@ -1,13 +1,18 @@ ChangeLog for logilab.common ============================ - -- -* only install unittest2 when python version < 2.7 (closes: #76068) -* daemon: make pidfile world-readable (closes #75968) -* daemon: remove unused(?) DaemonMixin class -* update compat module for callable() and method_type() -* decorators: fix monkeypatch py3k compat (closes #75290) -* decorators: provide a @cachedproperty decorator +2011-10-12 -- 0.53.0 + * only install unittest2 when python version < 2.7 (closes: #76068) + + * daemon: make pidfile world-readable (closes #75968) + + * daemon: remove unused(?) DaemonMixin class + + * update compat module for callable() and method_type() + + * decorators: fix monkeypatch py3k compat (closes #75290) + + * decorators: provide a @cachedproperty decorator 2011-09-08 -- 0.56.2 * daemon: call initgroups/setgid before setuid (closes #74173) diff --git a/__pkginfo__.py b/__pkginfo__.py index 41761dc..65a1f17 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -24,7 +24,7 @@ modname = 'common' subpackage_of = 'logilab' subpackage_master = True -numversion = (0, 56, 2) +numversion = (0, 57, 0) version = '.'.join([str(num) for num in numversion]) license = 'LGPL' # 2.1 or later diff --git a/debian/changelog b/debian/changelog index 82d6b88..2ce77cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +logilab-common (0.57.0-1) unstable; urgency=low + + * new upstream release + + -- Aurélien Campéas <aurelien.campeas@logilab.fr> Wed, 12 Oct 2011 15:43:00 +0200 + logilab-common (0.56.2-2) unstable; urgency=low * depends on python >= 2.5 |