summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-05-21 11:08:39 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-05-21 11:08:39 +0200
commita6681b8b67500689bc0a98272875317c86c063b6 (patch)
tree759d10894c3d647076b361835cd6251b32164213
parent6ac7dcb5293adb05f9ae4d4ed42c0b51913b369d (diff)
downloadlogilab-common-a6681b8b67500689bc0a98272875317c86c063b6.tar.gz
0.50.2
-rw-r--r--ChangeLog21
-rw-r--r--__pkginfo__.py6
-rw-r--r--debian/changelog6
3 files changed, 21 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f2c3a9..d181000 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,21 +1,26 @@
ChangeLog for logilab.common
============================
- --
+2010-05-21 -- 0.50.2
+ * fix licensing information: LGPL v2.1 or greater
- * fix licensing information: LGPL v2.1 or greater
- * daemon: new daemonize function
+ * daemon: new daemonize function
- * modutils: fix some false negative of is_standard_module with
+ * modutils: fix some false negative of is_standard_module with
'from module import something" where something isn't a submodule
+
+
2010-04-26 -- 0.50.1
+ * implements __repr__ on nullobject
- * implements __repr__ on nullobject
- * configuration: avoid crash by skipping option without 'type'
+ * configuration: avoid crash by skipping option without 'type'
entry while input a config
- * pyro_ext: raise PyroError instead of exception
-
+
+ * pyro_ext: raise PyroError instead of exception
+
+
+
2010-04-20 -- 0.50.0
* graph:
- generate methods now takes an optional mapfile argument to generate
diff --git a/__pkginfo__.py b/__pkginfo__.py
index b6f60f7..52de2cf 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -20,7 +20,7 @@ __docformat__ = "restructuredtext en"
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 50, 1)
+numversion = (0, 50, 2)
version = '.'.join([str(num) for num in numversion])
copyright = '2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.'
license = 'LGPL' # 2.1 or later
@@ -58,6 +58,4 @@ subpackage_master = True
scripts = ('bin/pytest',)
from os.path import join
include_dirs = [join('test', 'data')]
-pyversions = ['2.3', '2.4', '2.5']
-debian_maintainer = 'Alexandre Fayolle'
-debian_maintainer_email = 'afayolle@debian.org'
+pyversions = ['2.4', '2.5', '2.6']
diff --git a/debian/changelog b/debian/changelog
index 12b4333..b4d8152 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.50.2-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Fri, 21 May 2010 10:59:29 +0200
+
logilab-common (0.50.1-1) unstable; urgency=low
* new upstrem release