mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-24 02:25:03 +08:00
Update for 1.27-WIP release.
This commit is contained in:
parent
14308a5398
commit
afa14ba0fd
2
README
2
README
@ -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
|
||||
|
@ -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)
|
||||
=================================
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user