diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:42:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:42:51 +0000 |
commit | b324f452799a9aba5a1e9acc6833010c8635828e (patch) | |
tree | ccfd0a81e7daab4a2cd681a8161d3ae3748833dc /debian/mount.NEWS | |
parent | Adding upstream version 2.33.1. (diff) | |
download | util-linux-b324f452799a9aba5a1e9acc6833010c8635828e.tar.xz util-linux-b324f452799a9aba5a1e9acc6833010c8635828e.zip |
Adding debian version 2.33.1-0.1.debian/2.33.1-0.1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/mount.NEWS')
-rw-r--r-- | debian/mount.NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/mount.NEWS b/debian/mount.NEWS new file mode 100644 index 0000000..bc36b56 --- /dev/null +++ b/debian/mount.NEWS @@ -0,0 +1,20 @@ +util-linux (2.29.2-3) experimental; urgency=medium + + * The mount package is no longer Essential: yes. Any packages which + strictly needs a utility from the mount package should add a + dependency! The mount package has been made 'hard to mistakenly + uninstall' by adding the Important: yes field. + If you really want to uninstall the mount package (eg. for your + minimal container) you can, assuming no other package depends on it, + use: dpkg --purge mount + + -- Andreas Henriksson <andreas@fatal.se> Sun, 06 Aug 2017 14:59:02 +0200 + +util-linux (2.24.2-1) experimental; urgency=low + + The support for encryption in losetup has been dropped. + (And the patch for supporting hashed passphrases in debian with it.) + + The recommendation is to use cryptsetup instead. + + -- Andreas Henriksson <andreas@fatal.se> Mon, 16 Jun 2014 18:00:16 +0200 |