diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2011-06-09 15:13:29 +0200 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2011-06-09 15:13:29 +0200 |
commit | 56a422c1fa243158a39a756cd019025e282dd780 (patch) | |
tree | 65cf1792d23fa1dd9959ec89789c06a19e7c4dac /ChangeLog | |
parent | 22e8cfc0af0c9b77db169317d409877c9ac7d32b (diff) | |
download | logilab-common-56a422c1fa243158a39a756cd019025e282dd780.tar.gz |
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,25 +1,32 @@ ChangeLog for logilab.common ============================ - -- +2011-06-09 -- 0.56.0 + * clcommands: make registration possible by class decoration + * date: new datetime/delta <-> seconds/days conversion function * decorators: refactored @cached to allow usages such as @cached(cacheattr='_cachename') while keeping bw compat + + 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 + +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 |