]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: add v2.23.2-ReleaseNotes
authorKarel Zak <kzak@redhat.com>
Wed, 31 Jul 2013 11:25:59 +0000 (13:25 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 31 Jul 2013 11:26:13 +0000 (13:26 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/releases/v2.23.2-ReleaseNotes [new file with mode: 0644]

diff --git a/Documentation/releases/v2.23.2-ReleaseNotes b/Documentation/releases/v2.23.2-ReleaseNotes
new file mode 100644 (file)
index 0000000..f85e401
--- /dev/null
@@ -0,0 +1,70 @@
+
+Util-linux 2.23.2 Release Notes
+===============================
+
+agetty:
+   - don't remove ECHOCTL from c_lflag  [Karel Zak]
+   - fix a kill/erase error in man page and improve clarity  [Benno Schulenberg]
+   - fix memory leak [clang-analyzer]  [Sami Kerola]
+   - update man page and usage()  [Karel Zak]
+   - unrecognized option '--loginpause'"  [kernc]
+cal:
+   - fix -y output for UTF8  [Karel Zak]
+column:
+   - dereference of null pointer [clang-analyzer]  [Sami Kerola]
+dmesg:
+   - don't use pager for --follow  [Karel Zak]
+docs:
+   - update AUTHORS file  [Karel Zak]
+eject:
+   - unlock door before issuing CDROMEJECT command  [Aaron Lu]
+exec_shell:
+   - add a license and touch up func def  [Mike Frysinger]
+fdisk:
+   - add support for the MicroBlaze architecture  [Nathan Rossi]
+findmnt:
+   - avoid unused parameter warning  [Karel Zak]
+   - make udev usage more robust  [Karel Zak]
+   - test for fstype/options/maj min before source and target  [Karel Zak]
+getopt:
+   - add reference to /usr/share/docs to man page  [Karel Zak]
+hwclock:
+   - remove references to adjtimex from man page  [Karel Zak]
+libmount:
+   - be robust for empty target/source strings  [Karel Zak]
+   - fix memory leak [clang-analyzer]  [Karel Zak]
+   - more robust options string parsing  [Karel Zak]
+login:
+   - use TCSANOW to remove HUPCL  [Karel Zak]
+losetup:
+   - set errno for misaligned offsets  [Karel Zak]
+lsblk:
+   - use devno to get mountpoint  [Karel Zak]
+mkfs.bfs:
+   - fix 64-Bit and endian problems  [ihno]
+mkfs.cramfs:
+   - argument to free() is a constant address [clang-analyzer]  [Sami Kerola]
+mount:
+   - (deprecated) fix typo tailed->failed  [Yuri Chornoivan]
+   - fix mistaken word and some grammar in man page of mount  [Benno Schulenberg]
+   - remove repeating words from mount.8  [Karel Zak]
+   - update xfs docs  [Karel Zak]
+po:
+   - merge changes  [Karel Zak]
+   - update cs.po (from translationproject.org)  [Petr Písař]
+   - update fr.po (from translationproject.org)  [David Prévot]
+   - update pl.po (from translationproject.org)  [Jakub Bogusz]
+   - update uk.po (from translationproject.org)  [Yuri Chornoivan]
+renice:
+   - exit with non-zero value when arguments cause warnings  [Sami Kerola]
+runuser:
+   - update man page, add note about -l vs. -p  [Karel Zak]
+sfdisk:
+   - don't use word 'disk'.  [Karel Zak]
+su:
+   - ignore --preserve-environment, it's mutually exclusive to --login  [Karel Zak]
+sulogin:
+   - fix compiler warning  [Karel Zak]
+   - fix memory leak [clang-analyzer]  [Sami Kerola]
+uuidd:
+   - add missing initializer [clang-analyzer]  [Karel Zak]