summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog13
-rw-r--r--__pkginfo__.py3
-rw-r--r--db.py4
-rw-r--r--debian/changelog6
4 files changed, 19 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 84b8811..f61df31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,17 @@
ChangeLog for logilab.common
============================
+2010-06-04 -- 0.50.3
+ * logging: added new optional kw argument to init_log rotating_parameters
+
+ * date: fix nb_open_days() codomain, positive natural numbers are expected
+
+ * configuration:
+ - skip option with no type, avoid pb with generated option such as long-help
+ - handle level on man page generation
+
+
+
2010-05-21 -- 0.50.2
* fix licensing information: LGPL v2.1 or greater
@@ -14,10 +25,10 @@ ChangeLog for logilab.common
* textutils support 256 colors when available
-
* testlib] add option splitlines to assertTextEquals
+
2010-04-26 -- 0.50.1
* implements __repr__ on nullobject
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 6a8fde0..8f20807 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -21,10 +21,9 @@ __docformat__ = "restructuredtext en"
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 50, 2)
+numversion = (0, 50, 3)
version = '.'.join([str(num) for num in numversion])
-copyright = 'Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.'
license = 'LGPL' # 2.1 or later
author = "Logilab"
diff --git a/db.py b/db.py
index 64a17d3..c9aaa16 100644
--- a/db.py
+++ b/db.py
@@ -32,10 +32,6 @@ you can control which one you want to use using the
Additional helpers are also provided for advanced functionalities such
as listing existing users or databases, creating database... Get the
helper for your database using the `get_adv_func_helper` function.
-
-
-
-
"""
__docformat__ = "restructuredtext en"
diff --git a/debian/changelog b/debian/changelog
index b4d8152..34e5e18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.50.3-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Fri, 04 Jun 2010 16:04:40 +0200
+
logilab-common (0.50.2-1) unstable; urgency=low
* new upstream release