summaryrefslogtreecommitdiffstats
path: root/Documentation/releases/v2.36.1-ReleaseNotes
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Documentation/releases/v2.36.1-ReleaseNotes111
1 files changed, 111 insertions, 0 deletions
diff --git a/Documentation/releases/v2.36.1-ReleaseNotes b/Documentation/releases/v2.36.1-ReleaseNotes
new file mode 100644
index 0000000..ece206f
--- /dev/null
+++ b/Documentation/releases/v2.36.1-ReleaseNotes
@@ -0,0 +1,111 @@
+util-linux 2.36.1 Release Notes
+===============================
+
+agetty:
+ - fix typo in manual page [Samanta Navarro]
+blockdev:
+ - fix man page formatting [Jakub Wilk]
+build-sys:
+ - exclude GPL from libcommon [Karel Zak]
+build-system:
+ - stop looking for %ms and %as [Evgeny Vereshchagin]
+chrt:
+ - use SCHED_FLAG_RESET_ON_FORK for sched_setattr() [Karel Zak]
+docs:
+ - add hint about make install-strip and link to Documentation/ [Karel Zak]
+ - fix typo in v2.36-ReleaseNotes [Karel Zak]
+ - update AUTHORS file [Karel Zak]
+fallocate:
+ - fix --dig-holes at end of files [Gero Treuner]
+fdisk:
+ - always report fdisk_create_disklabel() errors [Karel Zak]
+ - fix expected test output on alpha [Chris Hofstaedtler]
+flock:
+ - keep -E exit status more restrictive [Karel Zak]
+fstrim:
+ - remove fstab condition from fstrim.timer [Dusty Mabe]
+hardlink:
+ - fix hardlink pcre leak [Sami Kerola]
+hexdump:
+ - automatically use -C when called as hd [Chris Hofstaedtler]
+hwclock:
+ - add fallback if SYS_settimeofday does not exist [Karel Zak]
+ - fix SYS_settimeofday fallback [Rosen Penev]
+lib:
+ - add missing headers to .c files [Karel Zak]
+lib/pager:
+ - fix improper use of negative value [coverity scan] [Sami Kerola]
+lib/procutils:
+ - use Public Domain for this file [Karel Zak]
+lib/randutils:
+ - rename random_get_bytes() [Sami Kerola]
+lib/sysfs:
+ - fix doble free [coverity scan] [Karel Zak]
+libblkid:
+ - allow a lot of mac partitions [Samanta Navarro]
+ - fix Atari prober logic [Karel Zak]
+ - fix memory leak in config parser [Samanta Navarro]
+ - limit amount of parsed partitions [Samanta Navarro]
+ - make Atari more robust [Karel Zak]
+libfdisk:
+ - (gpt) make sure device is large enough [Karel Zak]
+ - (script) don't use sector size if not specified [Karel Zak]
+ - (script) fix possible memory leaks [Karel Zak]
+ - (script) fix possible partno overflow [Karel Zak]
+ - (script) make sure buffer is initialized [Karel Zak]
+ - (script) make sure label is specified [Karel Zak]
+ - add "Linux /usr" and "Linux /usr verity" GPT partition types [nl6720]
+ - add systemd-homed user's home GPT partition type [nl6720]
+ - another parse_line_nameval() cleanup [Karel Zak]
+ - fix fdisk_reread_changes() for extended partitions [Karel Zak]
+ - fix last free sector detection if partition size specified [Karel Zak]
+ - fix typo from 255f5f4c770ebd46a38b58975bd33e33ae87ed24 [Karel Zak]
+ - reset context FD on error [yangzz-97]
+libmount:
+ - Fix 0x%u usage [Dr. David Alan Gilbert]
+ - do not use pointer as an integer value [Sami Kerola]
+libsmartcols:
+ - don't print empty output on empty table in JSON [Karel Zak]
+login:
+ - close() only a file descriptor that is open [coverity scan] [Sami Kerola]
+ - ensure getutxid() does not use uninitialized variable [coverity scan] [Sami Kerola]
+losetup:
+ - avoid infinite busy loop [Karel Zak]
+ - increase limit of setup attempts [Karel Zak]
+lsblk:
+ - fix -T optional argument [Karel Zak]
+ - fix SCSI_IDENT_SERIAL [Karel Zak]
+ - print zero rather than empty SIZE [Karel Zak]
+ - read ID_SCSI_IDENT_SERIAL if available [Karel Zak]
+lscpu:
+ - Add FUJITSU aarch64 A64FX cpupart [Shunsuke Nakamura]
+ - Even more Arm part numbers [Jeremy Linton]
+ - avoid segfault on PowerPC systems with valid hardware configurations [Thomas Abraham]
+manpages:
+ - fix "The example command" in AVAILABILITY section [Chris Hofstaedtler]
+mount:
+ - Add support for "nosymfollow" mount option. [Mattias Nissler]
+pg:
+ - fix wcstombs() use [Karel Zak]
+po:
+ - merge changes [Karel Zak]
+ - update cs.po (from translationproject.org) [Petr Písař]
+ - update es.po (from translationproject.org) [Antonio Ceballos Roa]
+sfdisk:
+ - (docs) add more information about GPT attribute bits [Karel Zak]
+ - correct --json --dump false exclusive [Dimitri John Ledkov]
+ - do not free device name too soon [coverity scan] [Sami Kerola]
+ - fix backward --move-data [Karel Zak]
+tests:
+ - an attempt to get around https //github.com/karelzak/util-linux/issues/1110 [Evgeny Vereshchagin]
+ - update atari blkid tests [Karel Zak]
+ - update atari partx tests [Karel Zak]
+unshare:
+ - fix bad bit shift operation [coverity scan] [Sami Kerola]
+vipw:
+ - fix short write handling in copyfile [Egor Chelak]
+whereis:
+ - fix out of boundary read [Samanta Navarro]
+ - support zst compressed man pages [Samanta Navarro]
+wipefs:
+ - (man) add hint to erase on partitions and disk [Karel Zak]