summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca729a8..985f00a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
ChangeLog for logilab.common
============================
+2011-04-01 -- 0.55.2
+ * new function for password generation in shellutils
+
+ * pyro_ext: allow to create a server without registering with a pyrons
+
+2011-03-28 -- 0.55.1
+
+ * fix date.ustrftime break if year <= 1900
+
+ * fix graph.py incorrectly builds command lines using %s to call dot
+
+ * new functions to get UTC datetime / time
2011-02-18 -- 0.55.0
* new urllib2ext module providing a GSSAPI authentication handler, based on python-kerberos