]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Update for 1.29 release.
authorTheodore Ts'o <tytso@mit.edu>
Tue, 24 Sep 2002 05:26:50 +0000 (01:26 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 24 Sep 2002 05:26:50 +0000 (01:26 -0400)
29 files changed:
ChangeLog
README
RELEASE-NOTES
contrib/ChangeLog
debugfs/ChangeLog
doc/ChangeLog
doc/libext2fs.texinfo
e2fsck/ChangeLog
e2fsprogs.spec
ext2ed/ChangeLog
ext2ed/doc/ChangeLog
include/nonunix/ChangeLog
install-utils/ChangeLog
intl/ChangeLog
lib/ChangeLog
lib/e2p/ChangeLog
lib/et/ChangeLog
lib/evms/ChangeLog
lib/ext2fs/ChangeLog
lib/ext2fs/Makefile.in
lib/ss/ChangeLog
lib/uuid/ChangeLog
misc/ChangeLog
po/ChangeLog
resize/ChangeLog
tests/ChangeLog
tests/progs/ChangeLog
util/ChangeLog
version.h

index bbf75e40116adad14117ec0923f55424fcc4dd49..32d975f098857c7fe7de1cec1f9ae0fe63054861 100644 (file)
--- 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 57f254c066f5eee2b193a96396e25ad4f0494f0a..c0ba46944713fc9b41f634780bf482aa903fdc7d 100644 (file)
--- 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
index 30fe36f39f3b9fde44eb50b41637be839bf2e648..57a5a5fc4e9cd4fafa7f79e58057dbce6942d138 100644 (file)
@@ -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)
 ================================
 
index 838b43ae03d36cb6152ef150087aa94b77e32153..0fefe58098e839a2b6e4af4f625c47b8bb5f200c 100644 (file)
@@ -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
index 3518ef8cd77edc523492959d40bb047699c541cb..6f17d318f098f0606d3ae30bd2437d8148851d3f 100644 (file)
@@ -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
index ae146a657bd0faabe52ed4b362c2aec17504589c..a2bb16e1ca61764f9440ba945f7e2949544a64e8 100644 (file)
@@ -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
index 22ae4b465c17e983a94ed54944cf873c7fc8cc8e..a28eed25845abba07f7240695da5392afefd03e6 100644 (file)
@@ -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
 
index 744c95b652d354992193b3386759da7febc71c52..7fbc70f77da2b07a4ea7dc8b5709b6664f680b5b 100644 (file)
@@ -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
index c2f497339e30f3b5291db6415babff653b45cdf6..cdddb121aa57c249f8b9c9da3f82c135c419b921 100644 (file)
@@ -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
index 1c5d5f0960c6e00707c290e9b5a443dbbf1f8ff2..e4152cf8569525c290eba0eb4e0b00cd89d864c1 100644 (file)
@@ -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
index e1119c93fd346a0e5ca525b6bcd9abc1c3f98049..14867c4d0a8d10338e4b84ed6ccef10dd815f470 100644 (file)
@@ -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
index 691459d7b891165fb269f307ae1f38258ea4ba7b..9eff8f032cd1a3fe06cddcad201b2b7ec472a34c 100644 (file)
@@ -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
index 7ed8975a66d699b516013a7ed7dfd1d167ecd66b..09e16ec513ab83711d9cac8b40775208499dbe5c 100644 (file)
@@ -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
index ad984f79bc9eafe08aa618c016629c7b0648c06a..34b1a15c1eb5096e5c07e7ebb847b0c05fb7b7eb 100644 (file)
@@ -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
index 64abdbe75438a339557f242961067e0c5bfdee64..596e2f0d93e73b52e99399027070723c16d84ad2 100644 (file)
@@ -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
index e436e308b25a96680236503986f9ca2a48ce07a9..79714d4c36d7ca45fe8aa1e7e1b571c8dcbcd2ed 100644 (file)
@@ -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
index fd050e7744d5d34094deef91745949e5f7566fed..dac8a725c94dfb566179b45fa3a34455cb5c78b1 100644 (file)
@@ -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
index d365546ca6a82112ec2b1640989b37aba2b9c9a4..b7723ee9c53a5fc41098bf47b025d5986f4ddbb1 100644 (file)
@@ -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
index 995117584ceb0f9291802ab4618e4c2079eba0a5..b70364cceb59ff37a965bd9bf846ec57bca0f99b 100644 (file)
@@ -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
index e54d61ef98bd7a10257cf87038e208e73eda6098..1fe197cd1a339ecdf79c1cbc6fcbf74c6602d48f 100644 (file)
@@ -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 \
index b750309ad69f7eb9a98fd32677f310b2c60c2f56..0f87aee1f04df9a81bcb0fcbc4b30f107b57083a 100644 (file)
@@ -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
index 55dc4d0da30f4fd8352ab7c641d3d373d0b7775d..dab24dff21336d38d8dccc3cc833c511ae5468b4 100644 (file)
@@ -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
index ac84bcd75ada0c55d9f007b2e9b70185ed4c89cd..2165d7330ed51af75b70189c6bcdaae460b46b01 100644 (file)
@@ -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
index 28d3c38cf9ed838d3348806679ba52d5877ce02f..c14ee893ea1382e068b058d3bc3534763f30eb0e 100644 (file)
@@ -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
index 6345aa0eccc47116663108ac6d344a39905fd970..5c9448e1f49aaff17243409d838bcc399d6145b3 100644 (file)
@@ -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
index 220d7dca8612b379387020a515df12b23999f151..65d62abb4d573582252b41154c73aa78977aff85 100644 (file)
@@ -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
index 8beb40e887c7d34c4b9cd0d80b2ccc80535ebe5c..87eed5e666e1afef01b37ee05479fd21ab69b590 100644 (file)
@@ -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
index 6b8fe28094033ae2b9f6dbac9e7d6b818d5aba6c..d3e5e6c9eb833f730ea694b7a4fad4ace71a5bf2 100644 (file)
@@ -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
index 93cdcf682fe350b457e05d0c5d23cc193a249a4e..3e242c5b0897e33d144872ead212008e8f526dee 100644 (file)
--- 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"