summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2006-09-22 11:15:17 +0200
committerSylvain <syt@logilab.fr>2006-09-22 11:15:17 +0200
commitb896ddaebecc3f1fdc812b88105903ac2b8eceec (patch)
tree4eeb40996785f3c61655583e9df3c2011a0d2641
parentf6c6ea416f4f7707cecbb1771f10a9f972572f98 (diff)
parent8df52188df9b8e03edaa6c787161198dd5413c91 (diff)
downloadlogilab-common-b896ddaebecc3f1fdc812b88105903ac2b8eceec.tar.gz
merge
-rw-r--r--ChangeLog35
-rw-r--r--__pkginfo__.py4
-rw-r--r--debian/changelog6
3 files changed, 24 insertions, 21 deletions
diff --git a/ChangeLog b/ChangeLog
index cd4ec1c..06e79c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,38 +1,37 @@
ChangeLog for logilab.common
============================
- --
- * db:
+2006-09-22 -- 0.19.1
+ * db:
- fixed bug when querying boolean on sqlite using python's bool type
- fixed time handling and added an adapter for DateTimeDeltaType
- added "drop_on_commit" argument to create_temporary_table on db helper
- added missing implementation of executemany on pysqlite2 wrapper to
support pyargs correctly like execute
- * optik_ext: fixed "named" type option to support csv values and to return
+ * optik_ext: fixed "named" type option to support csv values and to return
a dictionary
2006-09-05 -- 0.19.0
- * new umessage module which provides a class similar to the standard
+ * new umessage module which provides a class similar to the standard
email.Message class but returning unicode strings
- * new clcommands module to handle commands based command line tool
+ * new clcommands module to handle commands based command line tool
(based on the configuration module)
- * new "date" otion type in optik_ext
- * new AttrObject in testlib to create objects in test with arbitrary attributes
- * add pytest to run project's tests and get rid of all runtests.py
- * add pytest option to enable design-by-contract using aspects
- * some enhancements to the configuration module
+ * new "date" otion type in optik_ext
+ * new AttrObject in testlib to create objects in test with arbitrary attributes
+ * add pytest to run project's tests and get rid of all runtests.py
+ * add pytest option to enable design-by-contract using aspects
+ * some enhancements to the configuration module
2006-08-09 -- 0.18.0
-
- * added -c / --capture option to testlib.unittest_main
- * fixed bugs in lgc.configuration
- * optparser: added a OptionParser that extends optparse's with commands
+ * added -c / --capture option to testlib.unittest_main
+ * fixed bugs in lgc.configuration
+ * optparser: added a OptionParser that extends optparse's with commands
2006-07-13 -- 0.17.0
- * python2.5 compatibility (testlib.py + compat.py)
- * testlib.assertListEquals return all errors at once
- * new "password" option type in optik_ext
- * configuration: refactored to support interactive input of a configuration
+ * python2.5 compatibility (testlib.py + compat.py)
+ * testlib.assertListEquals return all errors at once
+ * new "password" option type in optik_ext
+ * configuration: refactored to support interactive input of a configuration
2006-06-08 -- 0.16.1
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 564eb76..99125c5 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -15,10 +15,8 @@
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"""logilab.common packaging information"""
-__revision__ = "$Id: __pkginfo__.py,v 1.58 2006-04-25 12:08:52 syt Exp $"
-
modname = 'common'
-numversion = (0, 19, 0)
+numversion = (0, 19, 1)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index ce07603..698d03f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.19.1-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Fri, 22 Sep 2006 11:13:41 +0200
+
logilab-common (0.19.0-3) unstable; urgency=medium
* Remove leftover files from package in Stable (closes: #388322)