mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-27 12:04:43 +08:00
Update for 1.22 release.
This commit is contained in:
parent
7978621611
commit
19d6b54b2d
2
README
2
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
|
||||
|
@ -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)
|
||||
==============================
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user