summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPierre-Yves David <pierre-yves.david@logilab.fr>2012-03-15 13:34:02 +0100
committerPierre-Yves David <pierre-yves.david@logilab.fr>2012-03-15 13:34:02 +0100
commitedca50607e10aeeccb2f251bd23a02b7c2f079be (patch)
treea88dc6afaa79db9c41e6fe2e5fc702a8d8454652 /ChangeLog
parent27e22487d92741e52c12e346123830a08f05243c (diff)
downloadlogilab-common-edca50607e10aeeccb2f251bd23a02b7c2f079be.tar.gz
testlib: ensure DocTest does not alter __builtins__
The DocTest Safety seems to fails and we need our own overlay. Maybe we are using it wrong? -- transplanted from 2dddccc63dad
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4003c67..f03a61a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,23 @@
ChangeLog for logilab.common
============================
- --
+2012-03-22 -- 0.57.2
* texutils: apply_units raise ValueError if string isn'nt valid (closes #88808)
+
+ * daemon: don't call putenv directly
+
* pytest: do not enable extra warning other than DeprecationWarning.
+ * testlib: DocTestCase fix builtins pollution after doctest execution.
+
+ * testlib: replace sys.exit with raise ImportError (closes: #84159)
+
+ * fix license in README
+
+ * add trove classifiers (tell about python 3 support for pypi)
+
+
+
2011-10-28 -- 0.57.1
* daemon: change $HOME after dropping privileges (closes #81297)