From: Karel Zak Date: Mon, 2 Nov 2015 10:37:25 +0000 (+0100) Subject: docs: update v2.27.1-ReleaseNotes X-Git-Tag: v2.27.1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=967eab4e4c869045ca7751728df5087769fa3d43;p=thirdparty%2Futil-linux.git docs: update v2.27.1-ReleaseNotes Signed-off-by: Karel Zak --- diff --git a/Documentation/releases/v2.27.1-ReleaseNotes b/Documentation/releases/v2.27.1-ReleaseNotes new file mode 100644 index 0000000000..c60b1c9639 --- /dev/null +++ b/Documentation/releases/v2.27.1-ReleaseNotes @@ -0,0 +1,53 @@ +util-linux 2.27.1 Release Notes +=============================== + +bash-completion: + - curly brace missed for findmnt [Alexander Kuleshov] +docs: + - update AUTHORS file [Karel Zak] +fdisk: + - fix -N internal return code [Karel Zak] + - to recognize Intel Rapid Start hibernation partition [Jörg Jenderek] + - to recognize partition type 0xEA (Rufus) [Jörg Jenderek] +include/pt-mbr-partnames: + - remove '|' from partition type name [Karel Zak] +ipcs: + - fix ipc_sem_get_limits() [Karel Zak] +lib/sysfs: + - make sysfs_get_devname()/blkid_devno_to_wholedisk() more robust [Karel Zak] +libblkid: + - (promise raid) cleanup code [Karel Zak] + - make XFS Log visible for wipefs [Karel Zak] +libfdisk: + - (gpt) control ranges in set_partition [Karel Zak] + - add more debug message to resize code [Karel Zak] + - fix partition move/resize code [Karel Zak] +libmount: + - (monitor) don't check for regular mtab [Karel Zak] + - (monitor) remove unnecessary epoll EPOLLPRI [Karel Zak] + - fix uid= and gid= translation [Karel Zak] + - follow docs with parse-error callback return code [Karel Zak] +libuuid: + - fix buffer overflow with long paths [Karel Zak] +logger: + - fix messages separation on UNIX socket [Karel Zak] +mount, umount, swapon, fsck, lsblk, findmnt: + - ignore malformed lines [Karel Zak] +po: + - merge changes [Karel Zak] + - update cs.po (from translationproject.org) [Petr Písař] + - update de.po (from translationproject.org) [Philipp Thomas] + - update pt_BR.po (from translationproject.org) [Rafael Ferreira] + - update ru.po (from translationproject.org) [Evgeniy Yakushev] + - update zh_CN.po (from translationproject.org) [Wylmer Wang] +script: + - be pedantic and use "%"SCNi64 [Karel Zak] + - don't assume that time_t is compatible with long [Isaac Dunham] +tests: + - add missing files [Karel Zak] + - replace username with tag in logger test [Karel Zak] + - update and extend logger tests [Karel Zak] +uuidd: + - improve socket activation error messaging [Sami Kerola] +zramctl: + - fix lists of the all devices [Karel Zak]