aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-07-30 19:22:45 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-07-30 19:22:45 -0400
commit374859fadd6809f46342943a03964f858fea5087 (patch)
tree56e45654c38201a09316313a05f07025e8fbb1f0
parent3fccdaea61d1f0d53e4d1a716f010b4e34b901df (diff)
downloadmini-dinstall-374859fadd6809f46342943a03964f858fea5087.tar.bz2
mini-dinstall-374859fadd6809f46342943a03964f858fea5087.tar.xz
mini-dinstall-374859fadd6809f46342943a03964f858fea5087.tar.zst
Update changelog.debian/0.7.0
-rw-r--r--debian/NEWS2
-rw-r--r--debian/changelog35
-rw-r--r--minidinstall/version.py2
3 files changed, 37 insertions, 2 deletions
diff --git a/debian/NEWS b/debian/NEWS
index 42082e0..b551174 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -4,7 +4,7 @@ mini-dinstall (0.7.0) unstable; urgency=medium
The former will continue to work for now, but will give a warning and may
be removed at a future date
- -- Unit 193 <unit193@ubuntu.com> Tue, 30 Jul 2019 00:50:44 -0400
+ -- Unit 193 <unit193@ubuntu.com> Tue, 30 Jul 2019 02:09:51 -0400
mini-dinstall (0.6.23) unstable; urgency=low
diff --git a/debian/changelog b/debian/changelog
index 4af9a04..a9e332a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,38 @@
+mini-dinstall (0.7.0) unstable; urgency=medium
+
+ [ Unit 193 ]
+ * [8ba508e] sign-release.sh: Add support for gpg2.
+ * [9883708] Support installing upstream detached signatures.
+ * [23ac25c] Port to Python 3
+ * [4b168e8] Archive directory on command line should take precedence over
+ config. (Closes: #496231)
+ * [91ad709] Deprecate chown_changes_files in favor of restrict_changes_files.
+ (Closes: #821960)
+ * [6e52580] Add --foreground to the manpage and add a NEWS entry for the
+ chown_changes_files deprecation.
+ * [da75337] Update packaging to reflect python3 port.
+ * [4d171bb] Utilize debhelper-compat and bump to 12.
+ * [adde19d] Update Vcs-* fields to Salsa.
+ * [df2fa73] Add myself to uploaders.
+ * [4018b18] Bump Standards-Version to 4.4.0.
+ * [3fccdae] Clean up extraneous whitespace in files.
+
+ [ Krytarik Raido ]
+ * [dc580be] Various improvements in coding style.
+ * [11bda2c] Drop unused files and code.
+ * [1cd7d0f] Switch to using the subprocess module.
+ * [946753d] Update documentation on recent changes.
+ * [1826155] Add error handling on empty PID file. (Closes: #894890)
+ * [95b28f9] Add support for override files. (Closes: #780972)
+
+ [ Pavel Shramov ]
+ * [dc4416d] Add --foreground option (Closes: #451947)
+
+ [ Heinrich Schuchardt ]
+ * [96702ad] Create Release file for source subdirectory. (Closes: #798121)
+
+ -- Unit 193 <unit193@ubuntu.com> Tue, 30 Jul 2019 02:09:51 -0400
+
mini-dinstall (0.6.31) unstable; urgency=medium
[ Unit 193 ]
diff --git a/minidinstall/version.py b/minidinstall/version.py
index 6052aa5..3cfa9a2 100644
--- a/minidinstall/version.py
+++ b/minidinstall/version.py
@@ -1 +1 @@
-pkg_version = "0.6.30"
+pkg_version = "0.7.0"