summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d2f1db3..474b396 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,16 @@
ChangeLog for logilab.common
============================
---
+2010-03-16 -- 0.49.0
* date: new 'totime' function
+
* adbh, db, sqlgen modules moved to the new logilab-database package
+
* pytest: when -x option is given, stop on the first error even if
there are multiple test directories
+
+
2010-02-26 -- 0.48.1
* adbh: added dbport optional argument to [backup|restore]_commands
diff --git a/__pkginfo__.py b/__pkginfo__.py
index c5ba9d2..47b9731 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en"
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 48, 1)
+numversion = (0, 49, 0)
version = '.'.join([str(num) for num in numversion])
copyright = '2000-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.'
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index 4965465..cc014ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.49.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Tue, 16 Mar 2010 17:08:30 +0100
+
logilab-common (0.48.1-1) unstable; urgency=low
* new upstream release