mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-28 12:34:13 +08:00
Update release notes, changelog, etc., for e2fsprogs 1.41.3 release
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
052a791185
commit
df547ae886
2
README
2
README
@ -1,4 +1,4 @@
|
||||
This is the new version (1.41.2) of the second extended file
|
||||
This is the new version (1.41.3) of the second extended file
|
||||
system management programs.
|
||||
|
||||
From time to time, I release new versions of e2fsprogs, to fix
|
||||
|
@ -1,3 +1,45 @@
|
||||
E2fsprogs 1.41.3 (October 12, 2008)
|
||||
===================================
|
||||
|
||||
E2fsck has been fixed so it prints the correct inode number for
|
||||
uinit_bg related problems.
|
||||
|
||||
E2fsck will now offer to clear the test_fs flag if the ext4 filesystem
|
||||
is available on linux. This can be disabled via a configuration
|
||||
option in /etc/e2fsck.conf.
|
||||
|
||||
Fix a file descriptor leak in libblkid when checking to see if an ext4
|
||||
or ext4dev module exists.
|
||||
|
||||
Fix a bug in e2fsck where in preen mode, if there are disk I/O errors
|
||||
while trying to close a filesystem can lead to infinite loops.
|
||||
(Addresses Red Hat Bugzilla #465679)
|
||||
|
||||
Fix a bug in resize2fs where passing in a bogus new size of 0 blocks
|
||||
will cause resize2fs to drop into an infinite loop. (Addresses Red
|
||||
Hat Bugzilla: #465984)
|
||||
|
||||
Add a check in the Unix I/O functions in libext2fs so that when a
|
||||
device is opened read/write, return an error if the device is
|
||||
read-only using the BLKROGET ioctl.
|
||||
|
||||
Fix debugfs's ncheck command so that it prints all of the names of
|
||||
hardlinks in the same directory.
|
||||
|
||||
Fix a bug in libblkid so it correctly detects whether the ext4 and
|
||||
ext4dev filesystems are available, so that the ext4dev->ext4
|
||||
fallback code works correctly.
|
||||
|
||||
Programmer's Notes
|
||||
------------------
|
||||
|
||||
Fix a parallel build problem by making sure util/subst is built before
|
||||
trying to build the lib/et directory. (Addresses Sourceforge Bug:
|
||||
#2143281)
|
||||
|
||||
Updated "make depend" information for crc16.o
|
||||
|
||||
|
||||
E2fsprogs 1.41.2 (October 2, 2008)
|
||||
==================================
|
||||
|
||||
|
22
debian/changelog
vendored
22
debian/changelog
vendored
@ -1,3 +1,25 @@
|
||||
e2fsprogs (1.41.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Fix e2fsck so it prints the correct inode number for uinit_bg
|
||||
related problems.
|
||||
* E2fsck will offer to clear the test_fs flag if the ext4 filesystem
|
||||
is available.
|
||||
* Fix a file descriptor leak in libblkid
|
||||
* Avoid a poteintial infinite loop in e2fsck when there are disk I/O
|
||||
errors while trying to close a filesystem.
|
||||
* Fix a potential infinite loop in resize2fs when a bogus new size of
|
||||
0 blocks is specified on the command line.
|
||||
* Add an early check to see if a device is read-only to avoid lots of
|
||||
confusing error messages.
|
||||
* Fix debugfs's ncheck command so it prints all of the names of
|
||||
hardlinks in the same directories.
|
||||
* Fix a bug in libblkid so it correctly detects whether the ext4 and
|
||||
ext4dev filesystems are available, so that the ext4dev->ext4
|
||||
fallback code works correctly.
|
||||
|
||||
-- Theodore Y. Ts'o <tytso@mit.edu> Sun, 12 Oct 2008 22:45:34 -0400
|
||||
|
||||
e2fsprogs (1.41.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
@ -1,7 +1,7 @@
|
||||
\input texinfo @c -*-texinfo-*-
|
||||
@c %**start of header
|
||||
@setfilename libext2fs.info
|
||||
@settitle The EXT2FS Library (version 1.41.2)
|
||||
@settitle The EXT2FS Library (version 1.41.3)
|
||||
@synindex tp fn
|
||||
@comment %**end of header
|
||||
|
||||
@ -59,7 +59,7 @@ by the author.
|
||||
|
||||
@title The EXT2FS Library
|
||||
@subtitle The EXT2FS Library
|
||||
@subtitle Version 1.41.2
|
||||
@subtitle Version 1.41.3
|
||||
@subtitle October 2008
|
||||
|
||||
@author by Theodore Ts'o
|
||||
@ -101,7 +101,7 @@ by the Foundation.
|
||||
|
||||
@top The EXT2FS Library
|
||||
|
||||
This manual documents the EXT2FS Library, version 1.41.2.
|
||||
This manual documents the EXT2FS Library, version 1.41.3
|
||||
|
||||
@end ifinfo
|
||||
|
||||
|
@ -1,16 +1,16 @@
|
||||
Begin3
|
||||
Title: EXT2 Filesystem utilities
|
||||
Version: 1.41.2
|
||||
Entered-date: 2Oct2008
|
||||
Version: 1.41.3
|
||||
Entered-date: 12Oct2008
|
||||
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
|
||||
4264kB e2fsprogs-1.41.2.tar.gz
|
||||
480kB e2fsprogs-libs-1.41.2.tar.gz
|
||||
1kB e2fsprogs-1.41.2.lsm
|
||||
4264kB e2fsprogs-1.41.3.tar.gz
|
||||
480kB e2fsprogs-libs-1.41.3.tar.gz
|
||||
1kB e2fsprogs-1.41.3.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/2.5.x/2.6.x
|
||||
Copying-policy: GPL/LGPL
|
||||
|
Loading…
Reference in New Issue
Block a user