docs: improve grammar and wording in the 2.28 release notes

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
This commit is contained in:
Benno Schulenberg 2016-03-14 10:10:13 +01:00 committed by Karel Zak
parent 99b3fb9eba
commit 295a7aa323
1 changed files with 18 additions and 18 deletions

View File

@ -1,35 +1,35 @@
Util-linux 2.28 Release Notes Util-linux 2.28 Release Notes
============================= =============================
Now cfdisk, sfdisk and fdisk wipe all filesystems and RAID signatures when Now cfdisk, sfdisk and fdisk wipe all filesystem and RAID signatures when
create a new disk label in interactive mode. It's possible to control this creating a new disk label in interactive mode. It's possible to control this
feature by --wipe=<auto,never,always>. The feature is disabled by default for feature with --wipe[=auto|never|always]. For non-terminals the feature is
not-terminals. disabled by default.
lsns -- this NEW COMMAND lists information about all the currently accessible lsns -- this NEW COMMAND lists information about all currently accessible
namespaces or about the given namespace. namespaces or about the given namespace.
The command sfdisk supports new operations --delete, --move-data and --reorder. The command sfdisk supports new operations --delete, --move-data and --reorder.
The command blkdiscard supports a new option --zeroout to zero-fill rather than The command blkdiscard supports a new option --zeroout to zero-fill rather than
discard specified area. discard a specified area.
The command cal supports a new option --span to span the date when displaying The command cal supports a new option --span to span the date when displaying
multiple months (e.g. "cal --span --months 5" to display two months before and multiple months (e.g. "cal --span --months 5" to display two months before and
two months after the current month). two months after the current month).
The command chrt supports DEADLINE scheduling class and new options The command chrt supports the DEADLINE scheduling class and the new options
--sched-runtime --sched-period and --sched-deadline. --sched-runtime --sched-period and --sched-deadline.
The command logger supports RFC 5424 structured data by new options --sd-id and The command logger supports RFC 5424 structured data through the new options
--sd-param. --sd-id and --sd-param.
The command losetup supports a new option --direct-io[=on|off]. The command losetup supports a new option --direct-io[=on|off].
The command lsblk allows to sort output by non-printed columns (e.g. lsblk The command lsblk allows to sort output by unprinted columns (e.g. lsblk
--output NAME --sort SIZE). --output NAME --sort SIZE).
The command mount applies nofail mount option to ENOMEDIUM errors. The command mount applies the nofail mount option to ENOMEDIUM errors.
The library libmount has been improved to properly detect already mounted btrfs The library libmount has been improved to properly detect already mounted btrfs
subvolumes. subvolumes.
@ -47,13 +47,13 @@ anymore.
Security issues Security issues
--------------- ---------------
CVE-2016-2779 CVE-2016-2779
This security issue is NOT FIXED yet. The ioctl TIOCSTI is possible to disable This security issue is NOT FIXED yet. It is possible to disable the ioctl
by setsid() only. Unfortunately, setsid() has well define use-cases in su(1) TIOCSTI by setsid() only. Unfortunately, setsid() has well-defined use cases
and runuser(1) and possible changes will introduce regressions. It seems we in su(1) and runuser(1) and any changes would introduce regressions. It seems
need a better way -- ideally another ioctl (or whatever supported by kernel) to we need a better way -- ideally another ioctl (or whatever is supported by the
disable TIOCSTI without setsid(). kernel) to disable TIOCSTI without setsid().
Stable maintenance releases between v2.27 and v2.28 Stable maintenance releases between v2.27 and v2.28