summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Di Mascio <Adrien.DiMascio@logilab.fr>2008-12-10 09:44:04 +0100
committerAdrien Di Mascio <Adrien.DiMascio@logilab.fr>2008-12-10 09:44:04 +0100
commit37e2baa6f032e3b6028dd6b4d45fac828746076e (patch)
tree942ef7d3ebf5aa60dbc48c36d060292cee729b4e
parent1d15c02b2caa5f137a3a8011671068ea454c933a (diff)
downloadlogilab-common-37e2baa6f032e3b6028dd6b4d45fac828746076e.tar.gz
close 0.37.0 ChangeLog
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 78d2441..815f80f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,15 @@
ChangeLog for logilab.common
============================
---
+2008-12-09 -- 0.37.0
* contexts: new module for context managers, keeping py <2.4 syntax compat
for distribution (only `tempdir` cm for now)
* tasksqueue: new module containing a class to handle prioritized tasks queue
* proc: new module for process information / resource control
* optik_ext: new time/bytes option types, using textutils conversion function
* logging_ext: new set_log_methods / init_log utility functions
-
+
+
2008-10-30 -- 0.36.0
* configuration:
- option yn is now behaving like a flag (i.e --ex : if ex.default=True and --ex in sys.args then ex.value=False)