[ubuntu/lucid] e2fsprogs 1.41.10-1ubuntu1 (Accepted)
Scott James Remnant
scott at ubuntu.com
Wed Feb 17 11:00:15 GMT 2010
e2fsprogs (1.41.10-1ubuntu1) lucid; urgency=low
* Merge from Debian unstable, remaining changes:
- Do not build-depend on dietlibc-dev, which is universe.
- Do now allow pkg-create-dbgsym to operate on this package.
- Always use external libblkid and libuuid from util-linux, rather than
building our own.
- Includes debian/control in the source package to force the above.
- Build with -O2 on powerpc to avoid a suspected toolchain bug
(LP: #450214).
- Do not include /etc/e2fsck.conf and remove on upgrade.
e2fsprogs (1.41.10-1) unstable; urgency=low
* New upstream release
* Fix resize2fs bug which causes it to access invalid memory
* Add libss support for libreadline.so.6
* Fix e2fsck's check for extent-mapped directory with an incorrect file type
* Add new e2fsck.conf configuration option:
default/broken_system_clock for system with broken CMOS hardware
clocks. (Closes: #559776)
* Fix flex_bg inode table placement algorithm used by mke2fs for
certain specific file system sizes
* Add source lintian overrids for weak-library-dev-dependency
* Fix FTBFS problem caused by texi2html changing (again) its output
location. (Closes: #552934)
* Make e2fsck to avoid rehashing directories which can fit in a
single directory block.
* Fix how e2fsck fixes sparse directories which are extent-mapped.
* Fix some big-endian bugs in e2fsck and libext2fs
* Teach e2fsck to detect and fix sparse extent-mapped directories
* Fix filefrag from core dumping on file systems with 8k block sizes
* E2fsck was depending on i_size to be correct to detect and fix
certain directory problems before actually fixing the
directory's i_size. This caused certain rare corruptions to
require two runs of e2fsck to address.
* Update Czech, Indonesian, Polish and Vietnamese translations
(from the Translation Project)
* Fix e2fsck to find and correct duplicate directory entries in
non-indexed directories.
* Add support for calling BLKDISCARD to mke2fs.
* Enhance libext2fs so it works around bug in Linux version 2.6.19
and earlier where the /proc/swaps file was missing the header on
the first line.
* Fix resize2fs so it works correctly on file systems with external journals
* Fix libss so that it does not seg fault when using a readline
library which does not supply a readline_shutdown() function.
* Add a pre-depends for util-linux-ng (Closes: #551795)
* Update and clarify various man pages.
* Corrected dumpe2fs's usage message
* Teach libext2fs to ignore the high 32 bits of the i_blocks field
when huge_file file system feature is set, but the inode does not
have the HUGE_FILE_FL flag set.
* Change e2fsck to accept superblock times to be fudged by up to 24
hours by default. Most distributions have fixed their init scripts,
but apparently now they have buggy virtualization scripts. :-( I
give up, too many buggy user space set ups out there. (Closes: #557636)
* Fix e2fsck to correctly print > 32-bit i_blocks numbers in problem reports
* Improve e2fsck so it prints "Illegal indirect block" instead of
"Illegal block #-1"
* Teach mke2fs to get device topology information from blkid and use
it to populate the superblock stride and stripe sizes and warn if
the block device is misaligned
* Fix a file descriptor leak in debugfs when sourcing a command file
* Fix a file descriptor leak in fsck
* Round up the bitmap size to prevent spurious segmentation faults on
BSD platforms.
* Fix resize2fs to correctly calculate the minimum size needed, when
flex_bg is enabled, to prevent resize2fs -M from failing.
* Dumpe2fs now displays more information about the contents of the journal
* Make sure the libblkid1 and libblkid1-dbg packags have changelogs
* On low memory systems, e2fsck can print some very scary looking
error messages. Clean up them up to avoid user panic. (Closes: #509529)
* Enhance blkid to support .ko.gz files in the modules.dep parser
* Fix tune2fs -j for mounted exted-enabled file systems
* Use the feature name "extent" instead of "extents" in mke2fs.conf.
Both work, but the latter is what is documented in the man page.
(Closes: #540111)
Date: Wed, 17 Feb 2010 10:53:45 +0000
Changed-By: Scott James Remnant <scott at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Scott James Remnant <scott at canonical.com>
https://launchpad.net/ubuntu/lucid/+source/e2fsprogs/1.41.10-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 17 Feb 2010 10:53:45 +0000
Source: e2fsprogs
Binary: e2fsck-static libcomerr2 comerr-dev libss2 ss-dev e2fsprogs-udeb e2fslibs e2fslibs-dev e2fsprogs e2fsprogs-dbg e2fslibs-dbg libcomerr2-dbg libss2-dbg
Architecture: source
Version: 1.41.10-1ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Scott James Remnant <scott at ubuntu.com>
Description:
comerr-dev - common error description library - headers and static libraries
e2fsck-static - statically-linked version of the ext2/ext3/ext4 filesystem checke
e2fslibs - ext2/ext3/ext4 file system libraries
e2fslibs-dbg - debugging information for e2fslibs
e2fslibs-dev - ext2/ext3/ext4 file system libraries - headers and static librari
e2fsprogs - ext2/ext3/ext4 file system utilities
e2fsprogs-dbg - debugging information for e2fsprogs
e2fsprogs-udeb - stripped-down versions of e2fsprogs, for debian-installer (udeb)
libcomerr2 - common error description library
libcomerr2-dbg - debugging information for libcomerr2
libss2 - command-line interface parsing library
libss2-dbg - debugging information for libss2
ss-dev - command-line interface parsing library - headers and static libra
Closes: 509529 540111 551795 552934 557636 559776
Changes:
e2fsprogs (1.41.10-1ubuntu1) lucid; urgency=low
.
* Merge from Debian unstable, remaining changes:
- Do not build-depend on dietlibc-dev, which is universe.
- Do now allow pkg-create-dbgsym to operate on this package.
- Always use external libblkid and libuuid from util-linux, rather than
building our own.
- Includes debian/control in the source package to force the above.
- Build with -O2 on powerpc to avoid a suspected toolchain bug
(LP: #450214).
- Do not include /etc/e2fsck.conf and remove on upgrade.
.
e2fsprogs (1.41.10-1) unstable; urgency=low
.
* New upstream release
* Fix resize2fs bug which causes it to access invalid memory
* Add libss support for libreadline.so.6
* Fix e2fsck's check for extent-mapped directory with an incorrect file type
* Add new e2fsck.conf configuration option:
default/broken_system_clock for system with broken CMOS hardware
clocks. (Closes: #559776)
* Fix flex_bg inode table placement algorithm used by mke2fs for
certain specific file system sizes
* Add source lintian overrids for weak-library-dev-dependency
* Fix FTBFS problem caused by texi2html changing (again) its output
location. (Closes: #552934)
* Make e2fsck to avoid rehashing directories which can fit in a
single directory block.
* Fix how e2fsck fixes sparse directories which are extent-mapped.
* Fix some big-endian bugs in e2fsck and libext2fs
* Teach e2fsck to detect and fix sparse extent-mapped directories
* Fix filefrag from core dumping on file systems with 8k block sizes
* E2fsck was depending on i_size to be correct to detect and fix
certain directory problems before actually fixing the
directory's i_size. This caused certain rare corruptions to
require two runs of e2fsck to address.
* Update Czech, Indonesian, Polish and Vietnamese translations
(from the Translation Project)
* Fix e2fsck to find and correct duplicate directory entries in
non-indexed directories.
* Add support for calling BLKDISCARD to mke2fs.
* Enhance libext2fs so it works around bug in Linux version 2.6.19
and earlier where the /proc/swaps file was missing the header on
the first line.
* Fix resize2fs so it works correctly on file systems with external journals
* Fix libss so that it does not seg fault when using a readline
library which does not supply a readline_shutdown() function.
* Add a pre-depends for util-linux-ng (Closes: #551795)
* Update and clarify various man pages.
* Corrected dumpe2fs's usage message
* Teach libext2fs to ignore the high 32 bits of the i_blocks field
when huge_file file system feature is set, but the inode does not
have the HUGE_FILE_FL flag set.
* Change e2fsck to accept superblock times to be fudged by up to 24
hours by default. Most distributions have fixed their init scripts,
but apparently now they have buggy virtualization scripts. :-( I
give up, too many buggy user space set ups out there. (Closes: #557636)
* Fix e2fsck to correctly print > 32-bit i_blocks numbers in problem reports
* Improve e2fsck so it prints "Illegal indirect block" instead of
"Illegal block #-1"
* Teach mke2fs to get device topology information from blkid and use
it to populate the superblock stride and stripe sizes and warn if
the block device is misaligned
* Fix a file descriptor leak in debugfs when sourcing a command file
* Fix a file descriptor leak in fsck
* Round up the bitmap size to prevent spurious segmentation faults on
BSD platforms.
* Fix resize2fs to correctly calculate the minimum size needed, when
flex_bg is enabled, to prevent resize2fs -M from failing.
* Dumpe2fs now displays more information about the contents of the journal
* Make sure the libblkid1 and libblkid1-dbg packags have changelogs
* On low memory systems, e2fsck can print some very scary looking
error messages. Clean up them up to avoid user panic. (Closes: #509529)
* Enhance blkid to support .ko.gz files in the modules.dep parser
* Fix tune2fs -j for mounted exted-enabled file systems
* Use the feature name "extent" instead of "extents" in mke2fs.conf.
Both work, but the latter is what is documented in the man page.
(Closes: #540111)
Checksums-Sha1:
c8d827ddab896c2c5af81cd095a837d5a2faa1da 1388 e2fsprogs_1.41.10-1ubuntu1.dsc
18fa09e34009c5fcbce40461ac435ddcce0fee39 4466866 e2fsprogs_1.41.10.orig.tar.gz
c6c517eaf9b2c05e1fd168d91f59792c08c68d24 11626 e2fsprogs_1.41.10-1ubuntu1.diff.gz
Checksums-Sha256:
9693cad3144569f19bd897a4acbcd2266563c0738bde7d312f5e4a66d139f2bd 1388 e2fsprogs_1.41.10-1ubuntu1.dsc
4109d45dd220bc450e3198056a135164bdcee21855de97eda4e863a461eed8c9 4466866 e2fsprogs_1.41.10.orig.tar.gz
ffdf362d0792c6ea7065c4e353097d56b9fa19288b268ddd4f602121c59f551b 11626 e2fsprogs_1.41.10-1ubuntu1.diff.gz
Files:
92129c1fdf4f21154a704d3fb1c7f104 1388 admin required e2fsprogs_1.41.10-1ubuntu1.dsc
f9c7bb5c036a119453ce02fa871038da 4466866 admin required e2fsprogs_1.41.10.orig.tar.gz
4d2302809d042b3d00a07622c1df95c1 11626 admin required e2fsprogs_1.41.10-1ubuntu1.diff.gz
Launchpad-Bugs-Fixed: 450214
Original-Maintainer: Theodore Y. Ts'o <tytso at mit.edu>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkt7yskACgkQSnQiFMl4yK4xTwCdFNwAuSPOj/4f1D3WHkWNEXUP
jhIAn3T7k9RM9BHMzVKYGxG/Q5gqh2VV
=U56c
-----END PGP SIGNATURE-----
More information about the Lucid-changes
mailing list