From 3eee5e9eed61ab6f635f4e0c236e999564a73b77 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 5 Feb 2005 18:26:03 -0500 Subject: [PATCH] Update for release of e2fsprogs 1.36. --- ChangeLog | 4 ++++ RELEASE-NOTES | 21 +++++++++++++++++++-- contrib/ChangeLog | 4 ++++ debian/changelog | 10 ++++++++++ debugfs/ChangeLog | 4 ++++ doc/ChangeLog | 4 ++++ e2fsck/ChangeLog | 4 ++++ e2fsprogs.lsm | 6 +++--- ext2ed/ChangeLog | 4 ++++ ext2ed/doc/ChangeLog | 4 ++++ include/nonunix/ChangeLog | 4 ++++ install-utils/ChangeLog | 4 ++++ intl/ChangeLog | 4 ++++ lib/ChangeLog | 4 ++++ lib/blkid/ChangeLog | 4 ++++ lib/e2p/ChangeLog | 4 ++++ lib/et/ChangeLog | 4 ++++ lib/ext2fs/ChangeLog | 4 ++++ lib/ss/ChangeLog | 4 ++++ lib/uuid/ChangeLog | 4 ++++ misc/ChangeLog | 4 ++++ po/ChangeLog | 4 ++++ resize/ChangeLog | 4 ++++ tests/ChangeLog | 4 ++++ tests/progs/ChangeLog | 4 ++++ util/ChangeLog | 4 ++++ version.h | 4 ++-- 27 files changed, 126 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index da99ca4e..fc4b6be8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2005-02-05 Theodore Ts'o * configure.in: Make util/gen-tarball executable after it is created. diff --git a/RELEASE-NOTES b/RELEASE-NOTES index fae72dd3..1f959e1a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,5 +1,5 @@ -E2fsprogs 1.36-rc5 (January 27, 2005) -===================================== +E2fsprogs 1.36 (February 4, 2005) +================================= All of the patches that were applied to Fedore Core 3's e2fsprogs-1.35-11.2 have been integrated, although sometimes with a @@ -57,6 +57,8 @@ Add support for jnl_blocks[] for debugfs's set_super_value. Fix filefrag so that it works correctly with sparse files. +Filefrag -v will print first and last blocks. + Add interpretation of OS Creator values for FreeBSD and Lites in mke2fs and dumpe2fs. @@ -265,6 +267,12 @@ Add support for the install-strip and install-shlibs-strip targets, as suggested by the GNU coding guielines. "make install" no longer strips the binaries which are installed. +Remove support for the --enable-old-bitops configure option which was +only for very old sparc systems. + +Remove support for --enable-clear-htree; this was only needed during +the early development of the htree patch. + Use Linux-kernel-style makefile output so it is easier to see compiler warnings. @@ -283,6 +291,15 @@ Add pkg-config files for e2fsprogs's libraries. Fix "make uninstall" to so that it removes everything that is installed. +Add a configure --enable-maintainer-mode option which enables the +makefile rules to rebuild the configure script from configure.in, and +to reubuild the .gmo files in po directory. + +Drop the sparc assembly bitwise operations; it's less efficient +than the GCC 3.4 compile code and triggers compiler warnings on +sparc64. Thanks to Matthias Andree for his analysis and suggestions. +(Addresses Debian Bug #232326) + E2fsprogs 1.35 (February 28, 2004) ================================== diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 43a51b92..029d23f7 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2004-04-19 Andreas Dilger * build-rpm: use rpmbuild if it is installed instead of rpm diff --git a/debian/changelog b/debian/changelog index cf5871af..5a7c8206 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +e2fsprogs (1.36) unstable; urgency=low + + * New upstream release. + * Make filefrag print the first and last blocks when in verbose mode. + * Drop sparc assembly bitops; it's less efficient than gcc 3.4's + generated code, and it triggers compiler warnings on sparc 64. + (Closes: #232326) + + -- Theodore Y. Ts'o Fri, 4 Feb 2005 20:58:35 -0500 + e2fsprogs (1.36rc5-1) unstable; urgency=low * Make blkid -t work more consistently even when the cache file is not diff --git a/debugfs/ChangeLog b/debugfs/ChangeLog index 0908d80f..0a125842 100644 --- a/debugfs/ChangeLog +++ b/debugfs/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2005-02-03 Theodore Ts'o * set_fields.c: Define _XOPEN_SOURCE to be 500 to fix compilation diff --git a/doc/ChangeLog b/doc/ChangeLog index e2aeb69e..3f7dc010 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2005-01-18 Theodore Ts'o * Makefile.in: Fix the kernel compile-time echo commands to be diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index 7553c2e9..ecc31598 100644 --- a/e2fsck/ChangeLog +++ b/e2fsck/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2005-02-04 Theodore Ts'o * pass2.c (e2fsck_pass2), problem.c (PR_2_HTREE_FCLR), problem.h diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm index 0112b87b..77f8d253 100644 --- a/e2fsprogs.lsm +++ b/e2fsprogs.lsm @@ -1,15 +1,15 @@ Begin3 Title: EXT2 Filesystem utilities Version: 1.36 -Entered-date: 11January2005 +Entered-date: 05February2005 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 - 3084kB e2fsprogs-1.36.tar.gz - 384kB e2fsprogs-libs-1.36.tar.gz + 3192kB e2fsprogs-1.36.tar.gz + 452kB e2fsprogs-libs-1.36.tar.gz 1kB e2fsprogs-1.36.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/2.5.x/2.6.x diff --git a/ext2ed/ChangeLog b/ext2ed/ChangeLog index 643ebf45..2526b930 100644 --- a/ext2ed/ChangeLog +++ b/ext2ed/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2004-04-03 Theodore Ts'o * ext2ed.h: Use the ext2_fs.h header file from libext2fs, instead diff --git a/ext2ed/doc/ChangeLog b/ext2ed/doc/ChangeLog index 2971883f..070bd050 100644 --- a/ext2ed/doc/ChangeLog +++ b/ext2ed/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2004-02-28 Theodore Ts'o * Release of E2fsprogs 1.35 diff --git a/include/nonunix/ChangeLog b/include/nonunix/ChangeLog index 8aa396d8..221b0f3c 100644 --- a/include/nonunix/ChangeLog +++ b/include/nonunix/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2004-02-28 Theodore Ts'o * Release of E2fsprogs 1.35 diff --git a/install-utils/ChangeLog b/install-utils/ChangeLog index 3d41d6f8..c63da60e 100644 --- a/install-utils/ChangeLog +++ b/install-utils/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2004-09-17 Theodore Ts'o * convfstab: Remove XSI:isms for greater portability. diff --git a/intl/ChangeLog b/intl/ChangeLog index 9fe90f2e..e538cce9 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2005-01-26 Theodore Ts'o * Makefile.in (uninstall-shlibs): Fix "make uninstall" by adding diff --git a/lib/ChangeLog b/lib/ChangeLog index 147bb1a6..4b70fa95 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2005-01-26 Theodore Ts'o * Makefile.library (uninstall-shlibs): Fix "make uninstall" diff --git a/lib/blkid/ChangeLog b/lib/blkid/ChangeLog index 718ac5c3..43d2863f 100644 --- a/lib/blkid/ChangeLog +++ b/lib/blkid/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2005-02-05 Theodore Ts'o * Makefile.in: Remove blkid.pc on a "make distclean" diff --git a/lib/e2p/ChangeLog b/lib/e2p/ChangeLog index 43eac7e8..243c86af 100644 --- a/lib/e2p/ChangeLog +++ b/lib/e2p/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2005-02-05 Theodore Ts'o * Makefile.in: Remove e2p.pc on a "make distclean" diff --git a/lib/et/ChangeLog b/lib/et/ChangeLog index 5d1b33df..a336d5f3 100644 --- a/lib/et/ChangeLog +++ b/lib/et/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2005-02-05 Theodore Ts'o * Makefile.in: Remove com_err.pc on a "make distclean" diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog index fef845b9..9de84c44 100644 --- a/lib/ext2fs/ChangeLog +++ b/lib/ext2fs/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2005-02-05 Theodore Ts'o * Makefile.in: Remove ext2fs.pc on a "make distclean" diff --git a/lib/ss/ChangeLog b/lib/ss/ChangeLog index f320e7cf..e9f8cc52 100644 --- a/lib/ss/ChangeLog +++ b/lib/ss/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2005-02-05 Theodore Ts'o * Makefile.in: Remove ss.pc on a "make distclean" diff --git a/lib/uuid/ChangeLog b/lib/uuid/ChangeLog index 9200d842..a0e634cf 100644 --- a/lib/uuid/ChangeLog +++ b/lib/uuid/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2005-02-05 Theodore Ts'o * Makefile.in: Remove uuid.pc on a "make distclean" diff --git a/misc/ChangeLog b/misc/ChangeLog index 54644083..b94adb39 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2005-02-04 Theodore Ts'o * filefrag.c (frag_report): In verbose mode, print the first and diff --git a/po/ChangeLog b/po/ChangeLog index b4af7b98..2a7a3221 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2005-02-04 Theodore Ts'o * Makefile.in.in: Only update the gmo files if maintainer mode is diff --git a/resize/ChangeLog b/resize/ChangeLog index ed0506fc..1f753a8b 100644 --- a/resize/ChangeLog +++ b/resize/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2005-01-26 Theodore Ts'o * resize2fs.c: Fix bug where we don't release the blocks belonging diff --git a/tests/ChangeLog b/tests/ChangeLog index c6107e34..226e7936 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2005-02-05 Theodore Ts'o * Makefile.in: Remove emacs backup files on "make clean" diff --git a/tests/progs/ChangeLog b/tests/progs/ChangeLog index 99fddd88..74bc1fd1 100644 --- a/tests/progs/ChangeLog +++ b/tests/progs/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2004-12-14 Theodore Ts'o * Makefile.in: Add install-strip target diff --git a/util/ChangeLog b/util/ChangeLog index 1ede73b2..208a4083 100644 --- a/util/ChangeLog +++ b/util/ChangeLog @@ -1,3 +1,7 @@ +2006-02-05 Theodore Ts'o + + * Release of E2fsprogs 1.36 + 2005-01-21 * copy_sparse.c: Utility program which is very useful for dealing diff --git a/version.h b/version.h index 9b65139a..debec4e6 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.36-rc5" -#define E2FSPROGS_DATE "27-Jan-2005" +#define E2FSPROGS_VERSION "1.36" +#define E2FSPROGS_DATE "05-Feb-2005"