Update version and release notes for 1.23 WIP release.

bitmap-optimize
Theodore Ts'o 2001-07-20 12:35:11 -04:00
parent 6ae296e734
commit d1ef5c34a9
2 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,16 @@
E2fsprogs 1.23-WIP (July 20, 2001) (up to Changeset 1.789)
==================================
Add initial support for extended attributes (EA); e2fsck will
correctly handle a filesystem with extended attributes and check the
EA blocks for corruptions.
Speed up the check of an ext3 filesystems by avoiding a needless flush
of all of the superblock and block group descriptors.
Add support in fsck for the filesystem type "auto".
E2fsprogs 1.22 (June 22, 2001)
==============================

View File

@ -6,5 +6,5 @@
* Ts'o. This file may be redistributed under the GNU Public License.
*/
#define E2FSPROGS_VERSION "1.22"
#define E2FSPROGS_DATE "22-Jun-2001"
#define E2FSPROGS_VERSION "1.23-WIP"
#define E2FSPROGS_DATE "20-Jul-2001"