From 2d32461f8154f011b7eb315c24d463c1cac67168 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 13 Nov 2007 10:38:14 +0100 Subject: [PATCH] docs: add v2.13.1 ReleaseNotes Signed-off-by: Karel Zak --- NEWS | 5 +++ docs/v2.13.1-ReleaseNotes | 76 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 docs/v2.13.1-ReleaseNotes diff --git a/NEWS b/NEWS index 686dfb57..d07710a6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +util-linux-ng 2.13.1-rc1 + +* see docs/v2.13.1-ReleaseNotes or complete changelog at + ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.13/v2.13.1-rc1-ChangeLog + util-linux-ng 2.13 * see docs/v2.13-ReleaseNotes or complete changelog at diff --git a/docs/v2.13.1-ReleaseNotes b/docs/v2.13.1-ReleaseNotes new file mode 100644 index 00000000..e259d48b --- /dev/null +++ b/docs/v2.13.1-ReleaseNotes @@ -0,0 +1,76 @@ + +Util-linux-ng 2.13.1 Release Notes +================================== + +Fixed security issues: +--------------------- + + CVE-2007-5191 - mount(8) doesn't drop privileges properly when + calling helpers + +Changelog: +--------- + + For more details see ChangeLog files at: + ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.13/ + + +blockdev: + - add missing description about option --report in manpage [Li Zefan] +build-sys: + - fix localedir (unsupported by autoconf < 2.60) [Karel Zak] + - nls/locale handling in util-linux-ng general [Mike Frysinger] + - remove files that are no longer delivered from git [LaMont Jones] +cal: + - add description about option -V to manpage [Li Zefan] +chfn: + - add pam_end() call and cleanup PAM code [Karel Zak] +chsh: + - should use pam_end function to terminate the PAM transaction + [Yu Zhiguo, Karel Zak] +docs: + - add info about .bugfix releases and branches [Karel Zak] + - fix ChangeLog URL [Pascal Terjan] + - fix stable branche name in README.devel [Karel Zak] + - update AUTHORS file [Karel Zak] +fdisk: + - fix typo [Karel Zak] +flock: + - typo in man page [A. Costa] +hwclock: + - fix --rtc option [Matthias Koenig, Karel Zak] +ionice: + - add a note about permissions to ionice.1 [Karel Zak] +login: + - login segfaults on EOF (rh#298461) [Karel Zak] +losetup: + - fix errno usage [Karel Zak] +mkswap: + - possible to crash with SELinux relabeling support [KaiGai Kohei] +mount: + - -L|-U segfault when label or uuid doesn't exist [Karel Zak] + - chain of symlinks to fstab causes use of pointer after free + [Norbert Buchmuller] + - doesn't drop privileges properly when calling helpers [Ludwig Nussel] + - improve error message when helper program not present [LaMont Jones] +pg: + - fix segfault on search [Rajeev V. Pillai] +po: + - fix typo in de.po [Karel Zak] + - update de.po (from translationproject.org) [Michael Piefel] + - update fi.po (from translationproject.org) [Lauri Nurmi] + - update hu.po (from translationproject.org) [Gabor Kelemen] + - update nl.po (from translationproject.org) [Benno Schulenberg] + - update po files [Karel Zak] + - update sv.po (from translationproject.org) [Daniel Nylander] +rename: + - add description about option -V to manpage [Li Zefan] + - remove useless variable [Li Zefan] +script: + - dies on SIGWINCH [Karel Zak] +setarch: + - adding groff symlinks to setarch manual page [Arkadiusz Miskiewicz] + - fix compiler warning [LaMont Jones] + - generate groff links in a better way [Karel Zak] +tests: + - fix blkid cache usage [Karel Zak] -- 2.39.5