]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Update for 1.22 release.
authorTheodore Ts'o <tytso@mit.edu>
Sat, 23 Jun 2001 04:13:09 +0000 (00:13 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 23 Jun 2001 04:13:09 +0000 (00:13 -0400)
README
RELEASE-NOTES
doc/libext2fs.texinfo
e2fsprogs.lsm
e2fsprogs.spec
version.h

diff --git a/README b/README
index 7633d2a8974cde1853f62b479809a3fe18c252f5..b24f5ca5364cab798043cb70c34893e5763a4af3 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-       This is the new version (1.21) of the second extended file
+       This is the new version (1.22) of the second extended file
 system management programs.
 
        From time to time, I release new versions of e2fsprogs, to fix
index 9232f5e28af1e72ef9b7b3e7727f21b32da51567..9349da716bcd5591bfc2caaffcc6ad6133c8c352 100644 (file)
@@ -1,3 +1,35 @@
+E2fsprogs 1.22 (June 22, 2001)
+==============================
+
+Fixed a bug in e2fsck's handling of orphan inodes which are special
+files (i.e., block/character device files, named FIFO's, etc.).
+
+Fixed a bug accidentally introduced in e2fsprogs 1.21 which caused
+tune2fs to fail at adding a journal to a mounted filesystem.
+
+Fixed a few big-endian bugs in e2fsprogs
+       * The directory block functions were accidentally reporting
+               some directories as corrupted when they weren't.
+       * If e2fsprogs is compiled --disable-swapfs, the C language 
+               equivalents weren't being included for big-endian platforms.
+               (Fixes Debian bug #101686).
+
+Fixed a Hurd compilation problem.  (Addresses Debian bug #101361)
+
+Programmer's notes:
+-------------------
+
+Use platform independent method of defining the BLKFLSBUF and FDFLUSH
+ioctls, and allow them to be defined for non-i386 platforms.
+
+The uuid.h header file is now protected against multiple inclusions.
+
+E2fsprogs is now being developed using BitKeeper.  Changed the test
+scripts to deal with BK's stripping CR characgters from text files,
+and changed the top-level Makefile.in to avoid including BitKeeper
+files when generating the source tarball.
+
+
 E2fsprogs 1.21 (June 15, 2001)
 ==============================
 
index 734909a4f7a1053280d5fc2e272408190040501d..af8d03548f4333bf4709e4ad312b54761e799414 100644 (file)
@@ -1,7 +1,7 @@
 \input texinfo    @c -*-texinfo-*-
 @c %**start of header
 @setfilename libext2fs.info
-@settitle The EXT2FS Library (version 1.21)
+@settitle The EXT2FS Library (version 1.22)
 @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.21
+@subtitle Version 1.22
 @subtitle June 2001
 
 @author by Theodore Ts'o
@@ -102,7 +102,7 @@ by the Foundation.
 
 @top The EXT2FS Library
 
-This manual documents the EXT2FS Library, version 1.21.
+This manual documents the EXT2FS Library, version 1.22.
 
 @end ifinfo
 
index 1603af8a23fd1d7043e6e0e0465ad17607180e5a..e968a2cd6ca75a96337fa9efba4257d8e69f51fc 100644 (file)
@@ -1,15 +1,15 @@
 Begin3
 Title:          EXT2 Filesystem utilities
-Version:        1.21
-Entered-date:   15Jun2001
+Version:        1.22
+Entered-date:   22Jun2001
 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
-               1152kB e2fsprogs-1.21.tar.gz
-                1kB   e2fsprogs-1.21.lsm
+               1140kB e2fsprogs-1.22.tar.gz
+                1kB   e2fsprogs-1.22.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
index c195b557aaa7305c3eaf88d669ac0869174674ba..528011726c209c14f8fe372a4183f9760cb00f61 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Utilities for managing the second extended (ext2) filesystem.
 Name: e2fsprogs
-Version: 1.21
+Version: 1.22
 Release: 0
 Copyright: GPL
 Group: System Environment/Base
index 3de699b80975cf3c73aa475bd7bdf8d6297aca55..2b3aab0c090c093f8b04387e80e9185169e59cb2 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.22-WIP"
-#define E2FSPROGS_DATE "20-Jun-2001"
+#define E2FSPROGS_VERSION "1.22"
+#define E2FSPROGS_DATE "22-Jun-2001"