summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>2011-04-01 15:00:45 +0200
committerAlexandre Fayolle <alexandre.fayolle@logilab.fr>2011-04-01 15:00:45 +0200
commit67c4b3d60ce43b0263f1e3a08280bc14e6e0305f (patch)
treec6eead04326b33426f5eb7faec6748a9f4b16f11 /ChangeLog
parenta9e8b664f217247c2560413b6be8cfae385edfdc (diff)
downloadlogilab-common-67c4b3d60ce43b0263f1e3a08280bc14e6e0305f.tar.gz
updated ChangeLog
Diffstat (limited to 'ChangeLog')
-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