summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2001-05-21 05:27:45 +0000
committerTheodore Ts'o <tytso@mit.edu>2001-05-21 05:27:45 +0000
commit5a009bb92582d1500302208300d46b7915d548c6 (patch)
tree3f25fa6104894acaf6a4ab933b8f3f879cff0c83 /RELEASE-NOTES
parentb10820cdcd5f007894b81cf716cf1fdd8523bbca (diff)
downloade2fsprogs-5a009bb92582d1500302208300d46b7915d548c6.tar.gz
control:
Fix spelling typo. .del-TODO~705e0f0d: Fix items which are already done. RELEASE-NOTES, version.h: Update for 1.20 RC #3
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES8
1 files changed, 7 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index ff6d41a5..6c19a247 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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.