aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarChristoph Goehre <chris@sigxcpu.org>2011-10-06 19:51:23 +0200
committerLibravatarChristoph Goehre <chris@sigxcpu.org>2011-10-06 19:51:31 +0200
commit6c3184a08a149cc985f26258d282d883016687a6 (patch)
treed0e2744c05d1abf845ee69cabc1546e2923d4846
parentb659d7965783b7bfc243a7128b5b4af01a4c1bf9 (diff)
downloadmini-dinstall-6c3184a08a149cc985f26258d282d883016687a6.tar.bz2
mini-dinstall-6c3184a08a149cc985f26258d282d883016687a6.tar.xz
mini-dinstall-6c3184a08a149cc985f26258d282d883016687a6.tar.zst
document changes and release 0.6.29debian/0.6.29
-rw-r--r--debian/changelog16
-rw-r--r--minidinstall/version.py2
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"