Update for 1.27-WIP release.

This commit is contained in:
Theodore Ts'o 2002-03-05 03:31:06 -05:00
parent 14308a5398
commit afa14ba0fd
4 changed files with 44 additions and 7 deletions

2
README
View File

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

View File

@ -1,3 +1,40 @@
E2fsprogs 1.27-WIP (March 4, 2002)
==================================
Debugfs's "ls -l" command now will print out the file type information
in the directory entry.
Create man pages and hard links for fsck.ext3 and mkfs.ext3. If
mke2fs is invoked as mkfs.ext3, create the filesystem with a journal.
Debugfs can now examine the experimental directory indexing
information.
When installing manual pages, remove the compressed manual pages first.
Synchronized with Debian's packaging information for e2fsprogs-1.26-1.
Fix the 2.4 resource limitation workaround introduced in 1.26 which
actually broke things on mips32, sparc32, and Alpha platforms.
Programmer's notes:
-------------------
Fixed a few memory leaks in the e2fsck journaling code, and in the
ismounted code checking for a swap device.
Add new inode I/O abstraction interface which exports an inode as
an I/O object.
Exported ext2_file_flush as a public interface.
In ext2_file_write, we now mark the buffer void * argument as a const, since ext2_file_write doesn't modify the buffer.
Lots of small random portability fixes to make e2fsprogs build under
AIX --- even without the 5L compatibility toolkit, and even using the
uber-crippled AIX native C compiler.
E2fsprogs 1.26 (February 3, 2002)
=================================

View File

@ -1,7 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename libext2fs.info
@settitle The EXT2FS Library (version 1.26)
@settitle The EXT2FS Library (version 1.27)
@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.26
@subtitle "February 2002
@subtitle Version 1.27
@subtitle "March 2002
@author by Theodore Ts'o
@ -102,7 +102,7 @@ by the Foundation.
@top The EXT2FS Library
This manual documents the EXT2FS Library, version 1.26.
This manual documents the EXT2FS Library, version 1.27.
@end ifinfo

View File

@ -6,5 +6,5 @@
* Ts'o. This file may be redistributed under the GNU Public License.
*/
#define E2FSPROGS_VERSION "1.26"
#define E2FSPROGS_DATE "3-Feb-2002"
#define E2FSPROGS_VERSION "1.27-WIP"
#define E2FSPROGS_DATE "5-Mar-2002"