summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2018-09-07 18:41:33 +0200
committerGuillem Jover <guillem@debian.org>2019-02-23 15:40:10 +0100
commit08c257b8f1fa1c25e5fdacdb50edcbf650094630 (patch)
tree757524467c0082cb659668d3f294c578e4e1db94 /debian/changelog
parentc498af86a5a6b4567f0ef882c8baac3b5b7ef30b (diff)
downloaddpkg-08c257b8f1fa1c25e5fdacdb50edcbf650094630.tar.gz
dpkg-statoverride: Switch from --force option to new --force-<thing> options
Deprecate --force option which will be considered an alias for --force-all for now.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index fdb018381..75325fbc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,9 @@ dpkg (1.19.5) UNRELEASED; urgency=medium
* dpkg: Parse and set new DPKG_FORCE environment variable for subprocesses.
Closes: #666147
* dpkg-statoverride: Add support for --force-* options.
+ * dpkg-statoverride: Switch from --force option to new --force-<thing>
+ options. Deprecate --force option which will be considered an alias for
+ --force-all for now.
* Documentation:
- start-stop-daemon(1): Document behavior of --pidfile security checks.
Closes: #921557