From: Benno Schulenberg Date: Sat, 12 Oct 2013 18:30:01 +0000 (+0200) Subject: docs: mention in ReleaseNotes only PO files that were actually updated X-Git-Tag: v2.24~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b66791dc21090e02d7455701d8b92628097c6ac;p=thirdparty%2Futil-linux.git docs: mention in ReleaseNotes only PO files that were actually updated Also tweak wording a bit and remove a duplicate line. Signed-off-by: Benno Schulenberg --- diff --git a/Documentation/releases/v2.24-ReleaseNotes b/Documentation/releases/v2.24-ReleaseNotes index 4a0c81b2e2..f7cad05902 100644 --- a/Documentation/releases/v2.24-ReleaseNotes +++ b/Documentation/releases/v2.24-ReleaseNotes @@ -10,19 +10,19 @@ Release highlights fdisk(8): - the code has been completely refactored and moved to libfdisk - (the library does not have stable API yet) + (the library does not have a stable API yet) - user interface has been unified for all label types and it supports colors - GPT disk UUID, partition UUID and partition name modification is supported now pylibmount: - - this new library provides PYTHON BINDING for libmount; use - --with-python[=2|3] to enable the binding + - this new library provides PYTHON BINDINGS for libmount; + use --with-python[=2|3] to enable the bindings last(1) and lastb(1): - the NEW IMPLEMENTATION has been merged from sysvinit to util-linux and - extended; now it supports command line options --present, --since and + extended; now it supports command line options --present, --since, and --time-format - - use --enable-deprecated-last to enable old util-linux last(1) implementation + - use --enable-deprecated-last to enable the old util-linux last(1) implementation swapon(8): - the option --discard= and fstab mount option discard= allow to explicitly @@ -31,7 +31,7 @@ swapon(8): libblkid and blkid(8): - supports LOGUUID= for external logs (e.g. extN and XFS) - - generates pseudo PARTUUID= for MBR partitions (based on MBR Id, Linux kernel + - generates a pseudo PARTUUID= for MBR partitions (based on MBR Id, Linux kernel supports the same concept for root= command line option) agetty(8): @@ -56,17 +56,17 @@ lscpu(1): and Min CPU Mhz unshare(8): - - supportes new command line options --fork and --mount-proc for + - supports new command line options --fork and --mount-proc for pid namespaces wipefs(8): - - now wipes superblock with incorrect checksums too + - now wipes superblocks with incorrect checksums too - supports new command line option --backup to backup erased data to $HOME/wipefs--.bak nologin(8): - this command has been merged into util-linux, the command politely - refuse a login. + refuses a login. Stable maintenance releases between v2.23 and v2.24