summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Thenault <sylvain.thenault@logilab.fr>2008-12-01 12:17:31 +0100
committerSylvain Thenault <sylvain.thenault@logilab.fr>2008-12-01 12:17:31 +0100
commitfe96749a89947c80e1b66db8b6eeddc0bc7664fb (patch)
treea587a26221dbd4ad633b97c759337a2fba910274
parent4b0fc439839867bcbf136772d110e6a1c539be44 (diff)
downloadlogilab-common-fe96749a89947c80e1b66db8b6eeddc0bc7664fb.tar.gz
update change log
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc80f7d..4b13555 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
ChangeLog for logilab.common
============================
+--
+ * 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
+
+
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)