docs: update v2.26-ReleaseNotes

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2015-02-19 13:10:10 +01:00
parent 07ecd0b297
commit 559e84b055
1 changed files with 50 additions and 1 deletions

View File

@ -159,6 +159,7 @@ build-sys:
- old glibc requires -lrt clock_gettime() [Karel Zak] - old glibc requires -lrt clock_gettime() [Karel Zak]
- properly check for -lrt [Karel Zak] - properly check for -lrt [Karel Zak]
- release++ (v2.26-rc1) [Karel Zak] - release++ (v2.26-rc1) [Karel Zak]
- release++ (v2.26-rc2) [Karel Zak]
- remove swap-common.h from sys-utils/Makemodule.am [Sami Kerola] - remove swap-common.h from sys-utils/Makemodule.am [Sami Kerola]
- support nsenter.static [Karel Zak] - support nsenter.static [Karel Zak]
- use -lutil for BSD only [Karel Zak] - use -lutil for BSD only [Karel Zak]
@ -166,20 +167,24 @@ build-sys:
cal: cal:
- `color` option documentation should match actual behaviour [Eugene Yunak] - `color` option documentation should match actual behaviour [Eugene Yunak]
- fix signed integer overflow [AddressSanitizer] [Sami Kerola] - fix signed integer overflow [AddressSanitizer] [Sami Kerola]
- use int64_t instead of long [Ruediger Meier]
cfdisk: cfdisk:
- actually translate the table headers and the bottom line [Benno Schulenberg] - actually translate the table headers and the bottom line [Benno Schulenberg]
- add libfdisk independent debug stuff [Karel Zak] - add libfdisk independent debug stuff [Karel Zak]
- add support for sfdisk scripts [Karel Zak] - add support for sfdisk scripts [Karel Zak]
- also recognize a lowercase 'l' for loading a script file [Benno Schulenberg]
- cleanup menuitem draw functions [Karel Zak] - cleanup menuitem draw functions [Karel Zak]
- default to Quit menu item [Karel Zak] - default to Quit menu item [Karel Zak]
- detect too small partition sizes [Karel Zak] - detect too small partition sizes [Karel Zak]
- disable some KEY_* in ui_get_wqstring() [Karel Zak] - disable some KEY_* in ui_get_wqstring() [Karel Zak]
- do not startle the user with a false message when --zero is used [Benno Schulenberg]
- don't mess up the help screen by printing the PO file header [Benno Schulenberg] - don't mess up the help screen by printing the PO file header [Benno Schulenberg]
- don't modify ncurses LINES and COLS [Karel Zak] - don't modify ncurses LINES and COLS [Karel Zak]
- fix mem leak and main_menu_action() logic [coverity scan] [Karel Zak] - fix mem leak and main_menu_action() logic [coverity scan] [Karel Zak]
- fix typo in the previous commit [Karel Zak] - fix typo in the previous commit [Karel Zak]
- force main menu to default to Quit/New menu items [Karel Zak] - force main menu to default to Quit/New menu items [Karel Zak]
- improve Dump dialog [Karel Zak] - improve Dump dialog [Karel Zak]
- improve create-label UI [Karel Zak]
- improve menu clean function [Karel Zak] - improve menu clean function [Karel Zak]
- improve ui_get_size() warnings [Karel Zak] - improve ui_get_size() warnings [Karel Zak]
- improve wording and consistency of the size warnings [Benno Schulenberg] - improve wording and consistency of the size warnings [Benno Schulenberg]
@ -229,6 +234,7 @@ dmesg:
docs: docs:
- Spelling fixes [Ville Skyttä] - Spelling fixes [Ville Skyttä]
- add TODO entry for libblkid [Karel Zak] - add TODO entry for libblkid [Karel Zak]
- add cfdisk auto-sort to TODO file [Karel Zak]
- add howto-pull-request.txt [Sami Kerola] - add howto-pull-request.txt [Sami Kerola]
- add info about *_DEBUG= to man pages [Karel Zak] - add info about *_DEBUG= to man pages [Karel Zak]
- add logger protocol notes to manual page [Sami Kerola] - add logger protocol notes to manual page [Sami Kerola]
@ -248,7 +254,9 @@ docs:
- fix some wording, grammar and formatting in man page of swapon [Benno Schulenberg] - fix some wording, grammar and formatting in man page of swapon [Benno Schulenberg]
- fix the grammar and formatting in the man page of sfdisk [Benno Schulenberg] - fix the grammar and formatting in the man page of sfdisk [Benno Schulenberg]
- fix the grammar of the recent comment about comments [Benno Schulenberg] - fix the grammar of the recent comment about comments [Benno Schulenberg]
- fix the link to the rc1 changelog [Benno Schulenberg]
- fix two "maybe be" duplications in program comments [Benno Schulenberg] - fix two "maybe be" duplications in program comments [Benno Schulenberg]
- fix two paths of the v2.20-ReleaseNotes [Benno Schulenberg]
- fix two spellings in man page of logger [Benno Schulenberg] - fix two spellings in man page of logger [Benno Schulenberg]
- fix typos [Karel Zak] - fix typos [Karel Zak]
- fix-up man-pages flaged by checkmans.sh [J William Piggott] - fix-up man-pages flaged by checkmans.sh [J William Piggott]
@ -257,6 +265,7 @@ docs:
- improve some wordings on the man page of wipefs [Benno Schulenberg] - improve some wordings on the man page of wipefs [Benno Schulenberg]
- improve the description of --size in the man page of zramctl [Benno Schulenberg] - improve the description of --size in the man page of zramctl [Benno Schulenberg]
- improve the formatting of the chfn and chsh man pages [Benno Schulenberg] - improve the formatting of the chfn and chsh man pages [Benno Schulenberg]
- improve the grammar of the "see the changelog" phrase [Benno Schulenberg]
- improve the sorting of the options in the man page of getopt [Benno Schulenberg] - improve the sorting of the options in the man page of getopt [Benno Schulenberg]
- improve the wording and formatting of the zramctl man page [Benno Schulenberg] - improve the wording and formatting of the zramctl man page [Benno Schulenberg]
- make logger.1 facilities and levels easier to read [Sami Kerola] - make logger.1 facilities and levels easier to read [Sami Kerola]
@ -272,7 +281,9 @@ docs:
- restore minus symbols in long opts [J William Piggott] - restore minus symbols in long opts [J William Piggott]
- restore the alternative form of setarch in its man page [Benno Schulenberg] - restore the alternative form of setarch in its man page [Benno Schulenberg]
- restore the mention of uhelper= and helper= in man page of umount [Benno Schulenberg] - restore the mention of uhelper= and helper= in man page of umount [Benno Schulenberg]
- retrofit the dates on some old release announcements [Benno Schulenberg]
- small improvements to howto-contribute.txt [Sami Kerola] - small improvements to howto-contribute.txt [Sami Kerola]
- sort the options in the man page of sfdisk alphabetically [Benno Schulenberg]
- sort the options in the man pages of hwclock and uuidd [Benno Schulenberg] - sort the options in the man pages of hwclock and uuidd [Benno Schulenberg]
- spelling, wording, and grammar fixes in the man page of whereis [Benno Schulenberg] - spelling, wording, and grammar fixes in the man page of whereis [Benno Schulenberg]
- sync the docstring of addpart, delpart and resizepart to the man page [Benno Schulenberg] - sync the docstring of addpart, delpart and resizepart to the man page [Benno Schulenberg]
@ -316,12 +327,15 @@ fdisk:
- use libfdisk public API only [Karel Zak] - use libfdisk public API only [Karel Zak]
findmnt: findmnt:
- document --uniq option in man page [Bernhard Voelker] - document --uniq option in man page [Bernhard Voelker]
- don't parse mountinfo twice [Karel Zak]
- fix mem leaks [coverity scan] [Karel Zak] - fix mem leaks [coverity scan] [Karel Zak]
flock: flock:
- add error message to translations [Sami Kerola] - add error message to translations [Sami Kerola]
- zero timeout is valid [Karel Zak] - zero timeout is valid [Karel Zak]
fsck: fsck:
- deallocate when no cache [coverity scan] [Karel Zak] - deallocate when no cache [coverity scan] [Karel Zak]
- fix compiler warning [-Wlogical-not-parentheses] [Karel Zak]
- use monotonic time to fsck run time measurement [Sami Kerola]
fsck.minix: fsck.minix:
- fix segmentation fault [Sami Kerola] - fix segmentation fault [Sami Kerola]
fstrim: fstrim:
@ -347,8 +361,10 @@ hexdump:
hwclock: hwclock:
- Add --update-drift option [J William Piggott] - Add --update-drift option [J William Piggott]
- Add --update-drift option MAN [J William Piggott] - Add --update-drift option MAN [J William Piggott]
- Add ntptime reference to man-page [J William Piggott]
- Incorrect UTC defaults [JWP] - Incorrect UTC defaults [JWP]
- Reduce drift factor update period [J William Piggott] - Reduce drift factor update period [J William Piggott]
- add checking kernel vars to man-page [J William Piggott]
- add notes about default behavior changes [Karel Zak] - add notes about default behavior changes [Karel Zak]
- adjust wording of v2.26 notes [J William Piggott] - adjust wording of v2.26 notes [J William Piggott]
- check for permissions before use clock interface [Karel Zak] - check for permissions before use clock interface [Karel Zak]
@ -360,9 +376,11 @@ hwclock:
- hctosys drift compensation II [J William Piggott] - hctosys drift compensation II [J William Piggott]
- hctosys drift compensation II COMMENTS [J William Piggott] - hctosys drift compensation II COMMENTS [J William Piggott]
- hctosys drift compensation II MAN [J William Piggott] - hctosys drift compensation II MAN [J William Piggott]
- improve man-page language [J William Piggott]
- improve wording and formatting of man page [Benno Schulenberg] - improve wording and formatting of man page [Benno Schulenberg]
- man page 'Since v2.26' notes [JWP] - man page 'Since v2.26' notes [JWP]
- man regression [JWP] - man regression [JWP]
- man-page errata [J William Piggott]
- persistent_clock_is_local [J William Piggott] - persistent_clock_is_local [J William Piggott]
- persistent_clock_is_local MAN [J William Piggott] - persistent_clock_is_local MAN [J William Piggott]
- remove automatic ISA fallback [J William Piggott] - remove automatic ISA fallback [J William Piggott]
@ -371,6 +389,8 @@ hwclock:
- update man-page for directisa change [J William Piggott] - update man-page for directisa change [J William Piggott]
- use fabs() instead abs() when argument is double [Sami Kerola] - use fabs() instead abs() when argument is double [Sami Kerola]
- use pluralized translations. [Lauri Nurmi] - use pluralized translations. [Lauri Nurmi]
ibfdisk:
- (gpt) allow to maximize partition [Karel Zak]
include: include:
- fix compiler warnings [Sami Kerola] - fix compiler warnings [Sami Kerola]
- simplify fputc_careful() in carefulputc.h [Sami Kerola] - simplify fputc_careful() in carefulputc.h [Sami Kerola]
@ -447,6 +467,7 @@ libblkid:
- fix potential bufer overflows [Sebastian Krahmer] - fix potential bufer overflows [Sebastian Krahmer]
- improve MBR vs. FAT + boot sector detection [Karel Zak] - improve MBR vs. FAT + boot sector detection [Karel Zak]
- move string trim function to strutils.h [Karel Zak] - move string trim function to strutils.h [Karel Zak]
- set SBMAGIC for nilfs2 [Karel Zak]
- superblocks Add function blkid_probe_set_utf8_id_label for setting utf8 id label [Pali Rohár] - superblocks Add function blkid_probe_set_utf8_id_label for setting utf8 id label [Pali Rohár]
- udf Fix reading LABEL, add support for UUID and other udf identifiers [Pali Rohár] - udf Fix reading LABEL, add support for UUID and other udf identifiers [Pali Rohár]
- zeroize errno on blkid_probe_get_buffer() success [Karel Zak] - zeroize errno on blkid_probe_get_buffer() success [Karel Zak]
@ -472,7 +493,6 @@ libfdisk:
- (dos) use script label-id [Karel Zak] - (dos) use script label-id [Karel Zak]
- (dos) write new empty label too [Karel Zak] - (dos) write new empty label too [Karel Zak]
- (gpt) add Microsoft Storage Spaces GUID [Sergei Antonov] - (gpt) add Microsoft Storage Spaces GUID [Sergei Antonov]
- (gpt) allow to maximize partition [Karel Zak]
- (gpt) allow to specify attr bit by API [Karel Zak] - (gpt) allow to specify attr bit by API [Karel Zak]
- (gpt) allow to specify uuid and name when create new partition [Karel Zak] - (gpt) allow to specify uuid and name when create new partition [Karel Zak]
- (gpt) check return from GUID parser [coverity scan] [Karel Zak] - (gpt) check return from GUID parser [coverity scan] [Karel Zak]
@ -506,6 +526,7 @@ libfdisk:
- add fdisk_copy_parttype() [Karel Zak] - add fdisk_copy_parttype() [Karel Zak]
- add fdisk_label_get_field_by_name() and const for labels [Karel Zak] - add fdisk_label_get_field_by_name() and const for labels [Karel Zak]
- add fdisk_partition_is_bootable() [Karel Zak] - add fdisk_partition_is_bootable() [Karel Zak]
- add fdisk_partition_is_wholedisk() [Karel Zak]
- add fdisk_set_partition() [Karel Zak] - add fdisk_set_partition() [Karel Zak]
- add functions to apply partitiong scripts [Karel Zak] - add functions to apply partitiong scripts [Karel Zak]
- add functions to play nasty games with first/last LBA [Karel Zak] - add functions to play nasty games with first/last LBA [Karel Zak]
@ -513,6 +534,7 @@ libfdisk:
- add more comments [Karel Zak] - add more comments [Karel Zak]
- add ref.counting to ask API [Karel Zak] - add ref.counting to ask API [Karel Zak]
- add reference to context to dump [Karel Zak] - add reference to context to dump [Karel Zak]
- add some docs [Karel Zak]
- add support for sfdisk-like script format [Karel Zak] - add support for sfdisk-like script format [Karel Zak]
- add version.c [Karel Zak] - add version.c [Karel Zak]
- allow to specify partition size by explicit number of sectors [Karel Zak] - allow to specify partition size by explicit number of sectors [Karel Zak]
@ -541,8 +563,10 @@ libfdisk:
- fix add_logical() assert [Karel Zak] - fix add_logical() assert [Karel Zak]
- fix bug in cmp_numbers() and partitions sorting [Karel Zak] - fix bug in cmp_numbers() and partitions sorting [Karel Zak]
- fix cfdisk freespace analyze [Karel Zak] - fix cfdisk freespace analyze [Karel Zak]
- fix compiler warning [Karel Zak]
- fix fdisk_delete_all_partitions() [Karel Zak] - fix fdisk_delete_all_partitions() [Karel Zak]
- fix fdisk_get_optimal_iosize() and update tests [Karel Zak] - fix fdisk_get_optimal_iosize() and update tests [Karel Zak]
- fix fdisk_partition_get_parent() docs [Karel Zak]
- fix get_partition_unused_primary() [Boris Egorov] - fix get_partition_unused_primary() [Boris Egorov]
- fix issues with very small partitions [Karel Zak] - fix issues with very small partitions [Karel Zak]
- fix partition names on GNU Hurd. [Gabriele Giacone] - fix partition names on GNU Hurd. [Gabriele Giacone]
@ -558,7 +582,9 @@ libfdisk:
- fix typo [Karel Zak] - fix typo [Karel Zak]
- follow explicitly specified partition size [Karel Zak] - follow explicitly specified partition size [Karel Zak]
- grain is in bytes, fix previous patches [Karel Zak] - grain is in bytes, fix previous patches [Karel Zak]
- ignore whole-disk partition when check order [Karel Zak]
- improve debug messages [Karel Zak] - improve debug messages [Karel Zak]
- make code more readable [Karel Zak]
- make fdisk_partition_to_string() more robust [coverity scan] [Karel Zak] - make fdisk_partition_to_string() more robust [coverity scan] [Karel Zak]
- make it possible to get fields for all labes [Karel Zak] - make it possible to get fields for all labes [Karel Zak]
- make it possible to use zero for size and start [Karel Zak] - make it possible to use zero for size and start [Karel Zak]
@ -590,6 +616,8 @@ libmount:
- (monitor) cleanup wait/verify stuff [Karel Zak] - (monitor) cleanup wait/verify stuff [Karel Zak]
- (monitor) make mnt_monitor_next_changed() usable for epoll version too [Karel Zak] - (monitor) make mnt_monitor_next_changed() usable for epoll version too [Karel Zak]
- (monitor) use inotify for utab lock file [Karel Zak] - (monitor) use inotify for utab lock file [Karel Zak]
- MNT_OMODE_FORCE usage [Fridolin Pokorny]
- add --enable-libmount-force-mountinfo [Karel Zak]
- add new libmnt_monitor API [Karel Zak] - add new libmnt_monitor API [Karel Zak]
- add options map to docs [Karel Zak] - add options map to docs [Karel Zak]
- add private mnt_context_get_mtab_for_target() [Karel Zak] - add private mnt_context_get_mtab_for_target() [Karel Zak]
@ -609,11 +637,14 @@ libmount:
- hide details about failed search in fstab/mtab [Karel Zak] - hide details about failed search in fstab/mtab [Karel Zak]
- improve kernel command line parsing [Mike Frysinger] - improve kernel command line parsing [Mike Frysinger]
- improve mnt_reset_fs() [Karel Zak] - improve mnt_reset_fs() [Karel Zak]
- improve remount logic [Karel Zak]
- make public top-level monitor FD only [Karel Zak] - make public top-level monitor FD only [Karel Zak]
- monitor unref function refactoring [Karel Zak] - monitor unref function refactoring [Karel Zak]
- only include context on linux [Andreas Henriksson] - only include context on linux [Andreas Henriksson]
- only invoke loopcxt on linux [Andreas Henriksson] - only invoke loopcxt on linux [Andreas Henriksson]
- provide version as int for better compiletime test [Søren Holm] - provide version as int for better compiletime test [Søren Holm]
- read utab always when read mtab from /proc [Karel Zak]
- remove assert(arg) from public functions [Karel Zak]
- reuse allocated fs in parser [Karel Zak] - reuse allocated fs in parser [Karel Zak]
- revert "read mtab on remount" idea [Karel Zak] - revert "read mtab on remount" idea [Karel Zak]
- split monitor initialization [Karel Zak] - split monitor initialization [Karel Zak]
@ -625,6 +656,7 @@ libsmartcols:
- clean up debug, add help debug mask [Karel Zak] - clean up debug, add help debug mask [Karel Zak]
- cleanup gtk-docs warnings [Karel Zak] - cleanup gtk-docs warnings [Karel Zak]
- fix docs namespace [Karel Zak] - fix docs namespace [Karel Zak]
- remove assert(arg) from public functions [Karel Zak]
- remove unnecessary check [coverity scan] [Karel Zak] - remove unnecessary check [coverity scan] [Karel Zak]
- use ASCII art for trees rather than padding [Karel Zak] - use ASCII art for trees rather than padding [Karel Zak]
libuuid: libuuid:
@ -637,6 +669,7 @@ linfdisk:
linmount: linmount:
- (monitor) refresh docs, headers and symbols table [Karel Zak] - (monitor) refresh docs, headers and symbols table [Karel Zak]
logger: logger:
- add --socket-errors compatibility option [Sami Kerola]
- add function pointer to choose how logging is done [Sami Kerola] - add function pointer to choose how logging is done [Sami Kerola]
- add hostname to rfc3164 message [Sami Kerola] - add hostname to rfc3164 message [Sami Kerola]
- add process --id=parent optional argument [Sami Kerola] - add process --id=parent optional argument [Sami Kerola]
@ -680,9 +713,14 @@ lsblk:
- fix compiler warning [Sami Kerola] - fix compiler warning [Sami Kerola]
- implement SOMEOK (=64) return code [Karel Zak] - implement SOMEOK (=64) return code [Karel Zak]
lscpu: lscpu:
- add s-Par support [Benjamin Romer]
- blacklist vmware_bdoor() AddressSanitizer check [Sami Kerola] - blacklist vmware_bdoor() AddressSanitizer check [Sami Kerola]
- clean up vmware inline asm [Mike Frysinger] - clean up vmware inline asm [Mike Frysinger]
- cleanup ppc virtualization detection [Karel Zak]
- detect also QEMU emulation on ppc [Karel Zak]
- fix compiler error [-Werror=format-security] [Karel Zak]
- fix cppcheck warnings [Boris Egorov] - fix cppcheck warnings [Boris Egorov]
- fix typos in ppc code [Karel Zak]
- theoretical buffer overflow [Tobias Stoeckmann] - theoretical buffer overflow [Tobias Stoeckmann]
lslocks: lslocks:
- fix type warning [Sami Kerola] - fix type warning [Sami Kerola]
@ -775,6 +813,7 @@ rename:
- allow renaming in subdirectories [Sami Kerola] - allow renaming in subdirectories [Sami Kerola]
- continue despite something failed [Sami Kerola] - continue despite something failed [Sami Kerola]
- use function pointer to select file or symlink operation [Sami Kerola] - use function pointer to select file or symlink operation [Sami Kerola]
- use strrchr() instead of rindex() [Sami Kerola]
- use usage and version print out macros [Sami Kerola] - use usage and version print out macros [Sami Kerola]
renice: renice:
- avoid having same lines of code twice [Sami Kerola] - avoid having same lines of code twice [Sami Kerola]
@ -784,11 +823,15 @@ renice:
- reorder usage() option descriptions [Sami Kerola] - reorder usage() option descriptions [Sami Kerola]
script: script:
- may be hangs [Andreas Henriksson] - may be hangs [Andreas Henriksson]
- no logging for non-interactive shells [Stanislav Brabec]
- script.1 Improve documentation of non-interactive behavior [Stanislav Brabec]
setarch: setarch:
- cleanup options usage [Karel Zak] - cleanup options usage [Karel Zak]
- differentiate between "unrecognized" and "cannot set" [Benno Schulenberg] - differentiate between "unrecognized" and "cannot set" [Benno Schulenberg]
- fix --list [Karel Zak] - fix --list [Karel Zak]
- fix typo (missing braces) for ppcle [Ruediger Meier]
- make the usage synopsis comprehensible for translators [Benno Schulenberg] - make the usage synopsis comprehensible for translators [Benno Schulenberg]
- print error when command runs without arguments [Sami Kerola]
- reindent code [Sami Kerola] - reindent code [Sami Kerola]
- use personality() system call when it is available [Sami Kerola] - use personality() system call when it is available [Sami Kerola]
setterm: setterm:
@ -832,6 +875,7 @@ sfdisk:
- implement command_fdisk() [Karel Zak] - implement command_fdisk() [Karel Zak]
- improve UI [Karel Zak] - improve UI [Karel Zak]
- in the usage text show -v for --version instead of -V [Benno Schulenberg] - in the usage text show -v for --version instead of -V [Benno Schulenberg]
- include rpmatch.h [Sami Kerola]
- leave on error [Karel Zak] - leave on error [Karel Zak]
- make dump format usable on stdin [Karel Zak] - make dump format usable on stdin [Karel Zak]
- more update to the man page [Karel Zak] - more update to the man page [Karel Zak]
@ -849,6 +893,8 @@ su:
- print proper core dump message when killed [pcpa] - print proper core dump message when killed [pcpa]
sulogin: sulogin:
- make sure that fallback FD is valid [coverity scan] [Karel Zak] - make sure that fallback FD is valid [coverity scan] [Karel Zak]
sulogin, hwclock:
- use xusleep() instead of usleep() [Sami Kerola]
swaplabel: swaplabel:
- move swapon-common to include directory [Sami Kerola] - move swapon-common to include directory [Sami Kerola]
swapoff: swapoff:
@ -903,10 +949,12 @@ tests:
- fix rename subdir check that was failing in travis [Sami Kerola] - fix rename subdir check that was failing in travis [Sami Kerola]
- fix swaplabel test for 9a83b03c [Ruediger Meier] - fix swaplabel test for 9a83b03c [Ruediger Meier]
- fix the ipcs test for shmall being too big to show [Karel Zak] - fix the ipcs test for shmall being too big to show [Karel Zak]
- improve some wordings of the output [Benno Schulenberg]
- kill output message change [Sami Kerola] - kill output message change [Sami Kerola]
- make ipcs limit calculations work when numbers are large [Sami Kerola] - make ipcs limit calculations work when numbers are large [Sami Kerola]
- mark python libmount tests known to fail with AddressSanitizer [Sami Kerola] - mark python libmount tests known to fail with AddressSanitizer [Sami Kerola]
- python tests should not remove user's LD_LIBRARY_PATH [Ruediger Meier] - python tests should not remove user's LD_LIBRARY_PATH [Ruediger Meier]
- scsi_debug workaround [Karel Zak]
- simplify and update swaplabel test [Karel Zak] - simplify and update swaplabel test [Karel Zak]
- skip kill -SEGV test when running AddressSanitizer [Sami Kerola] - skip kill -SEGV test when running AddressSanitizer [Sami Kerola]
- test cazy sizes for sfdisk [Karel Zak] - test cazy sizes for sfdisk [Karel Zak]
@ -941,6 +989,7 @@ textual:
- remove some inconsistent periods from error messages [Benno Schulenberg] - remove some inconsistent periods from error messages [Benno Schulenberg]
- share crypt() error message in sulogin and newgrp [Sami Kerola] - share crypt() error message in sulogin and newgrp [Sami Kerola]
- slice up the usage text of swapon for ease of translation [Benno Schulenberg] - slice up the usage text of swapon for ease of translation [Benno Schulenberg]
- sort the options in the usage text of sfdisk alphabetically [Benno Schulenberg]
- there may be no space between option and optional =arg [Benno Schulenberg] - there may be no space between option and optional =arg [Benno Schulenberg]
- use a somewhat clearer and more standard failure message [Benno Schulenberg] - use a somewhat clearer and more standard failure message [Benno Schulenberg]
- use angular brackets around each individual argument [Benno Schulenberg] - use angular brackets around each individual argument [Benno Schulenberg]