]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: add ReleaseNotes, update NEWS, release++
authorKarel Zak <kzak@redhat.com>
Mon, 22 Oct 2007 09:16:39 +0000 (11:16 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 22 Oct 2007 09:16:39 +0000 (11:16 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
NEWS
configure.ac
docs/v2.13.0.1-ReleaseNotes [new file with mode: 0644]

diff --git a/NEWS b/NEWS
index b2af6e7c5c001b73b48fc12af131b9a0d703242f..e961a2ec3a38c36cd43e0181dffa8df7f12b243e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+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
index e2bb828411de2cb3b12a854f56e425b4a07f6949..6159e07bd4c8d04b54faff33e201dcd4b5189738 100644 (file)
@@ -1,4 +1,4 @@
-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)
 
diff --git a/docs/v2.13.0.1-ReleaseNotes b/docs/v2.13.0.1-ReleaseNotes
new file mode 100644 (file)
index 0000000..e9fcd52
--- /dev/null
@@ -0,0 +1,22 @@
+
+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]
+