summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index db6ba78..c579d02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
ChangeLog for logilab.common
============================
---
+
+2013-01-21 -- 0.59.0
+
* registry:
- introduce RegistrableObject base class, mandatory to make
@@ -21,6 +23,20 @@ ChangeLog for logilab.common
* loggin_ext: on windows, use colorama to display colored logs, if available (closes #107436)
+ * packaging: remove references to ftp at logilab
+
+ * deprecations: really check them
+
+ * packaging: steal spec file from fedora (closes #113099)
+
+ * packaging force python2.6 on rhel5 (closes #113099)
+
+ * packaging Update download and project urls (closes #113099)
+
+ * configuration: enhance merge_options function (closes #113458)
+
+
+
2012-11-14 -- 0.58.3
* date: fix ustrftime() impl. for python3 (closes #82161, patch by Arfrever
Frehtes Taifersar Arahesis) and encoding detection for python2 (closes