Update Debian changelog for 1.38-2 release.


diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 673cc7f..de82017 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,3 +1,43 @@
+E2fsprogs 1.39-WIP (August 21, 2005)
+====================================
+
+Fix debugfs's set_inode_fields command so it can properly set the
+frag, fsize, uid_high, gid_high, and author fields in the inode
+instead of silently failing.
+
+Fix e2fsck from segfaulting on disconnected inodes that contain one or
+more extended attributes.  (Addresses Debian Bug: #316736, #318463)
+
+Allow fractional percentages to the -m option in mke2fs and tune2fs
+(Addresses Debian Bug: #80205)
+
+Use fstat/fstat64 in getsize.c if the the target is a regular file,
+instead of attempting to do a binary search.  Fix some fd leaks in
+error cases.
+
+Fix a compile_et bug which miscount the number of error messages if
+continuations are used in the .et file.
+
+Add extra sanity checks to protect users from unusual cirucmstances
+where /etc/mtab may not be sane, by checking to see if the device is
+reported busy (works on Linux 2.6) kernels.  (Addresses Debian Bug
+#319002)
+
+Fix use-after-free bug in e2fsck when finishing up the use of the
+e2fsck context structure.
+
+Fixed various Debian packaging issues --- see debian/changelog for
+details.  (Addresses Debian Bugs #317862, #320389)
+
+Programmer's notes:
+-------------------
+
+Add valgrind support to the regression test suites, and eliminate
+false positives from valgrind.
+
+Fix a fencepost error in resize2fs caught by valgrind.  
+
+
 E2fsprogs 1.38 (June 30, 2005)
 ==============================
 
diff --git a/debian/changelog b/debian/changelog
index 3b984bd..7377091 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,32 @@
+e2fsprogs (1.38-2) unstable; urgency=low
+
+  * Previous NMU acknowledged (Closes: #317862, #320389)
+  * Fix debugfs's set_inode_fields command so it doesn't silently fail
+    when setting certain inode fields.
+  * Fix e2fsck from segfaulting on disconnected inodes that contain one or
+    more extended attributes.  (Closes: #316736, #318463)
+  * Allow mke2fs and tune2fs to take fractional percentages to the -m
+    option in mke2fs and tune2fs.  (Closes: #80205)
+  * Fix a compile_et bug which miscount the number of error messages if
+    continuations are used in the .et file, and fix compatibility problems
+    with MIT Kerberos 1.4
+  * Add extra sanity checks to protect users from unusual cirucmstances
+    where /etc/mtab may not be sane, by checking to see if the device is
+    reported busy (works on Linux 2.6) kernels.  (Closes: #319002)
+  * Fix use-after-free bug in e2fsck when finishing up the use of the
+    e2fsck context structure.
+
+ -- Theodore Y. Ts'o <tytso@mit.edu>  Sun, 21 Aug 2005 23:35:29 -0400
+
+e2fsprogs (1.38-1.1) unstable; urgency=low
+
+  * NMU for RC bug durring bug squishing party
+  * Fix for changes to texi2html, patch by Matt Kraai
+    (Closes: #317862, #320389)
+  * version build-depend on texi2html, won't work with older one anymore
+	
+ -- Blars Blarson <blarson@blars.org>  Fri,  5 Aug 2005 04:46:54 +0000
+
 e2fsprogs (1.38-1) unstable; urgency=low
 
   * New upstream version