]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update v2.22.2-ReleaseNotes
authorKarel Zak <kzak@redhat.com>
Thu, 13 Dec 2012 11:14:25 +0000 (12:14 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 13 Dec 2012 11:14:25 +0000 (12:14 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/releases/v2.22.1-ReleaseNotes
Documentation/releases/v2.22.2-ReleaseNotes [new file with mode: 0644]

index 59bc6006614f4981fd7bcc18a1e42559a90936f6..22e9e146a2105a3afb129a2b5fcfb57811d78069 100644 (file)
@@ -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 (file)
index 0000000..c21a83a
--- /dev/null
@@ -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]