summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f1eb811..0397a1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,25 +1,32 @@
ChangeLog for logilab.common
============================
- --
+2009-12-23 -- 0.46.0
* db / adbh: added SQL Server support using Pyodbc
+
* db:
- New optional extra_args argument to get_connection.
- Support Windows Auth for SQLServer by giving
extra_args='Trusted_Connection' to the sqlserver2005 driver
+
+
2009-11-23 -- 0.45.2
* configuration:
- proper bytes and time option types support
- make Method usable as 'callback' value
- fix #8849 Using plugins, options and .pylintrc crashes PyLint
+
* graph: fix has_path returned value to include the destination node, else we get
an empty list which makes think there is no path (test added)
+
+
2009-08-26 -- 0.45.0
* added function for parsing XML processing instructions
+
2009-08-07 -- 0.44.0
* remove code deprecated for a while now
diff --git a/__pkginfo__.py b/__pkginfo__.py
index a264657..9168e6f 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en"
distname = 'logilab-common'
modname = 'common'
-numversion = (0, 45, 2)
+numversion = (0, 46, 0)
version = '.'.join([str(num) for num in numversion])
license = 'GPL'
diff --git a/debian/changelog b/debian/changelog
index 9079d98..c4bee0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.46.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 23 Dec 2009 09:00:35 +0100
+
logilab-common (0.45.2-1) unstable; urgency=low
* new upstream release