-
e2fsprogs (1.41.9-1ubuntu3) karmic; urgency=low
* Build e2fsprogs-udeb with -O2 on powerpc to avoid a suspected toolchain bug
(LP: #450214).
-- Luke Yelavich <email address hidden> Sat, 24 Oct 2009 17:03:42 +1100
-
e2fsprogs (1.41.9-1ubuntu2) karmic; urgency=low
* Applied patch (sent upstream) to ignore a future last mount, write or
check time by up to 24 hrs when fsck called with -p ("preen", ie.
fix minor problems without human intervention). LP: #268808.
-- Scott James Remnant <email address hidden> Mon, 12 Oct 2009 16:35:14 +0100
-
e2fsprogs (1.41.9-1ubuntu1) karmic; urgency=low
* Merge from Debian, remaining changes:
- Do not build-depend on dietlibc-dev, which is universe.
- Do now allow pkg-create-dbgsym to operate on this package.
- Use external libblkid and libuuid from util-linux, rather than
building our own.
- Do not include /etc/e2fsck.conf and remove on upgrade.
* Included a couple of extra revisions from GIT maint:
- (ffd8078) e2freefrag: Update manpage to include e2fsprogs version
and release date
- (31b5a2b) mke2fs.conf: Use the feature name "extent" instead of
"extents"
- (8bafedb) tune2fs: Fix "tune2fs -j <dev>" for extent-enabled
filesystems. LP: #416648.
e2fsprogs (1.41.9-1) unstable; urgency=low
* New upstream release
* Fix tune2fs -I to work correctly in the face of bad blocks and
filesystems formatted for RAID arrays, and ENOSPC errors
* Require the user to only answer one question instead of multiple
ones for multiple bad block group checksums, or when an inode
table needs to be moved.
* Fix e2fsck to handle moving inode tables in FLEX_BG filesystems more
gracefully by looking in the entire flex_bg for space, instead of
just in the block group; if that doesn't work, try looking for
space in the entire filesystem.
* Fix the filefrag code to avoid printing the extent header if it
needs to fallback to using the FIBMAP ioctl.
* Fix filefrag to print the correct number of extents for zero-length
files when using FIBMAP. (Closes: #540376)
* Add a filefrag -B option to make it easier to debug the FIBMAP
support.
* Allow e2fsprogs programs to allocate from uninitalized block groups.
* Add a new program, e2freefrag, which displays information about the
free space fragmentation in an ext2/3/4 filesystem.
* E2fsck will now print much fuller information when the last mount
time or last written time is in the future, since most people can't
seem to believe their distribution has buggy init scripts, or they
have a failed CMOS/RTS clock battery.
* Update French, Polish, Czech, and Sweedish translation from the
Translation Project.
* Enhance debugfs's 'stat' command to print basic extent information
for extent-mapped inodes, and add a new command, 'dump_extents'
which prints detailed information about an inode's extent tree.
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
-- Scott James Remnant <email address hidden> Tue, 25 Aug 2009 18:34:46 +0100
-
e2fsprogs (1.41.8-1ubuntu2) karmic; urgency=low
* Remove /etc/e2fsck.conf on upgrade.
-- Scott James Remnant <email address hidden> Fri, 17 Jul 2009 10:31:13 +0100
-
e2fsprogs (1.41.8-1ubuntu1) karmic; urgency=low
* Merge from Debian, remaining changes:
- Do not build-depend on dietlibc-dev, which is universe.
- Do now allow pkg-create-dbgsym to operate on this package.
- Use external libblkid from util-linux, rather than building our own
(conditional on lsb_release, debian/control mangling via m4)
* Use external libuuid from util-linux, rather than building our own.
* Cherry pick 9d4bade from GIT maint:
- filefrag: Restore "perfect" number of extents calculation for ext2/ext3
e2fsprogs (1.41.8-1) unstable; urgency=low
* New upstream release
* Fix resize2fs bugs when shrinking ext4 filesystems
* Update debian policy compliance to 3.8.2
* Update package descriptions to mention ext3 and ext4 filesytems
(Closes: #535530)
* Update French, Polish, Czech, Indonesian, and Sweedish translation
from the Translation Project.
* If the resize2fs operation fails, the user will be told to fix up
the filesystem using e2fsck -fy.
e2fsprogs (1.41.7-2) unstable; urgency=low
* Fix online resizing using resize2fs (Closes: #535452)
* Fix the filefrag program for files with more than 144 extents
* Update and clarify various man pages.
* Fix potential filesystem corruptions caused by using resize2fs to
shrink filesystems with extents enabled.
e2fsprogs (1.41.7-1) unstable; urgency=low
* New upstream release
* Fix memory leaks in e2fsprogs, including a very large memory leak
which can cause e2fsck to run out of memory when checking very large
filesystems using extents.
* Fix a bug in libext2fs which can cause e2fsck and resize2fs to write
uninitalized data into the portion of the inode beyond the first 128
bytes when operating on extents; potentially corrupting filesystems.
* The logsave program will now filter out the ^A and ^B characters when
writing to the console.
* Update/clarify man pages (Closes: #531385, #523063)
* Fix filefrag progam so it correctly checks for errors from the
fiemap ioctl.
* Change badblocks to allow block sizes larger than 4k.
* Fix libext2fs to properly initialize i_extra_size when creating the
journal and resize inodes.
* Resize2fs will now update the journal backup fileds in the
superblock if the journal is moved; this avoids an unnecessary full
fsck after resizing the filesystem.
* Use the same encoding as the kernel for rec_len == 64k in 64k block
filesystems.
* Fix lsattr to exit with a non-zero status when it encounters errors.
* Enhance badblocks to print the currently tested block number when
interrupted with ^C.
* Fix debugfs from core dumping if the logdump command fails to open the
output file.
* Harden ext2fs_validate_entry() so that lsdel will not read beyond the
end of the block even if the directory block is corrupted.
* Update Chinese and Czech translation from the Translation Project.
e2fsprogs (1.41.6-1) unstable; urgency=low
* New upstream release
* Update and clarify man pages
* Fix a number of Lintian warnings, including to updating to debian
policy 3.8.1
* Update config.guess and config.sub to the latest (2009-04-17)
version so that e2fsprogs will build on the avr32 platform
(Closes: #528330)
* Add an explicit error message if the /etc/mtab file is missing
when running e2fsck or resize2fs (Closes: #527859)
* Enhance e2fsck to handle the case where the primary block group
descriptors need fixing, and the backup superblock is corrupt.
(Closes: #516820)
* Add an "-a" option to debugfs's close_filesys command
* e2fsck will no longer abort a preen operation if an inode's
i_file_acl_hi field is non-zero. (Closes: #526524)
* The chattr program can now migrate inodes from using direct/indirect
blocks to extent trees.
* Speed up e2fsck if there are multiple block groups with inodes in
use in the unused portion of the block group's inode table.
* Update Chinese translation from the translation project
* Fix resize2fs so it won't corrupt ext4 filesystem when asked to
shrink a filesystem smaller than the minimum suggested size.
* Fix e2fsck regression which can corrupt ext4 filesystems when
replaying the journal.
* Add support to e2fsck for handling I/O errors while replaying the
journal
* Fix a bug in e2fsck which could cause it to crash if an inode has a
corrupt extent header, and the user declines to clear the inode.
* Fix blkid to prefer the /dev/mapper/<name> device names over the
private /dev/dm-N device names.
* Add support for the FIEMAP ioctl to the filefrag program
* Further speed up e2fsck by skipping journal checks if the filesystem
is mounted read-only and is marked as not needing journal replay.
* Add a build depends in the control file indicating that dietlibc
must be newer than version 0.30 (Closes: #506064)
-- Scott James Remnant <email address hidden> Wed, 15 Jul 2009 15:58:37 +0100
-
e2fsprogs (1.41.5-1ubuntu3) karmic; urgency=low
* debian/control.in: Add build-dependency on lsb-release.
-- Scott James Remnant <email address hidden> Wed, 06 May 2009 17:00:56 +0100
-
e2fsprogs (1.41.5-1ubuntu2) karmic; urgency=low
* Use external libblkid from util-linux, rather than building our own.
-- Scott James Remnant <email address hidden> Wed, 29 Apr 2009 18:19:46 +0100
-
e2fsprogs (1.41.5-1ubuntu1) karmic; urgency=low
* Merge with Debian unstable, remaining changes:
- Do not build-depend on dietlibc-dev, which is in universe.
- Do not allow pkg-create-dbgsym to operate on this package.
-- Scott James Remnant <email address hidden> Wed, 29 Apr 2009 12:11:35 +0100
-
e2fsprogs (1.41.4-1ubuntu1) jaunty; urgency=low
* Update to new upstream release, LP: #327206. Remaining changes:
- Do not build-depend on dietlibc-dev, which is in universe.
- Do not allow pkg-create-dbgsym to operate on this package.
-- Scott James Remnant <email address hidden> Thu, 12 Feb 2009 15:26:29 +0000