Update for release of e2fsprogs 1.36.

bitmap-optimize
Theodore Ts'o 2005-02-05 18:26:03 -05:00
parent ee683a13f6
commit 3eee5e9eed
27 changed files with 126 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2005-02-05 Theodore Ts'o <tytso@mit.edu>
* configure.in: Make util/gen-tarball executable after it is created.

View File

@ -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)
==================================

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2004-04-19 Andreas Dilger <adilger@clusterfs.com>
* build-rpm: use rpmbuild if it is installed instead of rpm

10
debian/changelog vendored
View File

@ -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 <tytso@mit.edu> 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

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2005-02-03 Theodore Ts'o <tytso@mit.edu>
* set_fields.c: Define _XOPEN_SOURCE to be 500 to fix compilation

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2005-01-18 Theodore Ts'o <tytso@mit.edu>
* Makefile.in: Fix the kernel compile-time echo commands to be

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2005-02-04 Theodore Ts'o <tytso@mit.edu>
* pass2.c (e2fsck_pass2), problem.c (PR_2_HTREE_FCLR), problem.h

View File

@ -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

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2004-04-03 Theodore Ts'o <tytso@mit.edu>
* ext2ed.h: Use the ext2_fs.h header file from libext2fs, instead

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2004-02-28 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.35

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2004-02-28 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.35

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2004-09-17 Theodore Ts'o <tytso@mit.edu>
* convfstab: Remove XSI:isms for greater portability.

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2005-01-26 Theodore Ts'o <tytso@mit.edu>
* Makefile.in (uninstall-shlibs): Fix "make uninstall" by adding

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2005-01-26 Theodore Ts'o <tytso@mit.edu>
* Makefile.library (uninstall-shlibs): Fix "make uninstall"

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2005-02-05 Theodore Ts'o <tytso@mit.edu>
* Makefile.in: Remove blkid.pc on a "make distclean"

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2005-02-05 Theodore Ts'o <tytso@mit.edu>
* Makefile.in: Remove e2p.pc on a "make distclean"

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2005-02-05 Theodore Ts'o <tytso@mit.edu>
* Makefile.in: Remove com_err.pc on a "make distclean"

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2005-02-05 Theodore Ts'o <tytso@mit.edu>
* Makefile.in: Remove ext2fs.pc on a "make distclean"

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2005-02-05 Theodore Ts'o <tytso@mit.edu>
* Makefile.in: Remove ss.pc on a "make distclean"

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2005-02-05 Theodore Ts'o <tytso@mit.edu>
* Makefile.in: Remove uuid.pc on a "make distclean"

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2005-02-04 Theodore Ts'o <tytso@mit.edu>
* filefrag.c (frag_report): In verbose mode, print the first and

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2005-02-04 Theodore Ts'o <tytso@mit.edu>
* Makefile.in.in: Only update the gmo files if maintainer mode is

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2005-01-26 Theodore Ts'o <tytso@mit.edu>
* resize2fs.c: Fix bug where we don't release the blocks belonging

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2005-02-05 Theodore Ts'o <tytso@mit.edu>
* Makefile.in: Remove emacs backup files on "make clean"

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2004-12-14 Theodore Ts'o <tytso@mit.edu>
* Makefile.in: Add install-strip target

View File

@ -1,3 +1,7 @@
2006-02-05 Theodore Ts'o <tytso@mit.edu>
* Release of E2fsprogs 1.36
2005-01-21 <tytso@snap.thunk.org>
* copy_sparse.c: Utility program which is very useful for dealing

View File

@ -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"