summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog10
-rw-r--r--minidinstall/version.py2
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7c564da..e734037 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+mini-dinstall (0.6.25) unstable; urgency=low
+
+ * add experimental release support to Release file. Thanks to Stephan
+ Suerken (Closes: #336232)
+ * use '--db' to speed up apt-ftparchive run (Closes: #225483)
+ * check new Checksums-* fields in .dsc and .changes
+ * adjust manpage format and Standards-Version
+
+ -- Christoph Goehre <christoph.goehre@gmx.de> Sat, 28 Jun 2008 19:15:56 +0200
+
mini-dinstall (0.6.24) unstable; urgency=low
* correct manpage formatting
diff --git a/minidinstall/version.py b/minidinstall/version.py
index 9db97d6..a940976 100644
--- a/minidinstall/version.py
+++ b/minidinstall/version.py
@@ -1 +1 @@
-pkg_version = "0.6.24"
+pkg_version = "0.6.25"