summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--RELEASE-NOTES25
-rw-r--r--debian/changelog18
-rw-r--r--doc/libext2fs.texinfo8
-rw-r--r--e2fsprogs.lsm8
-rw-r--r--e2fsprogs.spec2
-rw-r--r--version.h4
7 files changed, 49 insertions, 18 deletions
diff --git a/README b/README
index b24f5ca5..ca39fee8 100644
--- a/README
+++ b/README
@@ -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
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 9cb121cd..5fd58ad7 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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)
diff --git a/debian/changelog b/debian/changelog
index e7642449..92005d4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo
index af8d0354..f733d638 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.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
diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm
index 2c343889..b852f27d 100644
--- a/e2fsprogs.lsm
+++ b/e2fsprogs.lsm
@@ -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
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index 1773a720..7b1b92b4 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -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
diff --git a/version.h b/version.h
index 4b9db187..6844356f 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.23-WIP"
-#define E2FSPROGS_DATE "9-Aug-2001"
+#define E2FSPROGS_VERSION "1.23"
+#define E2FSPROGS_DATE "15-Aug-2001"