summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2014-07-30 16:36:01 +0200
committerSylvain Thénault <sylvain.thenault@logilab.fr>2014-07-30 16:36:01 +0200
commitecde00e92657f5a5bb45794599f0c6a6fd1c9fb9 (patch)
treecfbad0efeb20b9857ba09c6a815c69b6ce5794f5 /ChangeLog
parent175b1d482177b3cf76bb07768419c3a9a8850c7b (diff)
downloadlogilab-common-ecde00e92657f5a5bb45794599f0c6a6fd1c9fb9.tar.gz
prepare 0.62.1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 20 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 5406478..b1b78b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,38 +1,45 @@
ChangeLog for logilab.common
============================
---
- * shellutils: restore py 2.5 compat by removing usage of class decorator
- * pytest: drop broken --coverage option
- * testlib: support for skipping whole test class and conditional skip, don't
+2014-07-30 -- 0.62.1
+ * shellutils: restore py 2.5 compat by removing usage of class decorator
+
+ * pytest: drop broken --coverage option
+
+ * testlib: support for skipping whole test class and conditional skip, don't
run setUp for skipped tests
- * configuration: load options in config file order (#185648)
+
+ * configuration: load options in config file order (#185648)
+
+
2014-03-07 -- 0.62.0
- * modutils: cleanup_sys_modules returns the list of cleaned modules
+ * modutils: cleanup_sys_modules returns the list of cleaned modules
+
2014-02-11 -- 0.61.0
- * pdf_ext: removed, it had no known users (CVE-2014-1838)
+ * pdf_ext: removed, it had no known users (CVE-2014-1838)
- * shellutils: fix tempfile issue in Execute, and deprecate it
+ * shellutils: fix tempfile issue in Execute, and deprecate it
(CVE-2014-1839)
- * pytest: use 'env' to run the python interpreter
+ * pytest: use 'env' to run the python interpreter
+
+ * graph: ensure output is ordered on node and graph ids (#202314)
- * graph: ensure output is ordered on node and graph ids (#202314)
2013-16-12 -- 0.60.1
* modutils:
- * don't propagate IOError when package's __init__.py file doesn't
+ * don't propagate IOError when package's __init__.py file doesn't
exist (#174606)
- * ensure file is closed, may cause pb depending on the interpreter, eg
+ * ensure file is closed, may cause pb depending on the interpreter, eg
pypy) (#180876)
- * fix support for `extend_path` based nested namespace packages ;
+ * fix support for `extend_path` based nested namespace packages ;
Report and patch by John Johnson (#177651)
* fix some cases of failing python3 install on windows platform / cross