summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2002-03-08 03:12:14 -0500
committerTheodore Ts'o <tytso@mit.edu>2002-03-08 03:12:14 -0500
commita8e772498cea7d6d2d84d94c7985c79afb96a4fa (patch)
tree875ff8ca7f8d0e84a36f9dd46198ef15a383e0a1
parent7ef3bb838d6fd10452d7c47303c61232bfc4a442 (diff)
downloade2fsprogs-a8e772498cea7d6d2d84d94c7985c79afb96a4fa.tar.gz
Update for 1.27 release.
-rw-r--r--ChangeLog4
-rw-r--r--RELEASE-NOTES20
-rw-r--r--contrib/ChangeLog4
-rw-r--r--debugfs/ChangeLog4
-rw-r--r--doc/ChangeLog4
-rw-r--r--e2fsck/ChangeLog4
-rw-r--r--e2fsprogs.lsm8
-rw-r--r--e2fsprogs.spec2
-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/ext2fs/ChangeLog4
-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
23 files changed, 103 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 829e4c98..09006e63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-08 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.27
+
2002-02-03 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.26
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index cb2c0f58..8bc36825 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,5 +1,19 @@
-E2fsprogs 1.27-WIP (March 4, 2002)
-==================================
+E2fsprogs 1.27 (March 8, 2002)
+==============================
+
+The warning messages for mke2fs now go to standard error.
+
+Fixed to make sure "make check" runs all of the test programs with
+LD_LIBRARY_PATH set, so that we test the libraries in the build tree.
+
+The mke2fs program checks the boot sector for the BSD disk label, and
+avoids erasing it if it is there.
+
+Fixed a bug in e2fsck which caused it to core dump if the journal
+inode was missing when it was supposed to be there.
+
+E2fsck now prints ranges in pass 5 when printing deltas for the block
+and inode bitmaps.
Debugfs's "ls -l" command now will print out the file type information
in the directory entry.
@@ -28,6 +42,8 @@ Updated the I18N code so that calls to setlocate(LC_CTYPE, 0) are made
Programmer's notes:
-------------------
+Fixed various gcc -Wall complaints.
+
Fixed a few memory leaks in the e2fsck journaling code, and in the
ismounted code checking for a swap device.
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 640f63a0..8e6e2f47 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-08 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.27
+
2002-02-03 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.26
diff --git a/debugfs/ChangeLog b/debugfs/ChangeLog
index ad377811..29408203 100644
--- a/debugfs/ChangeLog
+++ b/debugfs/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-08 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.27
+
2002-03-07 <tytso@snap.thunk.org>
* ls.c (list_dir_proc): Fix typo in debugfs which was causing a
diff --git a/doc/ChangeLog b/doc/ChangeLog
index be140fb3..8513cc93 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-08 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.27
+
2002-02-03 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.26
diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog
index e04c260c..9e2474be 100644
--- a/e2fsck/ChangeLog
+++ b/e2fsck/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-08 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.27
+
2002-03-07 Theodore Tso <tytso@mit.edu>
* journal.c, pass5.c, revoke.c: Fix gcc -Wall complaints
diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm
index 874e2513..6e5a20ed 100644
--- a/e2fsprogs.lsm
+++ b/e2fsprogs.lsm
@@ -1,15 +1,15 @@
Begin3
Title: EXT2 Filesystem utilities
-Version: 1.26
-Entered-date: 03Feb2002
+Version: 1.27
+Entered-date: 08Mar2002
Description: The filesystem utilities for the EXT2 filesystem, including
e2fsck, mke2fs, dumpe2fs, fsck, and others.
Keywords: utilities, fsck, filesystem, Ext2fs
Author: tytso@mit.edu (Theodore Tso)
Maintained-by: tytso@mit.edu (Theodore Tso)
Primary-site: download.sourceforge.net /pub/sourceforge/e2fsprogs
- 1336kB e2fsprogs-1.26.tar.gz
- 1kB e2fsprogs-1.26.lsm
+ 1344kB e2fsprogs-1.27.tar.gz
+ 1kB e2fsprogs-1.27.lsm
Alternate-site:
Platforms: linux 1.2.x/1.3.x/2.0.x/2.1.x/2.2.x/2.3.x/2.4.x
Copying-policy: GPL/LGPL
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index a42b34b3..dfb82318 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -1,6 +1,6 @@
Summary: Utilities for managing the second extended (ext2) filesystem.
Name: e2fsprogs
-Version: 1.26
+Version: 1.27
Release: 0
Copyright: GPL
Group: System Environment/Base
diff --git a/include/nonunix/ChangeLog b/include/nonunix/ChangeLog
index a253e470..4e9021c4 100644
--- a/include/nonunix/ChangeLog
+++ b/include/nonunix/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-08 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.27
+
2002-02-03 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.26
diff --git a/install-utils/ChangeLog b/install-utils/ChangeLog
index 335ab3d9..71e7a849 100644
--- a/install-utils/ChangeLog
+++ b/install-utils/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-08 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.27
+
2002-02-03 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.26
diff --git a/intl/ChangeLog b/intl/ChangeLog
index c4c7a913..27ab36ee 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-08 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.27
+
2002-02-03 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.26
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 89c00c98..66e42b93 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-08 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.27
+
2002-02-03 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.26
diff --git a/lib/e2p/ChangeLog b/lib/e2p/ChangeLog
index b23eccec..905e2b1c 100644
--- a/lib/e2p/ChangeLog
+++ b/lib/e2p/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-08 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.27
+
2002-02-03 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.26
diff --git a/lib/et/ChangeLog b/lib/et/ChangeLog
index c8bc08a0..e7014569 100644
--- a/lib/et/ChangeLog
+++ b/lib/et/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-08 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.27
+
2002-02-23 Theodore Tso <tytso@mit.edu>
* com_err.texinfo: Fix up the com_err info file so that it
diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog
index 7bb2ce0e..952c51c3 100644
--- a/lib/ext2fs/ChangeLog
+++ b/lib/ext2fs/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-08 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.27
+
2002-03-07 Theodore Tso <tytso@mit.edu>
* ext2fs.h (ext2fs_inode_io_intern): Add missing function prototype.
diff --git a/lib/ss/ChangeLog b/lib/ss/ChangeLog
index 68b641cf..d9f908d6 100644
--- a/lib/ss/ChangeLog
+++ b/lib/ss/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-08 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.27
+
2002-03-07 Theodore Tso <tytso@mit.edu>
* pager.c (ss_pager_create), list_rqs.c (ss_list_requests): Fix
diff --git a/lib/uuid/ChangeLog b/lib/uuid/ChangeLog
index b5ff2233..42b91d85 100644
--- a/lib/uuid/ChangeLog
+++ b/lib/uuid/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-08 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.27
+
2002-02-24 Theodore Tso <tytso@mit.edu>
* Makefile.in (install): Install hard links to man pages for
diff --git a/misc/ChangeLog b/misc/ChangeLog
index 2216a1b0..fb4ac5f3 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,5 +1,9 @@
2002-03-08 Theodore Tso <tytso@mit.edu>
+ * Release of E2fsprogs 1.27
+
+2002-03-08 Theodore Tso <tytso@mit.edu>
+
* mke2fs.c: Check for the BSD disklabel on all architectures, and
also check the byte-swapped magic number as well.
diff --git a/po/ChangeLog b/po/ChangeLog
index 8a28fdf2..941fc76c 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-08 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.27
+
2002-02-03 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.26
diff --git a/resize/ChangeLog b/resize/ChangeLog
index 2df7fb2e..ac341055 100644
--- a/resize/ChangeLog
+++ b/resize/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-08 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.27
+
2002-03-07 Theodore Tso <tytso@mit.edu>
* resize2fs.c (process_block, inode_scan_and_fix,
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 71c1eb21..deac0d41 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-08 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.27
+
2002-03-07 <tytso@mit.edu>
* f_miss_journal, f_extra_journal: Added new test cases.
diff --git a/tests/progs/ChangeLog b/tests/progs/ChangeLog
index 48dc3275..18724188 100644
--- a/tests/progs/ChangeLog
+++ b/tests/progs/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-08 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.27
+
2002-02-03 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.26
diff --git a/util/ChangeLog b/util/ChangeLog
index 1260db95..172dae9f 100644
--- a/util/ChangeLog
+++ b/util/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-08 Theodore Tso <tytso@mit.edu>
+
+ * Release of E2fsprogs 1.27
+
2002-02-03 Theodore Tso <tytso@thunk.org>
* Release of E2fsprogs 1.26