summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <julien.cristau@logilab.fr>2014-02-11 15:37:13 +0100
committerJulien Cristau <julien.cristau@logilab.fr>2014-02-11 15:37:13 +0100
commitf02dd6900fb26fc1b228bd57f257be0c13253d5b (patch)
treeb0b9771dc2bf113d72c48c0309c9b846faba55b2
parentd836c08ddbd2e4bd87e69101b6042b49f5d358ff (diff)
downloadlogilab-common-f02dd6900fb26fc1b228bd57f257be0c13253d5b.tar.gz
-rw-r--r--ChangeLog2
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
-rw-r--r--python-logilab-common.spec2
4 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c979a70..1948de6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
ChangeLog for logilab.common
============================
---
+2014-02-11 -- 0.61.0
* pdf_ext: removed, it had no known users (CVE-2014-1838)
* shellutils: fix tempfile issue in Execute, and deprecate it
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 66ddcee..d3be555 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -25,7 +25,7 @@ modname = 'common'
subpackage_of = 'logilab'
subpackage_master = True
-numversion = (0, 60, 1)
+numversion = (0, 61, 0)
version = '.'.join([str(num) for num in numversion])
license = 'LGPL' # 2.1 or later
diff --git a/debian/changelog b/debian/changelog
index f582b2a..49b1834 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+logilab-common (0.61.0-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Julien Cristau <julien.cristau@logilab.fr> Tue, 11 Feb 2014 15:37:02 +0100
+
logilab-common (0.60.1-1) unstable; urgency=low
* new upstream release
diff --git a/python-logilab-common.spec b/python-logilab-common.spec
index 0544013..f63e49c 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.59.1
+Version: 0.61.0
Release: logilab.1%{?dist}
Summary: Common libraries for Logilab projects