From: Karel Zak Date: Thu, 13 Dec 2012 11:14:25 +0000 (+0100) Subject: docs: update v2.22.2-ReleaseNotes X-Git-Tag: v2.22.2~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=779dee00c82d79cf4d84864b662f2576cd79c702;p=thirdparty%2Futil-linux.git docs: update v2.22.2-ReleaseNotes Signed-off-by: Karel Zak --- diff --git a/Documentation/releases/v2.22.1-ReleaseNotes b/Documentation/releases/v2.22.1-ReleaseNotes index 59bc600661..22e9e146a2 100644 --- a/Documentation/releases/v2.22.1-ReleaseNotes +++ b/Documentation/releases/v2.22.1-ReleaseNotes @@ -6,7 +6,7 @@ Changes since v2.22 ------------------- For more details see ChangeLog files at: - ftp://ftp.infradead.org/pub/util-linux/v2.22/ + ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.22/ blkid: diff --git a/Documentation/releases/v2.22.2-ReleaseNotes b/Documentation/releases/v2.22.2-ReleaseNotes new file mode 100644 index 0000000000..c21a83ace3 --- /dev/null +++ b/Documentation/releases/v2.22.2-ReleaseNotes @@ -0,0 +1,80 @@ + +util-linux 2.22.2 Release Notes +=============================== + +Changes since v2.22.1 +--------------------- + + For more details see ChangeLog files at: + ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.22/ + +agetty: + - fix autodetection for TERM [Michal Schmidt] +blkid: + - fix double free [coverity scan] [Karel Zak] + - fix man page mess [Karel Zak] +chfn: + - always use return rather than exit() in main [Karel Zak] + - clean up exit status [Karel Zak] +chsh: + - use return rather than exit in main, clean up man page [Karel Zak] +docs: + - remove dead link [Sami Kerola] + - update AUTHORS file [Karel Zak] +fsck.cramfs: + - compile with -DINCLUDE_FS_TESTS for make check [Karel Zak] +lib/canonicalize: + - add canonicalize_path_restricted() to canonicalize without suid permisssions [Karel Zak] +lib/loopdev: + - check for /sys [Karel Zak] + - improve debug messages [Karel Zak] + - make loopcxt_get_device() more robust [Karel Zak] +libblkid: + - (gpt) don't modify in memory buffers [Karel Zak] + - check mkdir(/run/blkid) return code [coverity scan] [Karel Zak] + - fix compiler warning [-Wstrict-aliasing] [Karel Zak] + - re-read PART{UUID,LABEL} for successfully verified cached devices [Karel Zak] + - remove obsolete tags from cache [Karel Zak] +libmount: + - correctly interpret '*' from /etc/filesystems [Karel Zak] + - don't reset NOSWAPMATCH context flag [Karel Zak] + - don't try to play with loopdevs if umount argument is really mountpoint [Karel Zak] + - don't use umount optimization for -l or -f [Karel Zak] + - fix support of comma-separated fs types lists [Gleb Fotengauer-Malinovskiy] + - fix typos [Karel Zak] + - make debug stuff more robust [Karel Zak] + - make mkstemp() more robust [coverity scan] [Karel Zak] + - more robust tab filter usage [Karel Zak] +login: + - check lastlog lseek return code [coverity scan] [Karel Zak] + - fix compiler warning [-Wunused-result] [Karel Zak] +lsblk: + - fix copy & past bug [Karel Zak] +lscpu: + - Fix issue found on CPU hot-remove [Toshi Kani] + - make read_topology() more robust to avoid SIGFPE [Karel Zak] +misc: + - make readlink() usage more robust [Karel Zak] +mount: + - add -c abbreviation for --no-canonicalize to man page [Bill Pemberton] + - add long options for -L and -U to man page [Bill Pemberton] + - sanitize paths from non-root users [Karel Zak] +po: + - merge changes [Karel Zak] + - update cs.po (from translationproject.org) [Petr Pisar] + - update da.po (from translationproject.org) [Joe Hansen] +script: + - do not try to close stderr twice [Sami Kerola] +swapon: + - fix memmory leak [coverity scan] [Karel Zak] + - remove loop declaration [smatch scan] [Sami Kerola] +tests: + - remove lscpu /sys dumps without 'possible' CPU mask [Karel Zak] +umount: + - allways return MOUNT_EX_* [Karel Zak] + - sanitize paths from non-root users [Karel Zak] +uuidgen: + - fix --random [Karel Zak] +wipefs: + - Add --force option to force it to erase. [Richard W.M. Jones] + - use O_EXCL [Karel Zak]