]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update v2.26-ReleaseNotes
authorKarel Zak <kzak@redhat.com>
Wed, 4 Feb 2015 10:48:33 +0000 (11:48 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 4 Feb 2015 10:48:33 +0000 (11:48 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/releases/v2.26-ReleaseNotes

index 655aebe21901e48ed4d87f7fc368f297b04ac237..61e098203360e4e6fa13119d40acf762424d2e97 100644 (file)
@@ -130,26 +130,35 @@ blkdiscard:
 blkid:
    - add hint about lsblk to the man page  [Karel Zak]
    - remove extra trailing spaces in output  [Karel Zak]
+blockdev:
+   - check return when read from sysfs [coverity scan]  [Karel Zak]
+build:
+   - fix printf warnings for icc (-Wformat-security)  [Ruediger Meier]
 build-sys:
    - add -Wimplicit-function-declaration to compiler warnings  [Karel Zak]
    - add fdisk.pc  [Karel Zak]
    - add fdiskP.h to sources  [Karel Zak]
    - add hint about 'make'  [Karel Zak]
    - add sfdisk.static  [Karel Zak]
+   - avoid icc warnings "ignoring unknown option"  [Ruediger Meier]
    - build libmount everywhere  [Andreas Henriksson]
    - check for libtoolize rather than libtool  [Helmut Grohne]
    - cleanup in libmount Makemodule  [Karel Zak]
    - cleanup library symbol files  [Karel Zak]
    - create a regular shared libfdisk.so  [Karel Zak]
    - create parent directory for $(PATHFILES)  [Michael Marineau]
+   - fix UL_SCANF_TYPE_MODIFIER for icc  [Ruediger Meier]
    - fix double prefix with explict --libdir  [Christoph Junghans]
    - fix make checkincludes warnings  [Sami Kerola]
    - fix switch_root/pivot_root cut-n-paste error in configure.ac  [Andreas Henriksson]
+   - free() needs stdlib.h  [Ruediger Meier]
    - hwclock requires -lm  [Cristian Rodríguez]
+   - improve wording and punctuation of several messages  [Benno Schulenberg]
    - make scanf_cv_alloc_modifier to work [LeakSanitizer]  [Sami Kerola]
    - move all around clock_gettime() to monotonic.c  [Karel Zak]
    - old glibc requires -lrt clock_gettime()  [Karel Zak]
    - properly check for -lrt  [Karel Zak]
+   - release++ (v2.26-rc1)  [Karel Zak]
    - remove swap-common.h from sys-utils/Makemodule.am  [Sami Kerola]
    - support nsenter.static  [Karel Zak]
    - use -lutil for BSD only  [Karel Zak]
@@ -158,17 +167,30 @@ cal:
    - `color` option documentation should match actual behaviour  [Eugene Yunak]
    - fix signed integer overflow [AddressSanitizer]  [Sami Kerola]
 cfdisk:
+   - actually translate the table headers and the bottom line  [Benno Schulenberg]
    - add libfdisk independent debug stuff  [Karel Zak]
    - add support for sfdisk scripts  [Karel Zak]
    - cleanup menuitem draw functions  [Karel Zak]
+   - default to Quit menu item  [Karel Zak]
    - detect too small partition sizes  [Karel Zak]
+   - disable some KEY_* in ui_get_wqstring()  [Karel Zak]
+   - don't mess up the help screen by printing the PO file header  [Benno Schulenberg]
    - don't modify ncurses LINES and COLS  [Karel Zak]
+   - fix mem leak and main_menu_action() logic [coverity scan]  [Karel Zak]
    - fix typo in the previous commit  [Karel Zak]
+   - force main menu to default to Quit/New menu items  [Karel Zak]
    - improve Dump dialog  [Karel Zak]
    - improve menu clean function  [Karel Zak]
+   - improve ui_get_size() warnings  [Karel Zak]
+   - improve wording and consistency of the size warnings  [Benno Schulenberg]
+   - make '?' an alias of 'h', to also show the help screen  [Benno Schulenberg]
    - move curs_set(1) to ui_end()  [Karel Zak]
+   - print "wrong order" warning after startup, colorize info messages  [Karel Zak]
+   - punctuate the bottombar messages consistently  [Benno Schulenberg]
    - reenable cursor when quitting  [Andreas Henriksson]
    - remove [Load] from menu  [Karel Zak]
+   - remove the mistaken B from the explanation of size suffixes  [Benno Schulenberg]
+   - shorten the help screen to make it fit within 25 lines  [Benno Schulenberg]
    - use only public libfdisk API  [Karel Zak]
    - wrong interpretation of yes in non-english language  [Karel Zak]
 chfn:
@@ -186,6 +208,8 @@ chfn:
    - use xasprintf() rather than bunch of strlen() and malloc() calls  [Sami Kerola]
 chfn, chsh:
    - share illegal_passwd_chars() function  [Sami Kerola]
+chrt:
+   - add note about zero priority for IDLE and BATCH  [Karel Zak]
 chsh:
    - allow user to set shell to /bin/sh if none is set  [Sami Kerola]
    - clean up parse_argv()  [Sami Kerola]
@@ -200,25 +224,33 @@ chsh:
 colcrt:
    - slice up the usage text for ease of translation  [Benno Schulenberg]
 dmesg:
+   - Enable proper indent for messages containing line breaks  [Ingo Brückl]
    - improve reltime colors  [Karel Zak]
 docs:
    - Spelling fixes  [Ville Skyttä]
    - add TODO entry for libblkid  [Karel Zak]
    - add howto-pull-request.txt  [Sami Kerola]
+   - add info about *_DEBUG= to man pages  [Karel Zak]
    - add logger protocol notes to manual page  [Sami Kerola]
+   - add new cfdisk request to TODO file  [Karel Zak]
    - add swapon -o to TODO file  [Karel Zak]
+   - add the Sort command to the man page of cfdisk  [Benno Schulenberg]
    - adjust some formatting and wordings in a handful of man pages  [Benno Schulenberg]
    - adjust the grammar, text, sorting and formatting of logger man page  [Benno Schulenberg]
    - bring the chrt and taskset man pages closer to standard formatting  [Benno Schulenberg]
    - bring the rtcwake man page closer to standard formatting  [Benno Schulenberg]
    - bring the runuser and su man pages closer to standard formatting  [Benno Schulenberg]
    - don't use bold or italics for "[option]" in synopsis of man pages  [Benno Schulenberg]
+   - fix grammar and punctuation and typos in 2.26 release notes  [Benno Schulenberg]
    - fix inconsistencies in man pages  [Steven Honeyman]
    - fix some things that were overlooked during the first pass  [Benno Schulenberg]
    - fix some wording 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 of the recent comment about comments  [Benno Schulenberg]
+   - fix two "maybe be" duplications in program comments  [Benno Schulenberg]
+   - fix two spellings in man page of logger  [Benno Schulenberg]
+   - fix typos  [Karel Zak]
    - fix-up man-pages flaged by checkmans.sh  [J William Piggott]
    - give the man page of utmpdump the proper User Commands header  [Benno Schulenberg]
    - improve some wordings in the man page of mount  [Benno Schulenberg]
@@ -232,10 +264,12 @@ docs:
    - make the wording of the partx man page a bit more precise  [Benno Schulenberg]
    - make tools/checkmans.sh to pass without warnings  [Sami Kerola]
    - mentintion default udp and tcp ports logger is using  [Sami Kerola]
+   - mention nice(1) in renice(1) manual page  [Sami Kerola]
    - mention that setarch may not be able to set all listed architectures  [Benno Schulenberg]
    - remove all mention of helper= and uhelper= from umount man page  [Benno Schulenberg]
    - remove obsolete READMEs for (s)fdisk  [Karel Zak]
    - remove obsolete and unneeded comments from man-page files  [Benno Schulenberg]
+   - restore minus symbols in long opts  [J William Piggott]
    - 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]
    - small improvements to howto-contribute.txt  [Sami Kerola]
@@ -248,6 +282,7 @@ docs:
    - update TODO file  [Karel Zak]
    - update deprecation banners  [Sami Kerola]
    - update info about env debug variables  [Karel Zak]
+   - update v2.26-ReleaseNotes  [Karel Zak]
 eject:
    - add struct eject_control to remove global variables  [Sami Kerola]
    - add verbosity to cdrom door lock error  [Sami Kerola]
@@ -263,10 +298,12 @@ fdformat:
 fdisk:
    - (sgi) fix unsigned integer overflow [AddressSanitizer]  [Sami Kerola]
    - add --output <list> for print command(s)  [Karel Zak]
+   - add --output to usage()  [Karel Zak]
    - add independent debug stuff  [Karel Zak]
    - add section about sizes to the man page  [Karel Zak]
    - add support for sfdisk scripts  [Karel Zak]
    - always print warning for mis-aligned partitions  [Karel Zak]
+   - check return and robust label usage [coverity scan]  [Karel Zak]
    - fix -l [<device>]  [Karel Zak]
    - fix and improve -l warnings  [Karel Zak]
    - fix typo  [Karel Zak]
@@ -279,9 +316,12 @@ fdisk:
    - use libfdisk public API only  [Karel Zak]
 findmnt:
    - document --uniq option in man page  [Bernhard Voelker]
+   - fix mem leaks [coverity scan]  [Karel Zak]
 flock:
    - add error message to translations  [Sami Kerola]
    - zero timeout is valid  [Karel Zak]
+fsck:
+   - deallocate when no cache [coverity scan]  [Karel Zak]
 fsck.minix:
    - fix segmentation fault  [Sami Kerola]
 fstrim:
@@ -349,6 +389,8 @@ include/optutils:
    - fix typo  [Karel Zak]
 include/statfs_magic:
    - use macro rather than type for f_type  [Karel Zak]
+ionice:
+   - drop the duplicate docstring  [Benno Schulenberg]
 ipc*:
    - use customary fputs() instead of fprintf() with the usage macros  [Benno Schulenberg]
 ipcrm:
@@ -383,43 +425,57 @@ lib/loopdev:
    - replace custom DBG() with include/debug.h  [Karel Zak]
 lib/mbalign:
    - fix unsigned integer overflow [AddressSanitizer]  [Sami Kerola]
+lib/strutils:
+   - accept not just 'B' but also lowercase 'b' in a size suffix  [Benno Schulenberg]
 lib/swapprober:
    - add missing header file  [Karel Zak]
 lib/sysfs:
    - add subsystem and hotplug detection  [Karel Zak]
    - allow to write to sysfs attributes  [Karel Zak]
+   - use ssize_t for sysfs_readlink() [coverity scan]  [Karel Zak]
 libblkid:
+   - (bcache) fix keys usage  [Karel Zak]
    - (gpt) fix PT offset  [Karel Zak]
    - (gpt) use real sector size to set PTMAGIC_OFFSET  [Karel Zak]
+   - (hfs) avoid overflow [coverity scan]  [Karel Zak]
    - (nilfs) fix typo  [Boris Egorov]
    - assume strtoull() is available  [Sami Kerola]
    - care about unsafe chars in cache  [Karel Zak]
    - clean up debug, add "help" debug mask  [Karel Zak]
    - fix compiler warnings [-Wpointer-sign]  [Karel Zak]
+   - fix macro redefinition [coverity scan]  [Karel Zak]
    - fix potential bufer overflows  [Sebastian Krahmer]
+   - improve MBR vs. FAT + boot sector detection  [Karel Zak]
    - move string trim function to strutils.h  [Karel Zak]
    - 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]
    - zeroize errno on blkid_probe_get_buffer() success  [Karel Zak]
 libfdisk:
    - (bsd) add set_part() API  [Karel Zak]
+   - (docs) fix typo  [Karel Zak]
    - (dos) allow to maximize partition  [Karel Zak]
    - (dos) be sure that sorted EBR list is terminated  [Karel Zak]
+   - (dos) delete also logical with extended  [Karel Zak]
    - (dos) don't inform about logical partition  [Karel Zak]
    - (dos) fix N-1 error for partition size  [Karel Zak]
    - (dos) fix booable flag usage  [Karel Zak]
    - (dos) fix logical partitions add/delete code  [Karel Zak]
+   - (dos) fix logical partitions errors handling  [Karel Zak]
    - (dos) fix typo  [Karel Zak]
    - (dos) follow bootable setting when add partition  [Karel Zak]
    - (dos) follow explicit sizes  [Karel Zak]
    - (dos) implement fdisk_set_partition() backend  [Karel Zak]
+   - (dos) make a helpful message fit within 80 characters  [Benno Schulenberg]
    - (dos) more carefully check for primary partitions  [Karel Zak]
    - (dos) reset logical partition stuff after error  [Karel Zak]
    - (dos) set partition start/size only when requested  [Karel Zak]
    - (dos) use script label-id  [Karel Zak]
+   - (dos) write new empty label too  [Karel Zak]
    - (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 uuid and name when create new partition  [Karel Zak]
+   - (gpt) check return from GUID parser [coverity scan]  [Karel Zak]
    - (gpt) check string_to_guid()  [Karel Zak]
    - (gpt) cleanup header size usage  [Karel Zak]
    - (gpt) don't align last possible LBA  [Karel Zak]
@@ -433,9 +489,10 @@ libfdisk:
    - (gpt) remove 'Cylinders'  [Karel Zak]
    - (gpt) set_{name,uuid} functions refactoring  [Karel Zak]
    - (gpt) use generic API to change UUID and name  [Karel Zak]
-   - (gpt) allow to maximize partition  [Karel Zak]
    - (sgi) add set_part() API  [Karel Zak]
+   - accept Start offset in {B,M,G..}iB in sfdisk scripts  [Karel Zak]
    - accept dump with quotes  [Karel Zak]
+   - actually translate the human-readable name of the partition type  [Benno Schulenberg]
    - add API docs  [Karel Zak]
    - add comments to header file  [Karel Zak]
    - add docs for BSD functions  [Karel Zak]
@@ -475,6 +532,8 @@ libfdisk:
    - cleanup script dump  [Karel Zak]
    - cleanup script size= code  [Karel Zak]
    - consolidate script parser code  [Karel Zak]
+   - don't align very small partitions  [Karel Zak]
+   - don't use off_t in public API  [Karel Zak]
    - extend dump parsing function  [Karel Zak]
    - fdisk_label_is_labeltype()  [Karel Zak]
    - fdisk_read_firstsector should seek to offset 0  [Samuel Thibault]
@@ -485,7 +544,9 @@ libfdisk:
    - fix fdisk_delete_all_partitions()  [Karel Zak]
    - fix fdisk_get_optimal_iosize() and update tests  [Karel Zak]
    - fix get_partition_unused_primary()  [Boris Egorov]
+   - fix issues with very small partitions  [Karel Zak]
    - fix partition names on GNU Hurd.  [Gabriele Giacone]
+   - fix possible mem leak [coverity scan]  [Karel Zak]
    - fix script next_token()  [Karel Zak]
    - fix script parser  [Karel Zak]
    - fix script parser, add debug messages  [Karel Zak]
@@ -496,9 +557,12 @@ libfdisk:
    - fix table_add_freespace(), add debug messages  [Karel Zak]
    - fix typo  [Karel Zak]
    - follow explicitly specified partition size  [Karel Zak]
+   - grain is in bytes, fix previous patches  [Karel Zak]
    - improve debug messages  [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 use zero for size and start  [Karel Zak]
+   - make label names case insensitive  [Karel Zak]
    - make script header parser more pedantic  [Karel Zak]
    - make yes/no dialogs more robust  [Karel Zak]
    - more docs  [Karel Zak]
@@ -515,6 +579,7 @@ libfdisk:
    - rename fdisk_dump_ to fdisk_script_  [Karel Zak]
    - rename sector_t to fdisk_sector_t  [Karel Zak]
    - return partno when add new partition  [Karel Zak]
+   - support unknown partition types in sfdisk scripts  [Karel Zak]
    - use new set_part API in fdisk_set_partition_type()  [Karel Zak]
    - use reference counting for context  [Karel Zak]
    - use skip_blank() in scripts  [Karel Zak]
@@ -526,6 +591,7 @@ libmount:
    - (monitor) make mnt_monitor_next_changed() usable for epoll version too  [Karel Zak]
    - (monitor) use inotify for utab lock file  [Karel Zak]
    - add new libmnt_monitor API  [Karel Zak]
+   - add options map to docs  [Karel Zak]
    - add private mnt_context_get_mtab_for_target()  [Karel Zak]
    - allow unspecified source on remount  [Karel Zak]
    - clean up debug, add help debug mask  [Karel Zak]
@@ -534,8 +600,11 @@ libmount:
    - don't return root if path contains // or ending /  [Søren Holm]
    - don't use /{proc,ext}/filesystems when more fs types specified  [Karel Zak]
    - fix lock test to use real time to sync  [Karel Zak]
+   - fix mem leak in do_mount_by_types() [coverity scan]  [Karel Zak]
    - fix memory overflow [AddressSanitizer]  [Sami Kerola]
    - fix mnt_is_readonly() #ifdef  [Karel Zak]
+   - fix possible mem leak in has_utab_entry() [coverity scan]  [Karel Zak]
+   - fix type pointer usage  [Karel Zak]
    - fix utab entry on remount  [Karel Zak]
    - hide details about failed search in fstab/mtab  [Karel Zak]
    - improve kernel command line parsing  [Mike Frysinger]
@@ -546,6 +615,7 @@ libmount:
    - only invoke loopcxt on linux  [Andreas Henriksson]
    - provide version as int for better compiletime test  [Søren Holm]
    - reuse allocated fs in parser  [Karel Zak]
+   - revert "read mtab on remount" idea  [Karel Zak]
    - split monitor initialization  [Karel Zak]
    - use -t for type.subtype in helpers API  [Karel Zak]
 libs/debug:
@@ -555,6 +625,7 @@ libsmartcols:
    - clean up debug, add help debug mask  [Karel Zak]
    - cleanup gtk-docs warnings  [Karel Zak]
    - fix docs namespace  [Karel Zak]
+   - remove unnecessary check [coverity scan]  [Karel Zak]
    - use ASCII art for trees rather than padding  [Karel Zak]
 libuuid:
    - add extern qualifiers to uuid/uuid.h system header  [Sami Kerola]
@@ -571,6 +642,7 @@ logger:
    - add process --id=parent optional argument  [Sami Kerola]
    - add rfc5424 support  [Sami Kerola]
    - allow use of --id=ppid when logging locally  [Sami Kerola]
+   - check availability of ntp_gettime()  [Samuel Thibault]
    - clean up strings usage  [Karel Zak]
    - do not rely only getlogin(3) telling who ran the command  [Sami Kerola]
    - ensure program writes everything to syslog file descriptor  [Sami Kerola]
@@ -579,6 +651,7 @@ logger:
    - fix untranslated message  [Karel Zak]
    - gettimeofday needs <sys/time.h>  [Andreas Henriksson]
    - improve readablity of pencode() function  [Sami Kerola]
+   - improve usage()  [Karel Zak]
    - make --stderr print remote server messages  [Sami Kerola]
    - optimize string initializations  [Sami Kerola]
    - refactor long if clause  [Sami Kerola]
@@ -590,6 +663,7 @@ logger:
    - warn when --file and command line message are combined  [Sami Kerola]
 login:
    - Fix unused variables in login.c if _HAVE_UT_TV isn't defined  [Will Johansson]
+   - fix mem leak in init_environ() [coverity scan]  [Karel Zak]
    - ignore SIGXFSZ when write to lastlog  [Karel Zak]
 login-utils:
    - Enable building util-linux against OpenPAM  [Will Johansson]
@@ -604,6 +678,7 @@ lsblk:
    - add SUBSYSTEMS column  [Karel Zak]
    - add notes about udev to the man page  [Karel Zak]
    - fix compiler warning  [Sami Kerola]
+   - implement SOMEOK (=64) return code  [Karel Zak]
 lscpu:
    - blacklist vmware_bdoor() AddressSanitizer check  [Sami Kerola]
    - clean up vmware inline asm  [Mike Frysinger]
@@ -649,8 +724,11 @@ mkswap:
 more:
    - blacklist unsigned integer overflow [AddressSanitizer]  [Sami Kerola]
    - fix compiler warnings  [Karel Zak]
+   - fix repeat search crash  [Sami Kerola]
    - replace ad-hoc support for plurals with gettext plurals.  [Lauri Nurmi]
 mount:
+   - Add documentation of FAT mount option time_offset  [Jan Kara]
+   - Further FAT mount option update  [Jan Kara]
    - clean up -t info in mount.8 and fstab.5  [Karel Zak]
    - don't ignore mtab for --bind -o remount  [Karel Zak]
    - improve --move docs  [Karel Zak]
@@ -709,6 +787,7 @@ script:
 setarch:
    - cleanup options usage  [Karel Zak]
    - differentiate between "unrecognized" and "cannot set"  [Benno Schulenberg]
+   - fix --list  [Karel Zak]
    - make the usage synopsis comprehensible for translators  [Benno Schulenberg]
    - reindent code  [Sami Kerola]
    - use personality() system call when it is available  [Sami Kerola]
@@ -716,6 +795,7 @@ setterm:
    - fix dubious one-bit signed bitfield [smatch scan]  [Sami Kerola]
 sfdisk:
    - --list just one device  [Karel Zak]
+   - actually translate the table headers by calling gettext()  [Benno Schulenberg]
    - add --activate  [Karel Zak]
    - add --append  [Karel Zak]
    - add --backup and --backup-file  [Karel Zak]
@@ -744,6 +824,8 @@ sfdisk:
    - cleanup option names  [Karel Zak]
    - cleanup sync() usage, fix --activate  [Karel Zak]
    - cleanup usage() and long options  [Karel Zak]
+   - fix --bytes  [Karel Zak]
+   - fix --id fallthrough [coverity scan]  [Karel Zak]
    - fix compiler warnings about uninitialized variables  [Sami Kerola]
    - fix version typos in man page  [Karel Zak]
    - implement --list  [Karel Zak]
@@ -763,7 +845,10 @@ sfdisk:
 strutils:
    - fix unsigned integer overflows [AddressSanitizer]  [Sami Kerola]
 su:
+   - fix mem leak in modify_environ() [coverity scan]  [Karel Zak]
    - print proper core dump message when killed  [pcpa]
+sulogin:
+   - make sure that fallback FD is valid [coverity scan]  [Karel Zak]
 swaplabel:
    - move swapon-common to include directory  [Sami Kerola]
 swapoff:
@@ -780,6 +865,7 @@ swapon:
    - share get_swap_prober() with swaplabel to print uuid and label  [Sami Kerola]
    - split swapon-common.c  [Karel Zak]
 switch_root:
+   - document that maintains /run too  [Karel Zak]
    - improve statfs->f_type portability  [Karel Zak]
 tailf:
    - slice up the usage text for ease of translation  [Benno Schulenberg]
@@ -810,19 +896,25 @@ tests:
    - cleanup libmount debug test  [Karel Zak]
    - copy test-suite from Frodo Looijaard's getopt  [Sami Kerola]
    - don't check the current ipcs limits  [Karel Zak]
+   - don't hardcode devnames  [Karel Zak]
+   - fix fdisk/bsd again for big endian  [Ruediger Meier]
    - fix fdisk/bsd for the two possible sectors/offsets  [Aurelien Jarno]
    - fix memory leak [AddressSanitizer]  [Sami Kerola]
    - fix rename subdir check that was failing in travis  [Sami Kerola]
+   - fix swaplabel test for 9a83b03c  [Ruediger Meier]
    - fix the ipcs test for shmall being too big to show  [Karel Zak]
    - kill output message change  [Sami Kerola]
    - make ipcs limit calculations work when numbers are large  [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]
    - simplify and update swaplabel test  [Karel Zak]
    - skip kill -SEGV test when running AddressSanitizer  [Sami Kerola]
    - test cazy sizes for sfdisk  [Karel Zak]
+   - update MBR sort test  [Karel Zak]
    - update UDF test (add identifiers)  [Pali Rohár]
    - update bsd test  [Karel Zak]
    - update build tests  [Karel Zak]
+   - update build-sys tests  [Karel Zak]
    - update fdisk formatting  [Karel Zak]
    - update fdisk tests  [Karel Zak]
    - update sfdisk tests  [Karel Zak]
@@ -835,13 +927,17 @@ textual:
    - do not start option descriptions with a capital  [Benno Schulenberg]
    - fix couple typos in comments  [Sami Kerola]
    - fix some typos and inconsistencies in various messages  [Benno Schulenberg]
+   - fix spellos and inconsistencies in several program messages  [Benno Schulenberg]
+   - fix various minor typos  [Yuri Chornoivan]
    - grammarize an error message  [Benno Schulenberg]
    - grammarize an informative message, and tweak some comments  [Benno Schulenberg]
+   - grammarize and harmonize the stat error message  [Benno Schulenberg]
    - grammarize another error message  [Benno Schulenberg]
    - improve error messages  [Sami Kerola]
    - list the options of setarch in a more alphabetical order  [Benno Schulenberg]
    - make the license of chrt and taskset slightly more explicit  [Benno Schulenberg]
    - not using angular brackets around literal arguments  [Benno Schulenberg]
+   - put option and its description into a single translatable string  [Benno Schulenberg]
    - remove some inconsistent periods from error messages  [Benno Schulenberg]
    - share crypt() error message in sulogin and newgrp  [Sami Kerola]
    - slice up the usage text of swapon for ease of translation  [Benno Schulenberg]
@@ -868,6 +964,8 @@ unshare:
    - Fix --map-root-user to work on new kernels  [Eric W. Biederman]
    - add --setgroups=deny|allow  [Karel Zak]
    - add some examples  [Lubomir Rintel]
+utmpdump:
+   - don't pass parameter of type "struct utmp" by value [coverity scan]  [Karel Zak]
 uuidd:
    - Fixed a typo in daemon logging message  [Nikolay Sivov]
 various:
@@ -877,7 +975,10 @@ wall:
    - wrap message header when it exceeds 79 characters  [Sami Kerola]
 whereis:
    - cleanup debug stuff, fix argv[] usage  [Karel Zak]
+   - lookup also info docs  [Karel Zak]
    - reset search mask more carefully  [Karel Zak]
+wipefs:
+   - fix FD leak on error [coverity scan]  [Karel Zak]
 zramctl:
    - add bash completion script  [Sami Kerola]
    - add details to --size option documentation  [Sami Kerola]
@@ -889,5 +990,4 @@ zramctl:
    - improve error message  [Sami Kerola]
    - improve option combination error messaging  [Sami Kerola]
    - remove extra \n from usage()  [Karel Zak]
-zrmactl:
    - add new command to control /dev/zramN devices  [Karel Zak, Timofey Titovets]