summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Campeas <aurelien.campeas@logilab.fr>2014-07-03 14:34:50 +0200
committerAurelien Campeas <aurelien.campeas@logilab.fr>2014-07-03 14:34:50 +0200
commite98b4762a4415a0759d2eeb3f3fe6da11e4030ba (patch)
tree51a5ba5ccb11443bd9bfdff7679904c14e4fbb99
parent81b05beb105c8c24fec62c3f2ec36d8a3ed68c3d (diff)
downloadlogilab-common-e98b4762a4415a0759d2eeb3f3fe6da11e4030ba.tar.gz
[pkg] prepare 0.62.0
-rw-r--r--ChangeLog6
-rw-r--r--debian/changelog6
-rw-r--r--python-logilab-common.spec2
3 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1948de6..0485cde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
ChangeLog for logilab.common
============================
+2014-03-07 -- 0.62.0
+ * 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)
@@ -20,7 +24,7 @@ ChangeLog for logilab.common
* ensure file is closed, may cause pb depending on the interpreter, eg
pypy) (#180876)
-
+
* fix support for `extend_path` based nested namespace packages ;
Report and patch by John Johnson (#177651)
diff --git a/debian/changelog b/debian/changelog
index 49b1834..f1cb5c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.62.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Aurelien Campeas <aurelien.campeas@logilab.fr> Thu, 03 Jul 2014 14:31:32 +0200
+
logilab-common (0.61.0-1) unstable; urgency=low
* new upstream release
diff --git a/python-logilab-common.spec b/python-logilab-common.spec
index f63e49c..a5944fc 100644
--- a/python-logilab-common.spec
+++ b/python-logilab-common.spec
@@ -10,7 +10,7 @@
%{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: %{python}-logilab-common
-Version: 0.61.0
+Version: 0.62.0
Release: logilab.1%{?dist}
Summary: Common libraries for Logilab projects