summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2009-12-23 10:24:37 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2009-12-23 10:24:37 +0100
commitf7c4dcc8b4650202bd82d538ef708c2e183aea49 (patch)
treee6a65cd82237fcfaae81865e2c064b838a3567ea /ChangeLog
parent716e4eb218b0d7098428ebb81c06683cf0ba7074 (diff)
downloadlogilab-common-f7c4dcc8b4650202bd82d538ef708c2e183aea49.tar.gz
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 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