aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarChristoph Goehre <christoph.goehre@gmx.de>2008-06-28 19:27:12 +0200
committerLibravatarChristoph Goehre <christoph.goehre@gmx.de>2008-06-28 19:27:12 +0200
commit9091830fafb2b6512ed5cd18c527109dffc548c9 (patch)
treef25421db31e5ac7bb1097b53b01652416fbd74d4
parent7c7cb7998ea153709326654785d1be56bc4c8f78 (diff)
downloadmini-dinstall-9091830fafb2b6512ed5cd18c527109dffc548c9.tar.bz2
mini-dinstall-9091830fafb2b6512ed5cd18c527109dffc548c9.tar.xz
mini-dinstall-9091830fafb2b6512ed5cd18c527109dffc548c9.tar.zst
document changes and releasedebian/0.6.25
-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"