Signed-off-by: Karel Zak <kzak@redhat.com>
+util-linux-ng 2.13.0.1
+
+* bugfix release; fixing CVE-2007-5191
+* see docs/v2.13.0.1-ReleaseNotes complete changelog at
+ ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.13/v2.13.0.1-Changelog
+
util-linux-ng 2.13
* see docs/v2.13-ReleaseNotes or complete changelog at
-AC_INIT(util-linux-ng, 2.13, kzak@redhat.com)
+AC_INIT(util-linux-ng, 2.13.0.1, kzak@redhat.com)
AC_PREREQ(2.59)
--- /dev/null
+
+Util-linux-ng 2.13.0.1 Release Notes (22-Oct-2007)
+===================================================
+
+Fixed security issue:
+--------------------
+
+ CVE-2007-5191 - mount: 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/
+
+
+docs:
+ - add info about .bugfix releases and branches [Karel Zak]
+mount:
+ - doesn't drop privileges properly when calling helpers [Ludwig Nussel]
+