Update debian changelog and RELEASE-NOTES for interim release

bitmap-optimize
Theodore Ts'o 2009-07-20 09:40:46 -04:00
parent 8b5ed492de
commit 776a374a57
3 changed files with 44 additions and 1 deletions

View File

@ -1,3 +1,35 @@
E2fsprogs 1.41.9-WIP (July 20, 2009) commit 8b5ed492de
====================================
Fix regression in ext2fs_extent_set_bmap() caused e2fsck -fD to fail
and corrupt large directories if the directory needs to shrink by more
than one block. (Addresses Debian Bug: #537510)
Fix e2fsck's buggy_init_scritps=1 so that the if the last write and/or
last mount times are in the future, they are corrected even if
buggy_init_scripts is set. This is needed because otherwise resize2fs
will refuse to resize the filesystem, even after running "e2fsck -f".
(Addresses Launchpad bug: #373409)
Fixed filefrag for non-extent based files.
Fixed various Debian packaging issues --- see debian/changelog for
details.
Programmer's Notes
------------------
Fixed miscellaneous gcc -Wall warnings.
Fixed memory leak in error path in ext2fs_block_iterate2()
Fixed non-Linux build of the intl directory by adding support for the
E/Q/V macros.
Improve ext2fs_extent_set_bmap() to avoid creating new extents which
get inserted into the extent tree when they are not needed.
E2fsprogs 1.41.8 (July 11, 2009)
================================

11
debian/changelog vendored
View File

@ -1,3 +1,14 @@
e2fsprogs (1.41.8-2) unstable; urgency=low
* Fix regression in ext2fs_extent_set_bmap() which caused e2fsck -fD
to fail on ext4 filesystems if the directory needs to shrink by more
than a block (Closes: #537510)
* Fixed filefrag for non-extent based files
* Fix use of apostrohe's in package descriptions
* Don't use dietlibc when building for mips and mipsel architectures
-- Theodore Y. Ts'o <tytso@mit.edu> Mon, 20 Jul 2009 09:38:21 -0400
e2fsprogs (1.41.8-1) unstable; urgency=low
* New upstream release

View File

@ -8,4 +8,4 @@
*/
#define E2FSPROGS_VERSION "1.41.8"
#define E2FSPROGS_DATE "11-Jul-2009"
#define E2FSPROGS_DATE "20-Jul-2009"