diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2011-01-12 09:06:07 +0100 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2011-01-12 09:06:07 +0100 |
commit | 2f83940ea39b2297661c6273f16d75172d4088ff (patch) | |
tree | 0e84d09c2ff34a63057bda39cc3847cbca035f58 | |
parent | 58036310bc087562063ae8d15970396c472ce765 (diff) | |
download | logilab-common-2f83940ea39b2297661c6273f16d75172d4088ff.tar.gz |
close changeloglogilab-common-version-0.54.0
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -1,30 +1,32 @@ ChangeLog for logilab.common ============================ --- - * dropped python 2.3 support +2011-01-12 -- 0.54.0 + * dropped python 2.3 support - * daemon: we can now specify umask to daemonize function, and it return + * daemon: we can now specify umask to daemonize function, and it return different exit code according to the process - * pyro_ext: new ns_reregister function to ensure a name is still properly + * pyro_ext: new ns_reregister function to ensure a name is still properly registered in the pyro name server - * hg: new incoming/outgoing functions backward compatible with regards to + * hg: new incoming/outgoing functions backward compatible with regards to mercurial version (eg hg 1.6 and earlier) - * testlib/pytest: more deprecation and removed code. Still on the way to + * testlib/pytest: more deprecation and removed code. Still on the way to unittest2 + 2010-11-15 -- 0.53.0 * first python3.x compatible release * __init__: tempattr context manager - + * shellutils: progress context manager + 2010-10-11 -- 0.52.1 * configuration: fix pb with option names as unicode string w/ python 2.5. Makes OptionError available through the module @@ -36,6 +38,7 @@ ChangeLog for logilab.common * modutils: Consider arch-specific installation for STD_LIB_DIR definition + 2010-09-28 -- 0.52.0 * testlib is now based on unittest2, to prepare its own extinction. Warning are printed so you can easily migration step by step. |