From 5e963b6ce43a006192089c1587f9e5acf3a05aad Mon Sep 17 00:00:00 2001 From: Christoph Goehre Date: Wed, 20 Oct 2010 17:59:30 +0200 Subject: document changes and release 0.6.28.1 --- debian/changelog | 14 ++++++++++++++ minidinstall/version.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7d0f420..5a00827 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +mini-dinstall (0.6.28.1) unstable; urgency=low + + * The "Python 2.6 transitional" release + + * [e4640c8] replace deprecated md5 and sha module with hashlib + * [6072e9c] hashlib can handle sha256, so we didn't need python-crypto + anymore + * [4c216a2] hashlib needs python >= 2.5 + * [9e2e87a] popen2 is deprecated in python 2.6. So now we only use the + internal hash algorithm provided by hashlib. + * [304ffa2] bump up Standards-Version to 3.9.1 + + -- Christoph Goehre Wed, 20 Oct 2010 17:56:40 +0200 + mini-dinstall (0.6.28) unstable; urgency=low [ Christoph Goehre ] diff --git a/minidinstall/version.py b/minidinstall/version.py index 47e9c2c..e3058e1 100644 --- a/minidinstall/version.py +++ b/minidinstall/version.py @@ -1 +1 @@ -pkg_version = "0.6.28" +pkg_version = "0.6.28.1" -- cgit v1.2.3