Whamcloud - gitweb
Update for release of e2fsprogs 1.36.
authorTheodore Ts'o <tytso@mit.edu>
Sat, 5 Feb 2005 23:26:03 +0000 (18:26 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 5 Feb 2005 23:26:03 +0000 (18:26 -0500)
27 files changed:
ChangeLog
RELEASE-NOTES
contrib/ChangeLog
debian/changelog
debugfs/ChangeLog
doc/ChangeLog
e2fsck/ChangeLog
e2fsprogs.lsm
ext2ed/ChangeLog
ext2ed/doc/ChangeLog
include/nonunix/ChangeLog
install-utils/ChangeLog
intl/ChangeLog
lib/ChangeLog
lib/blkid/ChangeLog
lib/e2p/ChangeLog
lib/et/ChangeLog
lib/ext2fs/ChangeLog
lib/ss/ChangeLog
lib/uuid/ChangeLog
misc/ChangeLog
po/ChangeLog
resize/ChangeLog
tests/ChangeLog
tests/progs/ChangeLog
util/ChangeLog
version.h

index da99ca4..fc4b6be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index fae72dd..1f959e1 100644 (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) 
 ==================================
index 43a51b9..029d23f 100644 (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
index cf5871a..5a7c820 100644 (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
index 0908d80..0a12584 100644 (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
index e2aeb69..3f7dc01 100644 (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
index 7553c2e..ecc3159 100644 (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
index 0112b87..77f8d25 100644 (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
index 643ebf4..2526b93 100644 (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
index 2971883..070bd05 100644 (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
index 8aa396d..221b0f3 100644 (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
index 3d41d6f..c63da60 100644 (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.
index 9fe90f2..e538cce 100644 (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
index 147bb1a..4b70fa9 100644 (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"
index 718ac5c..43d2863 100644 (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"
index 43eac7e..243c86a 100644 (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"
index 5d1b33d..a336d5f 100644 (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"
index fef845b..9de84c4 100644 (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"
index f320e7c..e9f8cc5 100644 (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"
index 9200d84..a0e634c 100644 (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"
index 5464408..b94adb3 100644 (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
index b4af7b9..2a7a322 100644 (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
index ed0506f..1f753a8 100644 (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
index c6107e3..226e793 100644 (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"
index 99fddd8..74bc1fd 100644 (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
index 1ede73b..208a408 100644 (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
index 9b65139..debec4e 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.36-rc5"
-#define E2FSPROGS_DATE "27-Jan-2005"
+#define E2FSPROGS_VERSION "1.36"
+#define E2FSPROGS_DATE "05-Feb-2005"