From 6c3184a08a149cc985f26258d282d883016687a6 Mon Sep 17 00:00:00 2001 From: Christoph Goehre Date: Thu, 6 Oct 2011 19:51:23 +0200 Subject: document changes and release 0.6.29 --- debian/changelog | 16 ++++++++++++++++ minidinstall/version.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5a00827..68b72da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +mini-dinstall (0.6.29) unstable; urgency=low + + [ Christoph Goehre ] + * [d4fa57e] logging.StreamHandler use sys.stderr as default output + (Closes: #613992, #644419) + * [91d0786] add Date and Message-ID header fields in email from mini-dinstall + * [d7f3643] bump up Standards-Version to 3.9.2 + * [b659d79] DM-Upload-Allowed is superfluous since I'm DD + + [ Sven Hartge ] + * [b27e3ab] add support for new InRelease file + + [ Christoph Goehre ] + + -- Christoph Goehre Thu, 06 Oct 2011 19:50:46 +0200 + mini-dinstall (0.6.28.1) unstable; urgency=low * The "Python 2.6 transitional" release diff --git a/minidinstall/version.py b/minidinstall/version.py index e3058e1..a5c2b05 100644 --- a/minidinstall/version.py +++ b/minidinstall/version.py @@ -1 +1 @@ -pkg_version = "0.6.28.1" +pkg_version = "0.6.29" -- cgit v1.2.3