diff options
| -rw-r--r-- | debian/changelog | 16 | ||||
| -rw-r--r-- | minidinstall/version.py | 2 |
2 files changed, 17 insertions, 1 deletions
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 <christoph.goehre@gmx.de> 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" |
