aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarChristoph Goehre <chris@sigxcpu.org>2010-10-20 17:59:30 +0200
committerLibravatarChristoph Goehre <chris@sigxcpu.org>2010-10-20 17:59:38 +0200
commit5e963b6ce43a006192089c1587f9e5acf3a05aad (patch)
treed960b1cd04ff3223da332152c7c7b1eca2de11ab
parent304ffa2f7b6984cbeb5681b16a6ea3e089ec7176 (diff)
downloadmini-dinstall-5e963b6ce43a006192089c1587f9e5acf3a05aad.tar.bz2
mini-dinstall-5e963b6ce43a006192089c1587f9e5acf3a05aad.tar.xz
mini-dinstall-5e963b6ce43a006192089c1587f9e5acf3a05aad.tar.zst
document changes and release 0.6.28.1debian/0.6.28.1
-rw-r--r--debian/changelog14
-rw-r--r--minidinstall/version.py2
2 files changed, 15 insertions, 1 deletions
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 <christoph.goehre@gmx.de> 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"