]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Update release notes and debian changelog for 1.40.8-2 release
authorTheodore Ts'o <tytso@mit.edu>
Fri, 14 Mar 2008 18:29:51 +0000 (14:29 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 14 Mar 2008 19:18:03 +0000 (15:18 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
RELEASE-NOTES
debian/changelog

index 8d5925005286837aee47412798dcbbd64669dce8..22bec19972f97978d354f9fc1fc9c143ffdc9a75 100644 (file)
@@ -1,3 +1,20 @@
+E2fsprogs 1.40.9-WIP (March 14, 2008)
+=====================================
+
+SuSE's security team audited uuidd and came up with a few minor
+issues.  None of them are serious given that uuidd runs setuid as a
+unprivileged user which has no special access other than libuuid
+directory, but it's good to get them fixed.
+
+One additional fix in ext2fs_swap_inode_full() needed for resize2fs to
+work correctly with in-inode extended attributes.
+
+Programmer's notes:
+-------------------
+
+Fixed various Debian packaging issues --- see debian/changelog for
+details.
+
 E2fsprogs 1.40.8 (March 13, 2008)
 =================================
 
index b42bf2040580f9fa591efaf7d73cda60345c1715..2fcf26b06ab259610b9cef18e82ae04654781533 100644 (file)
@@ -1,3 +1,13 @@
+e2fsprogs (1.40.8-2) unstable; urgency=low
+
+  * One more big-endian swap fix needed for resize2fs to work correctly
+      with in-inode extended attributes.
+  * Fix minor security issues identified in uuidd.
+  * Remove e2fsprogs preinstall script which contained stuff not needed
+      in well over two stable releases.
+
+ -- Theodore Y. Ts'o <tytso@mit.edu>  Fri, 14 Mar 2008 14:25:54 -0400
+
 e2fsprogs (1.40.8-1) unstable; urgency=low
 
   * Fix e2image -I so it works on image files which are larger than 2GB.