]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
control:
authorTheodore Ts'o <tytso@mit.edu>
Mon, 21 May 2001 05:27:45 +0000 (05:27 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 21 May 2001 05:27:45 +0000 (05:27 +0000)
  Fix spelling typo.
.del-TODO~705e0f0d:
  Fix items which are already done.
RELEASE-NOTES, version.h:
  Update for 1.20 RC #3

RELEASE-NOTES
debian/TODO
debian/control
version.h

index ff6d41a59555b96a2dc9536a16f2e46659899cfd..6c19a247f8f4edd2462ba4b09cda2d8ea7d6f5e8 100644 (file)
@@ -1,4 +1,4 @@
-E2fsprogs 1.20 (May 14, 2001)
+E2fsprogs 1.20 (May 20, 2001)
 =============================
 
 Add support for replaying the ext3 journal purely in user mode,
@@ -81,6 +81,12 @@ additional IDE disks and the DAC 960 device names.  (Debian bug #94159)
 Fixed a bug in fsck which caused it not deal properly with 16
 byte long filesystem labels.
 
+Fsck's -t option has been made a lot more flexible.  The semantics for
+what happens if a comma-separated list to fsck has been regularized,
+and it is now possible to filter what filesystems will get checked
+based what is in the filesystem's fstab entry's option field.  (Debian
+bug #89483.)
+
 The dumpe2fs program can now print out the group description
 information in hex, and also prints the location of the superblock and
 block group descriptor for those block groups that have them.
index 63978475ca2a7da5c9f5797090ba71e1d8053a1b..a716f49d09d75a14cdd29d6594ec075a45c0849f 100644 (file)
@@ -3,9 +3,6 @@ This file may or may not be up to date.
 
 * Report to Ted: inconsistent "et/com_err.h", <et/com_err.h>, <com_err.h>
   under lib/
-* Does <ext2fs/ext2fs.h> really need "et/com_err.h" and other awful ""
-  includes ?
-* Include file not installed for libe2p ?
 * What about making com_err more self-consistant ("et" / "com_err")
 
 * Suppress as many references as possible to the libcom_err version number in
index a6255d6cf82fcd934d078f7c96439936550b14f7..d0e2380f41a8adf0a2fd0a57b81ddf59f6faab04 100644 (file)
@@ -26,7 +26,7 @@ Depends: e2fsprogs (= ${Source-Version})
 Recommends: sash | zsh30-static | busybox-static
 Architecture: any
 Description: A statically-linked version of the ext2 filesystem checker.
- This may be of some help to you if you filesystem gets corrupted enough
+ This may be of some help to you if your filesystem gets corrupted enough
  to break the shared libraries used by the dynamically linked checker.
  .
  This binary takes much more space than its dynamic counterpart located
index aa7ecd64e291231e8917c58e27d8eeaa4a950b2a..4f3093bb273bceef9e1ee7c5726611193a7e4b0f 100644 (file)
--- a/version.h
+++ b/version.h
@@ -7,4 +7,4 @@
  */
 
 #define E2FSPROGS_VERSION "1.20-WIP"
-#define E2FSPROGS_DATE "14-May-2001"
+#define E2FSPROGS_DATE "20-May-2001"