diff options
| -rw-r--r-- | debian/changelog | 17 | ||||
| -rw-r--r-- | minidinstall/version.py | 2 |
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" |
