summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-07-26 10:28:07 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-07-26 10:28:07 +0200
commitcfe1107d4f5d8d44e2cf4f9733be145254e6c8e8 (patch)
treeaa80cc1624345afa637caa9d72d306e9e160c20e /ChangeLog
parent8c9024ac95f410199372806816437488ff3f9194 (diff)
parent07f9b4ac057f646c5232781d01fc34765c1c04c2 (diff)
downloadlogilab-common-cfe1107d4f5d8d44e2cf4f9733be145254e6c8e8.tar.gz
backport stable branch
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b0d1aa..888cc7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,8 +3,23 @@ ChangeLog for logilab.common
--
* configuration: rename option_name method into option_attrname (#140667)
+
* deprecation: new DeprecationManager class (closes #108205)
+ * modutils:
+
+ * fix typo causing name error in python3 / bad message in python2
+ (#136037)
+
+ * fix python3.3 crash in file_from_modpath due to implementation
+ change of imp.find_module wrt builtin modules (#137244)
+
+ * testlib: use assertCountEqual instead of assertSameElements/assertItemsEqual
+ (deprecated), fixing crash with python 3.3 (#144526)
+
+ * graph: use codecs.open avoid crash when writing utf-8 data under python3
+ (#155138)
+
2013-04-16 -- 0.59.1
* graph: added pruning of the recursive search tree for detecting cycles in