summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Douard <david.douard@logilab.fr>2007-06-18 12:12:34 +0200
committerDavid Douard <david.douard@logilab.fr>2007-06-18 12:12:34 +0200
commitfb33919b81461e15601cc7e467ba7035d7984328 (patch)
treee37aaa32d8f015be459fb0ec785fde7678f2a068
parentf4b2fb4c9671b11a5adbaccef0b3036857d18f2c (diff)
downloadlogilab-common-fb33919b81461e15601cc7e467ba7035d7984328.tar.gz
-rw-r--r--ChangeLog7
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
-rw-r--r--debian/control3
4 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ed125c..c09cb90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
ChangeLog for logilab.common
============================
+2007-05-14 -- 0.22.1
+ * important bug fix in bd.py
+ * added history in pytest debugger sessions
+ * fix pytest coverage bug
+ * fix textutils test
+ * fix a bug which provoqued a crash if devtools was not installed
+
2007-05-14 -- 0.22.0
* pytest improvements
* shellutils: use shutil.move instead of os.rename as default action
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 353af8d..062d325 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -17,7 +17,7 @@
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 22, 0)
+numversion = (0, 22, 1)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index 883be7b..212c9b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.22.1-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- David Douard <david.douard@logilab.fr> Mon, 18 Jun 2007 11:44:19 +0200
+
logilab-common (0.22.0-1) unstable; urgency=low
* new upstream release
diff --git a/debian/control b/debian/control
index 56044cc..478cf2e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
Source: logilab-common
Section: python
Priority: optional
-Maintainer: Alexandre Fayolle <afayolle@debian.org>
+Maintainer: Alexandre Fayolle <afayolle@debian.org>
+Uploaders: David Douard <david.douard@logilab.fr>
Build-Depends: debhelper (>= 5.0.38)
Build-Depends-Indep: python (>=2.3.5-7), python-central (>=0.5.6)
XS-Python-Version: all