Update for 1.23 release.

bitmap-optimize
Theodore Ts'o 2001-08-15 21:02:23 -04:00
parent 7141b54b1a
commit c4ac9e14c4
7 changed files with 49 additions and 18 deletions

2
README
View File

@ -1,4 +1,4 @@
This is the new version (1.22) of the second extended file
This is the new version (1.23) of the second extended file
system management programs.
From time to time, I release new versions of e2fsprogs, to fix

View File

@ -1,5 +1,5 @@
E2fsprogs 1.23-WIP (August 9, 2001)
==================================
E2fsprogs 1.23-WIP (August 15, 2001)
====================================
Add initial support for extended attributes (EA); e2fsck will
correctly handle a filesystem with EA's and check the EA blocks for
@ -9,6 +9,11 @@ E2fsck's symlink sanity checking has been cleaned up. It now checks
the i_size value of fast symlinks, and checks for immutable flags
being set of symlinks, etc.
E2fsck now offers to clear inodes which are special files that have a
non-zero i_blocks or i_size field. (The i_size field check was in the
previous version of the code, but due to a bug it didn't offer to
clear the inode unless i_size and i_size_high were both non-zero.)
E2image can now create "raw" image files, which only contain the
filesystem metadata placed in a spare file so that e2fsck, dumpe2fs,
debugfs, etc., can be run directly on the raw image file.
@ -31,22 +36,32 @@ of all of the superblock and block group descriptors.
Speed up creating an internal journal using tune2fs in the case where
the filesystem has a lot blocks already allocated.
Tune2fs has been fixed to make sure that only error messages go to
stderr, and normal message go to stdout. (Addresses Debian bug #108555)
Fixed a minor bug in mke2fs; if -O none is passed to mke2fs, it will
now not set the sparse_super feature.
now not set the sparse_super feature. (Addresses Debian bug #108165)
Add support in fsck for the filesystem type "auto".
Fsck -A will not try to interpret device names for filesystems which
have a pass number is 0. (Addresses Debian bug #106696).
Fsck prints a warning message if now valid filesystems are passed to
it. (Addresses Debian Bug #107458.)
E2fsck now gives an explicit warning if there filesystem still has
errors at the end of the run. (Addresses Debian bug #104502)
E2fsck will set the EXT2_ERROR_FS flag if the journal superblock
reflects an error.
reflects an error. E2fsck will also not run the orphan list if the
filesystem contains errors, since the orphan list might be corrupted.
E2fsck now prints the number of large files when given the -v option.
Fixed minor memory leaks in e2fsck.
Some minor man pages updates. (Addresses Debian bug #30833)
Some minor man pages updates. (Addresses Debian bug #30833, #108174)
E2fsprogs 1.22 (June 22, 2001)

18
debian/changelog vendored
View File

@ -1,3 +1,19 @@
e2fsprogs (1.22-2) unstable; urgency=medium
* This is only a trivial patch to stop some user confusion, and would be
great to have in woody, hence the urgency.
* Applied upstream patch to e2fsck to warn user when some errors were
not corrected due to user answering "no" (Closes: #104502).
-- Yann Dirson <dirson@debian.org> Sat, 28 Jul 2001 23:01:49 +0200
e2fsprogs (1.22-1) unstable; urgency=low
* Final 1.22 release:
** Fixes build problems on big-endian (Closes: #101686, #101798).
-- Yann Dirson <dirson@debian.org> Sat, 23 Jun 2001 14:03:17 +0200
e2fsprogs (1.21+1.22-WIP-0620-1) unstable; urgency=low
* New upstream pre-release, critical for big-endian platforms
@ -88,7 +104,7 @@ e2fsprogs (1.19+1.20-WIP-0520-1) unstable; urgency=low
e2fsprogs (1.19+1.20-WIP-0514-2) unstable; urgency=low
* Tighten dependency on dephelper.
* Tighten dependency on debhelper.
-- Yann Dirson <dirson@debian.org> Tue, 15 May 2001 21:38:47 +0200

View File

@ -1,7 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename libext2fs.info
@settitle The EXT2FS Library (version 1.22)
@settitle The EXT2FS Library (version 1.23)
@synindex tp fn
@comment %**end of header
@ -61,8 +61,8 @@ by the author.
@title The EXT2FS Library
@subtitle The EXT2FS Library
@subtitle Version 1.22
@subtitle June 2001
@subtitle Version 1.23
@subtitle "August 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.22.
This manual documents the EXT2FS Library, version 1.23.
@end ifinfo

View File

@ -1,15 +1,15 @@
Begin3
Title: EXT2 Filesystem utilities
Version: 1.22
Entered-date: 22Jun2001
Version: 1.23
Entered-date: 15Aug2001
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
1168kB e2fsprogs-1.22.tar.gz
1kB e2fsprogs-1.22.lsm
1176kB e2fsprogs-1.23.tar.gz
1kB e2fsprogs-1.23.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

View File

@ -1,6 +1,6 @@
Summary: Utilities for managing the second extended (ext2) filesystem.
Name: e2fsprogs
Version: 1.23-WIP-0809
Version: 1.23
Release: 0
Copyright: GPL
Group: System Environment/Base

View File

@ -6,5 +6,5 @@
* Ts'o. This file may be redistributed under the GNU Public License.
*/
#define E2FSPROGS_VERSION "1.23-WIP"
#define E2FSPROGS_DATE "9-Aug-2001"
#define E2FSPROGS_VERSION "1.23"
#define E2FSPROGS_DATE "15-Aug-2001"