summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--minidinstall/version.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 65915e2..7c564da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mini-dinstall (0.6.24) unstable; urgency=low
+
+ * correct manpage formatting
+ * fix crash in hash generation for Release file
+
+ -- Christoph Goehre <christoph.goehre@gmx.de> Sun, 06 Apr 2008 18:46:31 +0200
+
mini-dinstall (0.6.23) unstable; urgency=low
* use templates to generate success email (Closes: #451949)
diff --git a/minidinstall/version.py b/minidinstall/version.py
index fbfd2bb..9db97d6 100644
--- a/minidinstall/version.py
+++ b/minidinstall/version.py
@@ -1 +1 @@
-pkg_version = "0.6.23"
+pkg_version = "0.6.24"