diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 13:14:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 13:14:45 +0000 |
commit | 1ceecc69711e82bee12203b95ac8fccfaad58b2d (patch) | |
tree | ef6b46cbd3d743073ea886c5d1eea074a0a2e295 /debian/eject.NEWS | |
parent | Adding upstream version 2.36.1. (diff) | |
download | util-linux-1ceecc69711e82bee12203b95ac8fccfaad58b2d.tar.xz util-linux-1ceecc69711e82bee12203b95ac8fccfaad58b2d.zip |
Adding debian version 2.36.1-8+deb11u1.debian/2.36.1-8+deb11u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/eject.NEWS | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/eject.NEWS b/debian/eject.NEWS new file mode 100644 index 0000000..11ff769 --- /dev/null +++ b/debian/eject.NEWS @@ -0,0 +1,22 @@ +util-linux (2.35.1-3) unstable; urgency=medium + + The util-linux implementation of /usr/bin/eject is now used, replacing + the one previously supplied by src:eject. This version should be + completely compatible with the previous one. + + The binaries /usr/bin/volname and /usr/lib/eject/dmcrypt-get-device + have been removed. If you have scripts using volname, an alternative + is: blkid -s LABEL -o value $filename. + + Example, if you were using volname: + $ volname debian-10.3.0-amd64-netinst.iso + Debian 10.3.0 amd64 n + + The same can be achieved with blkid: + $ /usr/sbin/blkid -c /dev/null -s LABEL -o value \ + debian-10.3.0-amd64-netinst.iso + Debian 10.3.0 amd64 n + + For dmcrypt-get-device there is no drop-in replacement. + + -- Chris Hofstaedtler <zeha@debian.org> Sun, 10 May 2020 22:36:51 +0000 |