Whamcloud - gitweb
Update for e2fsprogs 1.38-WIP-0620 release.
authorTheodore Ts'o <tytso@mit.edu>
Mon, 20 Jun 2005 22:00:55 +0000 (18:00 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 20 Jun 2005 22:00:55 +0000 (18:00 -0400)
debian/changelog
version.h

index cf3bbad..f3fc596 100644 (file)
@@ -1,3 +1,20 @@
+e2fsprogs (1.37+1.38-WIP-0620-1) unstable; urgency=low
+
+  * Update and clarify man pages.
+  * Clarify and clean up e2fsck's problem descriptions
+  * Add Dutch translation, and update French, Polish, Sweedish, and
+    Turkish translation.
+  * mke2fs and badblocks will check to see if the device appears to be
+    busy and abort if so; this feature only works on Linux 2.6 systems.
+    (Closes: #308594)
+  * Fix filefrag so that it works on 64-bit platforms where the size of
+    an integer != the size of a long.  (Closes: #309655)
+  * Change the default journal size to be bigger for larger filesystems,
+    given modern memory sizes.
+  * Fix com_err library so it is compatible with MIT krb5 1.4.
+
+ -- Theodore Y. Ts'o <tytso@mit.edu>  Mon, 20 Jun 2005 17:11:29 -0400
+
 e2fsprogs (1.37+1.38-WIP-0509-1) unstable; urgency=low
 
   * Make the blkid library much more efficient when a new device is added
index 0c1c9fb..12649bc 100644 (file)
--- a/version.h
+++ b/version.h
@@ -2,9 +2,10 @@
  * version.h --- controls the version number printed by the e2fs
  * programs.
  * 
- * Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001 by Theodore
- * Ts'o.  This file may be redistributed under the GNU Public License.
+ * Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+ * 2004, 2005 by Theodore Ts'o.  This file may be redistributed under
+ * the GNU Public License.
  */
 
 #define E2FSPROGS_VERSION "1.38-WIP"
-#define E2FSPROGS_DATE "09-May-2005"
+#define E2FSPROGS_DATE "20-Jun-2005"