summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-02-26 07:12:51 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-02-26 07:12:51 +0100
commitc9f9b8bc20b2c3716141b7a9c72a18013632e8bd (patch)
tree6c088d74f92c2a0b201f7cb74c26654a8c6739ea /ChangeLog
parentc9db05c0053a61cf8ab47eebc69351e76c73ad79 (diff)
downloadlogilab-common-c9f9b8bc20b2c3716141b7a9c72a18013632e8bd.tar.gz
0.48.1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 13 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 7da16e6..c6e039e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,25 +1,33 @@
ChangeLog for logilab.common
============================
- --
+2010-02-26 -- 0.48.1
* adbh: added dbport optional argument to [backup|restore]_commands
-2010-02-17 -- 0.48.0
- * date: fixed mx date time compat for date_range (#20651)
- * testlib: generative test should not be interrupted by self.skip() (#20648)
-2010-02-10 -- 0.47.0
+
+2010-02-17 -- 0.48.0
+ * date: fixed mx date time compat for date_range (#20651)
+
+ * testlib: generative test should not be interrupted by self.skip() (#20648)
+
+
+
+2010-02-10 -- 0.47.0
* adbh: changed backup / restore api (BREAKS COMPAT):
- backup_command is now backup_commands (eg return a list of commands)
- each command returned in backup_commands/restore_commands may now
be list that may be used as argument to subprocess.call, or a string
which will the requires a subshell
- new sql_rename_col method
+
* deprecation: deprecated now takes an optional 'stacklevel' argument, default to 2
+
* date: some functions to ease python's datetime module usage have been backported
from cubicweb
+
2009-12-23 -- 0.46.0
* db / adbh: added SQL Server support using Pyodbc