diff options
author | Guillem Jover <guillem@debian.org> | 2018-09-07 18:41:33 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-02-23 15:40:10 +0100 |
commit | 08c257b8f1fa1c25e5fdacdb50edcbf650094630 (patch) | |
tree | 757524467c0082cb659668d3f294c578e4e1db94 /debian/changelog | |
parent | c498af86a5a6b4567f0ef882c8baac3b5b7ef30b (diff) | |
download | dpkg-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/changelog | 3 |
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 |