From 19d6b54b2d7e641b543ff8d109afea37d13b6297 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 23 Jun 2001 00:13:09 -0400 Subject: [PATCH] Update for 1.22 release. --- README | 2 +- RELEASE-NOTES | 32 ++++++++++++++++++++++++++++++++ doc/libext2fs.texinfo | 6 +++--- e2fsprogs.lsm | 8 ++++---- e2fsprogs.spec | 2 +- version.h | 4 ++-- 6 files changed, 43 insertions(+), 11 deletions(-) diff --git a/README b/README index 7633d2a8..b24f5ca5 100644 --- 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 diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9232f5e2..9349da71 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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) ============================== diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo index 734909a4..af8d0354 100644 --- a/doc/libext2fs.texinfo +++ b/doc/libext2fs.texinfo @@ -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 diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm index 1603af8a..e968a2cd 100644 --- a/e2fsprogs.lsm +++ b/e2fsprogs.lsm @@ -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 diff --git a/e2fsprogs.spec b/e2fsprogs.spec index c195b557..52801172 100644 --- a/e2fsprogs.spec +++ b/e2fsprogs.spec @@ -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 diff --git a/version.h b/version.h index 3de699b8..2b3aab0c 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.22-WIP" -#define E2FSPROGS_DATE "20-Jun-2001" +#define E2FSPROGS_VERSION "1.22" +#define E2FSPROGS_DATE "22-Jun-2001"