aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Christoph Goehre <christoph.goehre@gmx.de>2008-11-17 18:38:03 +0100
committerLibravatar Christoph Goehre <christoph.goehre@gmx.de>2008-11-17 18:38:03 +0100
commit2ca45f2e9b966f0d2d5f3d2c65a37ba998e177ae (patch)
tree3e65664a46b060003dbafd5f79bb3b921c638625
parent17143ffc26fc196a6e7bde4a2635446a73b53b32 (diff)
downloadmini-dinstall-2ca45f2e9b966f0d2d5f3d2c65a37ba998e177ae.tar.bz2
mini-dinstall-2ca45f2e9b966f0d2d5f3d2c65a37ba998e177ae.tar.xz
mini-dinstall-2ca45f2e9b966f0d2d5f3d2c65a37ba998e177ae.tar.zst
document changes and releasedebian/0.6.26
-rw-r--r--debian/changelog17
-rw-r--r--minidinstall/version.py2
2 files changed, 18 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index e734037..7069437 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+mini-dinstall (0.6.26) unstable; urgency=low
+
+ [ Christoph Goehre ]
+ * [62bfe94] debug logging for python-internal hash generation
+ * [54c6c7c] activate DM-Upload-Allowed
+ * [048454d] depend on gpgv
+ * [59d3992] check mail_template strings for existence
+ * [a4cc929] expand tabs and remove tailing whitespaces
+ * [5bbaa28] move changes file in _reject_changefile() too
+
+ [ Guido Guenther ]
+ * [828c0b5] print path to changes file on missing md5sums (Closes: #496229)
+ * [540ebcf] allow keyrings and extra_keyrings per repository
+ (Closes: #497079)
+
+ -- Christoph Goehre <christoph.goehre@gmx.de> Mon, 17 Nov 2008 18:35:35 +0100
+
mini-dinstall (0.6.25) unstable; urgency=low
* add experimental release support to Release file. Thanks to Stephan
diff --git a/minidinstall/version.py b/minidinstall/version.py
index a940976..a234c43 100644
--- a/minidinstall/version.py
+++ b/minidinstall/version.py
@@ -1 +1 @@
-pkg_version = "0.6.25"
+pkg_version = "0.6.26"