summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2011-01-12 09:06:07 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2011-01-12 09:06:07 +0100
commit2f83940ea39b2297661c6273f16d75172d4088ff (patch)
tree0e84d09c2ff34a63057bda39cc3847cbca035f58
parent58036310bc087562063ae8d15970396c472ce765 (diff)
downloadlogilab-common-2f83940ea39b2297661c6273f16d75172d4088ff.tar.gz
-rw-r--r--ChangeLog17
1 files changed, 10 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 5672318..bd8a5a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.