summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog47
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 44 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index a3e0e0e..11cc3c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,34 +1,58 @@
ChangeLog for logilab.common
============================
- --
- * pyro_ext: new module for pyro utilities
- * adbh: fix default set_null_allowed implementation, new case_sensitive
+2009-07-21 -- 0.43.0
+ * dbf: a DBF reader which reads Visual Fox Pro DBF format with Memo field (module from Yusdi Santoso)
+
+ * shellutils:
+ - #9764 add title to shellutils.ProgressBar
+ - #9796 new confirm function
+
+
+
+2009-07-17 -- 0.42.0
+ * pyro_ext: new module for pyro utilities
+
+ * adbh: fix default set_null_allowed implementation, new case_sensitive
resource descriptor
-2009-06-03 -- 0.41.0
- * modutils: new extrapath argument to modpath_from_file (see function's
+
+
+2009-06-03 -- 0.41.0
+ * modutils: new extrapath argument to modpath_from_file (see function's
docstring for explanation)
- * adbh: new alter_column_support flag, sql_set_null_allowed and
+
+ * adbh: new alter_column_support flag, sql_set_null_allowed and
sql_change_col_type methods
-2009-05-28 -- 0.40.1
- * date: handle both mx.DateTime and datetime representations
- * db: use sqlite native module's Binary, not StringIO
-2009-05-14 -- 0.40.0
+2009-05-28 -- 0.40.1
+ * date: handle both mx.DateTime and datetime representations
+
+ * db: use sqlite native module's Binary, not StringIO
+
+
+
+2009-05-14 -- 0.40.0
* python < 2.3 are now officially unsupported
+
* #9162: new module with some sphinx utilities
+
* #9166: use a global variable to control mx datetime / py datetime usage
+
* db: add time adapter for pysqlite2, fix mysql bool and string handling
+
* configuration: don't print default for store_true / store_false option
or option with None as default
+
2009-04-07 -- 0.39.1
* fix #6760 umessage.decode_QP() crashes on unknown encoding
+
+
2009-03-25 -- 0.39.0
* fix #7915 (shellutils unusable under windows)
@@ -1031,3 +1055,6 @@ ChangeLog for logilab.common
2003-02-17 -- 0.1.0
* initial revision
+
+
+
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 79aab83..4a4f693 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en"
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 42, 0)
+numversion = (0, 43, 0)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index 3b15de8..e56671b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.43.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Tue, 21 Jul 2009 11:58:26 +0200
+
logilab-common (0.42.0-2) unstable; urgency=low
* Does clean up old pycentral package