summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--README2
-rw-r--r--RELEASE-NOTES32
-rw-r--r--contrib/ChangeLog4
-rw-r--r--debugfs/ChangeLog4
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/libext2fs.texinfo6
-rw-r--r--e2fsck/ChangeLog4
-rw-r--r--e2fsprogs.spec2
-rw-r--r--ext2ed/ChangeLog4
-rw-r--r--ext2ed/doc/ChangeLog4
-rw-r--r--include/nonunix/ChangeLog4
-rw-r--r--install-utils/ChangeLog4
-rw-r--r--intl/ChangeLog4
-rw-r--r--lib/ChangeLog4
-rw-r--r--lib/e2p/ChangeLog4
-rw-r--r--lib/et/ChangeLog4
-rw-r--r--lib/evms/ChangeLog4
-rw-r--r--lib/ext2fs/ChangeLog4
-rw-r--r--lib/ext2fs/Makefile.in4
-rw-r--r--lib/ss/ChangeLog4
-rw-r--r--lib/uuid/ChangeLog4
-rw-r--r--misc/ChangeLog4
-rw-r--r--po/ChangeLog4
-rw-r--r--resize/ChangeLog4
-rw-r--r--tests/ChangeLog4
-rw-r--r--tests/progs/ChangeLog4
-rw-r--r--util/ChangeLog4
-rw-r--r--version.h4
29 files changed, 135 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index bbf75e40..32d975f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2001-08-31 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.28
diff --git a/README b/README
index 57f254c0..c0ba4694 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- This is the new version (1.28) of the second extended file
+ This is the new version (1.29) of the second extended file
system management programs.
From time to time, I release new versions of e2fsprogs, to fix
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 30fe36f3..57a5a5fc 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,3 +1,35 @@
+E2fsprogs 1.29 (September 24, 2002)
+===================================
+
+Fixed a bug in e2fsck which could corrupt a directory when optimizing
+it (via the -D option) or rebuiliding the hash tree index with a 1 in
+512 probability, due to a fence post error.
+
+Fixed a bug in the LVM support code which caused LABEL='xxx' not to
+work correctly.
+
+Mke2fs now enables the directory indexing flag by default. (Since
+this is a compatible feature flag, it's safe to do so.)
+
+Tune2fs will support setting the directory indexing feature flag. It
+will automatically set up the default hash algorithm and hash seed
+fields in the superblock.
+
+If the bone-headed user enters the root filesystem twice in
+/etc/fstab, the -R option which skips the root filesystem will skip
+all of them. (Addresses Debian bug #159423). Note! This is not a
+precedent for dealing intelligently with any other kind of doubled
+entry in /etc/fstab!
+
+
+Programmer's notes:
+-------------------
+
+Removed perror declaration in lib/et/internal.h. All modern systems
+can be expected to define perror() these days. Besides, the lib/et
+code wasn't using perror at all anyway. :-)
+
+
E2fsprogs 1.28 (August 31, 2002)
================================
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 838b43ae..0fefe580 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2001-08-31 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.28
diff --git a/debugfs/ChangeLog b/debugfs/ChangeLog
index 3518ef8c..6f17d318 100644
--- a/debugfs/ChangeLog
+++ b/debugfs/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2002-09-22 root <tytso@mit.edu>
* htree.c (htree_dump_int_node): Flag continuation hashes to make
diff --git a/doc/ChangeLog b/doc/ChangeLog
index ae146a65..a2bb16e1 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2001-08-31 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.28
diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo
index 22ae4b46..a28eed25 100644
--- a/doc/libext2fs.texinfo
+++ b/doc/libext2fs.texinfo
@@ -1,7 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename libext2fs.info
-@settitle The EXT2FS Library (version 1.28)
+@settitle The EXT2FS Library (version 1.29)
@synindex tp fn
@comment %**end of header
@@ -61,7 +61,7 @@ by the author.
@title The EXT2FS Library
@subtitle The EXT2FS Library
-@subtitle Version 1.28
+@subtitle Version 1.29
@subtitle "August 2002
@author by Theodore Ts'o
@@ -102,7 +102,7 @@ by the Foundation.
@top The EXT2FS Library
-This manual documents the EXT2FS Library, version 1.28.
+This manual documents the EXT2FS Library, version 1.29.
@end ifinfo
diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog
index 744c95b6..7fbc70f7 100644
--- a/e2fsck/ChangeLog
+++ b/e2fsck/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2002-09-06 Theodore Ts'o <tytso@mit.edu>
* rehash.c (copy_dir_entries): Fix bug which caused corrupted
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index c2f49733..cdddb121 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -1,6 +1,6 @@
Summary: Utilities for managing the second extended (ext2) filesystem.
Name: e2fsprogs
-Version: 1.28
+Version: 1.29
Release: 0
Copyright: GPL
Group: System Environment/Base
diff --git a/ext2ed/ChangeLog b/ext2ed/ChangeLog
index 1c5d5f09..e4152cf8 100644
--- a/ext2ed/ChangeLog
+++ b/ext2ed/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2001-08-31 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.28
diff --git a/ext2ed/doc/ChangeLog b/ext2ed/doc/ChangeLog
index e1119c93..14867c4d 100644
--- a/ext2ed/doc/ChangeLog
+++ b/ext2ed/doc/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2001-08-31 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.28
diff --git a/include/nonunix/ChangeLog b/include/nonunix/ChangeLog
index 691459d7..9eff8f03 100644
--- a/include/nonunix/ChangeLog
+++ b/include/nonunix/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2001-08-31 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.28
diff --git a/install-utils/ChangeLog b/install-utils/ChangeLog
index 7ed8975a..09e16ec5 100644
--- a/install-utils/ChangeLog
+++ b/install-utils/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2001-08-31 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.28
diff --git a/intl/ChangeLog b/intl/ChangeLog
index ad984f79..34b1a15c 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2001-08-31 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.28
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 64abdbe7..596e2f0d 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2001-08-31 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.28
diff --git a/lib/e2p/ChangeLog b/lib/e2p/ChangeLog
index e436e308..79714d4c 100644
--- a/lib/e2p/ChangeLog
+++ b/lib/e2p/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2001-08-31 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.28
diff --git a/lib/et/ChangeLog b/lib/et/ChangeLog
index fd050e77..dac8a725 100644
--- a/lib/et/ChangeLog
+++ b/lib/et/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2002-09-23 Theodore Ts'o <tytso@mit.edu>
* internal.h: Remove declaration of perror. All modern systems
diff --git a/lib/evms/ChangeLog b/lib/evms/ChangeLog
index d365546c..b7723ee9 100644
--- a/lib/evms/ChangeLog
+++ b/lib/evms/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2001-08-31 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.28
diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog
index 99511758..b70364cc 100644
--- a/lib/ext2fs/ChangeLog
+++ b/lib/ext2fs/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2001-08-31 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.28
diff --git a/lib/ext2fs/Makefile.in b/lib/ext2fs/Makefile.in
index e54d61ef..1fe197cd 100644
--- a/lib/ext2fs/Makefile.in
+++ b/lib/ext2fs/Makefile.in
@@ -316,6 +316,10 @@ dirblock.o: $(srcdir)/dirblock.c $(srcdir)/ext2_fs.h \
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
$(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
+dirhash.o: $(srcdir)/dirhash.c $(srcdir)/ext2_fs.h \
+ $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
+ $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
+ $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
dir_iterate.o: $(srcdir)/dir_iterate.c $(srcdir)/ext2_fs.h \
$(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
diff --git a/lib/ss/ChangeLog b/lib/ss/ChangeLog
index b750309a..0f87aee1 100644
--- a/lib/ss/ChangeLog
+++ b/lib/ss/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2001-08-31 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.28
diff --git a/lib/uuid/ChangeLog b/lib/uuid/ChangeLog
index 55dc4d0d..dab24dff 100644
--- a/lib/uuid/ChangeLog
+++ b/lib/uuid/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2001-08-31 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.28
diff --git a/misc/ChangeLog b/misc/ChangeLog
index ac84bcd7..2165d733 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2002-09-24 Theodore Ts'o <tytso@mit.edu>
* fsck.c: If the bone-headed user enters the filename twice, the
diff --git a/po/ChangeLog b/po/ChangeLog
index 28d3c38c..c14ee893 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2001-08-31 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.28
diff --git a/resize/ChangeLog b/resize/ChangeLog
index 6345aa0e..5c9448e1 100644
--- a/resize/ChangeLog
+++ b/resize/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2001-08-31 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.28
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 220d7dca..65d62abb 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2001-08-31 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.28
diff --git a/tests/progs/ChangeLog b/tests/progs/ChangeLog
index 8beb40e8..87eed5e6 100644
--- a/tests/progs/ChangeLog
+++ b/tests/progs/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2001-08-31 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.28
diff --git a/util/ChangeLog b/util/ChangeLog
index 6b8fe280..d3e5e6c9 100644
--- a/util/ChangeLog
+++ b/util/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-24 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.29
+
2001-08-31 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.28
diff --git a/version.h b/version.h
index 93cdcf68..3e242c5b 100644
--- a/version.h
+++ b/version.h
@@ -6,5 +6,5 @@
* Ts'o. This file may be redistributed under the GNU Public License.
*/
-#define E2FSPROGS_VERSION "1.28"
-#define E2FSPROGS_DATE "31-Aug-2002"
+#define E2FSPROGS_VERSION "1.29"
+#define E2FSPROGS_DATE "24-Sep-2002"