]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update v2.24.1-ReleaseNotes
authorKarel Zak <kzak@redhat.com>
Mon, 20 Jan 2014 12:33:10 +0000 (13:33 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 20 Jan 2014 12:33:10 +0000 (13:33 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/releases/v2.24.1-ReleaseNotes [new file with mode: 0644]

diff --git a/Documentation/releases/v2.24.1-ReleaseNotes b/Documentation/releases/v2.24.1-ReleaseNotes
new file mode 100644 (file)
index 0000000..b162731
--- /dev/null
@@ -0,0 +1,113 @@
+Util-linux 2.24.1 Release Notes
+===============================
+
+agetty:
+   - support the special terminal on first serial line on a S/390  [Werner Fink]
+blkdiscard:
+   - BLKSSZGET fills in an int, not a uint64  [Theodore Ts'o]
+blkid:
+   - escape quotes in the output  [Karel Zak]
+   - simple typo  [Phillip Susi]
+blockdev:
+   - don't use HDIO_GETGEO  [Phillip Susi]
+build-sys:
+   - add --with-smack to config-gen.d  [Karel Zak]
+   - fstrim depends on libmount  [Karel Zak]
+chsh, chfn:
+   - add info about non-local support to the man pages  [Karel Zak]
+dmesg:
+   - fix --raw zero timestamp for kmsg  [Karel Zak]
+docs:
+   - add patching process to howto-contribute.txt  [Sami Kerola]
+   - update AUTHORS file  [Karel Zak]
+   - update links to http //git.kernel.org/ web repository views  [Sami Kerola]
+fdisk:
+   - don't care about partition type  [Karel Zak]
+   - fix printf stuff  [Karel Zak]
+   - fix usage(), -l [<disk>]  [Karel Zak]
+flock:
+   - Change the 'exit status' man page section to make more sense  [Wieland Hoffmann]
+fsck:
+   - add ext4 to list of filesystems with progress bars in fsck man page  [Phillip Susi]
+fstrim:
+   - add --all to discard all filesystem  [Karel Zak]
+   - cleanup usage()  [Karel Zak]
+lib/path:
+   - add path_strdup()  [Karel Zak]
+libblkid:
+   - (nilfs2) check also backup superblock  [Karel Zak]
+   - detect alone PMBR  [Karel Zak]
+   - fix memory leak in blkid_parse_tag_string()  [Karel Zak]
+   - fix swap-area version  [Karel Zak]
+libfdisk:
+   - (dos) be more verbose when change bootable flag  [Karel Zak]
+   - (dos) fix free part counter  [Karel Zak]
+   - (dos) warn on type 0  [Karel Zak]
+   - (gpt) add /home GUID  [Karel Zak]
+   - (gpt) improve and cleanup recovery code  [Karel Zak]
+   - (gpt) recover from corrupted primary/backup PT  [Karel Zak]
+   - (sgi) generate partname according to partition position  [Karel Zak]
+   - (sun) fix end sectors with +1 error  [Karel Zak]
+libmount:
+   - add efivarfs to the list of pseudo filesystems  [Karel Zak]
+   - add mnt_tag_is_valid()  [Karel Zak]
+   - cleanup fix_optstr() regards to selinux and smack  [Karel Zak]
+   - fix typo in smack path  [Karel Zak]
+   - remove smackfs* option when SMACK not enabled  [Karel Zak]
+lsblk:
+   - fix -D segfault  [Karel Zak]
+lscpu:
+   - sort NUMA nodes to keep output human readable  [Karel Zak]
+   - support discontinuous NUMA nodes  [Karel Zak]
+   - support non sequentially numbering of CPUs  [Alexander Troosh]
+man:
+   - Syntax and spelling fixes.  [Ville Skyttä]
+mkfs.minix:
+   - fix fscanf() format string [coverity scan]  [Karel Zak]
+mkswap:
+   - fix compiler warning [-Wunused-variable]  [Karel Zak]
+   - remove cruft from the man page  [Phillip Susi]
+mount:
+   - add note about "noauto" to --all description  [Karel Zak]
+   - correct mount man page default iso9660 permission  [Phillip Susi]
+   - fix man mount page type  [Phillip Susi]
+   - improve -s man mage info  [Karel Zak]
+   - make NAME=value tags usable for non-root  [Karel Zak]
+   - mount.8 fix grammar  [Phillip Susi]
+   - update man page ext3/4 mount options  [Carlos Maiolino]
+partx:
+   - fix --update ranges and out of order tables  [Scott Moser]
+po:
+   - merge changes  [Karel Zak]
+   - update da.po (from translationproject.org)  [Joe Hansen]
+   - update de.po (from translationproject.org)  [Mario Blättermann]
+   - update pt_BR.po (from translationproject.org)  [Rafael Ferreira]
+   - update zh_CN.po (from translationproject.org)  [Wylmer Wang]
+pylibmount:
+   - correctly import from pylibmount.so  [Dave Reisner]
+   - import directly from pylibmount in tests  [Karel Zak]
+   - remove unncessary subdirectory  [Karel Zak]
+script:
+   - don't call TIOCGWINSZ in signal handler  [Karel Zak]
+   - restore errno in signal handler  [Karel Zak]
+   - use poll() rather then O_NONBLOCK  [Karel Zak]
+setpriv:
+   - simplify usage()  [Karel Zak]
+setterm:
+   - fix -dump man page info  [Karel Zak]
+sulogin:
+   - use dirent->d_type when scans /dev  [Karel Zak]
+taskset:
+   - fix PERMISSIONS section of taskset man page  [Rik van Riel]
+tests:
+   - update blkid swap tests  [Karel Zak]
+   - update build-sys tests  [Karel Zak]
+   - update lscpu tests  [Karel Zak]
+textual:
+   - small inprovements to usage and man page of fstrim  [Benno Schulenberg]
+umount:
+   - fix umount by tag for non-roots  [Karel Zak]
+unshare:
+   - add more hints about mount namespaces to the man page  [Karel Zak]
+wipefs:
+   - call BLKRRPART when erase partition table  [Karel Zak]