diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:42:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:42:50 +0000 |
commit | 8cb83eee5a58b1fad74c34094ce3afb9e430b5a4 (patch) | |
tree | a9b2e7baeca1be40eb734371e3c8b11b02294497 /Documentation/releases/v2.33.1-ReleaseNotes | |
parent | Initial commit. (diff) | |
download | util-linux-8cb83eee5a58b1fad74c34094ce3afb9e430b5a4.tar.xz util-linux-8cb83eee5a58b1fad74c34094ce3afb9e430b5a4.zip |
Adding upstream version 2.33.1.upstream/2.33.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/releases/v2.33.1-ReleaseNotes | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/Documentation/releases/v2.33.1-ReleaseNotes b/Documentation/releases/v2.33.1-ReleaseNotes new file mode 100644 index 0000000..f023b14 --- /dev/null +++ b/Documentation/releases/v2.33.1-ReleaseNotes @@ -0,0 +1,51 @@ +util-linux 2.33.1 Release Notes +=============================== + +agetty: + - Return old behavior with empty logname [Stanislav Brabec] + - fix output of escaped characters [Christian Hesse] + - fix portability issues [Samuel Thibault] +build-sys: + - do not require crypt() [Karel Zak] + - do not require dirfd() [Karel Zak] + - make fdisk, sfdisk, cfdisk optional (enabled by default) [Carlos Santos] +chmem: + - add initilizer [clang] [Sami Kerola] +choom: + - fix negative adjust score usage [Karel Zak] +dmesg: + - correct "-n, --console-level level" example in manual page [Jean-Philippe ROMAIN] +docs: + - add link to mail list archive [Sami Kerola] + - update AUTHORS file [Karel Zak] +fstrim: + - Add Documentation key to fstrim.service [Andreas Henriksson] + - fix usage() [Karel Zak] +include/c: + - re-add type checking in container_of() [Ruediger Meier] +libblkid: + - (ntfs) fix compiler warning [-Wpedantic] [Karel Zak] + - fix detection of dm-integrity superblock [Milan Broz] + - stratis correct byte order [Tony Asleson] +libmount: + - (umount) make mnt_stat_mountpoin() usable for relative paths [Karel Zak] +libuuid: + - fix man page typos [Seth Girvan] +mkswap: + - fix page size warning message [Noel Cragg] + - use dd(1) in example rather than fallocate(1) [Karel Zak] +po: + - merge changes [Karel Zak] + - update es.po (from translationproject.org) [Antonio Ceballos Roa] + - update sv.po (from translationproject.org) [Sebastian Rasmussen] +setarch: + - fix obscure sparc32bash use-case [Karel Zak] +tests: + - check for tar and {b,g}zip [Karel Zak] + - enlarge backing file for fstab-btrfs [Karel Zak] + - make lsns-netnsid portable [Karel Zak] + - run oids test only when uuidgen tool was built [Thomas Deutschmann] +umount: + - fix --quiet [Karel Zak] +uuidd: + - Add Documentation key to uuidd.service [Andreas Henriksson] |