[ubuntu/natty] e2fsprogs 1.41.14-1ubuntu1 (Accepted)
Lorenzo De Liso
blackz at ubuntu.com
Thu Jan 6 07:40:29 UTC 2011
e2fsprogs (1.41.14-1ubuntu1) natty; urgency=low
* Merge from debian experimental (LP: #681418), remaining changes:
- debian/control: Do not build-depend on dietlibc-dev, which is universe.
- debian/rules:
+ Do now allow pkg-create-dbgsym to operate on this package.
+ Build with -O2 on powerpc to avoid a suspected toolchain bug.
- debian/e2fsprogs.preinst: Do not include /etc/e2fsck.conf and remove on
upgrade.
e2fsprogs (1.41.14-1) experimental; urgency=low
* New upstream release
* Fixed a FTBFS on big-endian architectures
* Fixed spurious warning in mke2fs
* resize2fs now works correctly on devices exactly 16TB
* resize2fs will no longer clear the resize_inode feature when the
number of reserved GDT blocks reaches 0. This allows a file
system with the flex_bg feature to be subsequently shrunk.
* e2fsck will no longer use the extended rec_len encoding for file
systems whose blocksize is less than 64k, to catch fs inconsistencies
which the kernel will complain about.
e2fsprogs (1.41.13-1) unstable; urgency=low
* New upstream release
* E2fsck can now do journal-only replays via "e2fsck -E journal_only"
* E2fsck now understands UUID= and LABEL= specifiers for the -j option
(Closes: #559315)
* E2fsck.conf now supports a new config option, which forces the
problem not to be fixed: problems/<problem code/force_no
* Dumpe2fs now prints friendlier offsets for flex_bg file systems
* Mke2fs will now fail if the user uses an file system type not
defined in mke2fs.conf (Closes: #594609)
* Resize now prints a clarified error message explaining that on-line
shrinking is not supported at all. (Closes: #599786)
* Fixed a build error caused by bad static and profiled dependencies
for the blkid library (Closes: #604629)
* Fixed an e2fsck PROGRAMMING BUG error (Closes: #555456)
* Fixed outdated mention of fsck in the e2fsprogs package (Closes: #588726)
* Removed obsolete initrd script (Closes: #585041)
* Fixed bad dependency on libblkid1 due to shlibs.local (Closes: #583551)
* E2fsck now opens the external journal in exclusive mode to prevent
clearing the journal of a mounted, snapshotted volume if the user
accidentally tries to run e2fsck on the snapshot volume (Closes: #587531)
* Fix a big in e2fsck so it correct test for whether the EOFBLOCKS_FL
flag should be set or not.
* Tune2fs can now set uninit_bg without requiring an fsck afterwards
* Add support for the new ext4 default mount options added in 2.6.35
* Add support for the ext4 error tracking superblock fields added in 2.6.36
* Debugfs now uses a more concise format for listing extents in its
stat command
* Debugfs can now use direct I/O to access the file system with the -D option
* Mke2fs will skip initializing the inode table if a device supports
discard and the discard operation results in zero'ed blocks
* Mke2fs's handling of logical and physical sector sizes has been
significantly improved.
* Debugfs will correctly show the progress bar even when UTF-8
characters are used in its translation files (Closes: #583782, #587834)
* E2freefrag will now display the total number of free extents.
* Resize2fs -P now longer requires a freshly checked file system
* Fixed a floating point precision error that can cause segfaults in
e2fsck and resize2fs in extremely rare cases
* Fixed a bug in e2fsck which caused it to fail if both the original
and backup superblocks were invalid in some way
* Fixed a bug in e2freefrag which caused getopt parsing to fail on
architectures with unsigned chars
* Clarified mke2fs and e2fsck error messages when given incorrect
options/values by the user
* Updated/clarified man pages (Closes: #580236, #594004, #589345, #591083)
e2fsprogs (1.41.12-2) unstable; urgency=high
* Allow tune2fs to set uninit_bg without requiring an fsck
* Fix test in e2fsck to correctly check for EOFBLOCKS files
* Fix dependencies for libuuid and libblkid (Closes: #583551)
Date: Mon, 03 Jan 2011 15:03:19 +0100
Changed-By: Lorenzo De Liso <blackz at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Daniel Holbach <daniel.holbach at ubuntu.com>
https://launchpad.net/ubuntu/natty/+source/e2fsprogs/1.41.14-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 03 Jan 2011 15:03:19 +0100
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.14-1ubuntu1
Distribution: natty
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Lorenzo De Liso <blackz 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: 555456 559315 580236 583551 583782 585041 587531 587834 588726 589345 591083 594004 594609 599786 604629
Launchpad-Bugs-Fixed: 681418
Changes:
e2fsprogs (1.41.14-1ubuntu1) natty; urgency=low
.
* Merge from debian experimental (LP: #681418), remaining changes:
- debian/control: Do not build-depend on dietlibc-dev, which is universe.
- debian/rules:
+ Do now allow pkg-create-dbgsym to operate on this package.
+ Build with -O2 on powerpc to avoid a suspected toolchain bug.
- debian/e2fsprogs.preinst: Do not include /etc/e2fsck.conf and remove on
upgrade.
.
e2fsprogs (1.41.14-1) experimental; urgency=low
.
* New upstream release
* Fixed a FTBFS on big-endian architectures
* Fixed spurious warning in mke2fs
* resize2fs now works correctly on devices exactly 16TB
* resize2fs will no longer clear the resize_inode feature when the
number of reserved GDT blocks reaches 0. This allows a file
system with the flex_bg feature to be subsequently shrunk.
* e2fsck will no longer use the extended rec_len encoding for file
systems whose blocksize is less than 64k, to catch fs inconsistencies
which the kernel will complain about.
.
e2fsprogs (1.41.13-1) unstable; urgency=low
.
* New upstream release
* E2fsck can now do journal-only replays via "e2fsck -E journal_only"
* E2fsck now understands UUID= and LABEL= specifiers for the -j option
(Closes: #559315)
* E2fsck.conf now supports a new config option, which forces the
problem not to be fixed: problems/<problem code/force_no
* Dumpe2fs now prints friendlier offsets for flex_bg file systems
* Mke2fs will now fail if the user uses an file system type not
defined in mke2fs.conf (Closes: #594609)
* Resize now prints a clarified error message explaining that on-line
shrinking is not supported at all. (Closes: #599786)
* Fixed a build error caused by bad static and profiled dependencies
for the blkid library (Closes: #604629)
* Fixed an e2fsck PROGRAMMING BUG error (Closes: #555456)
* Fixed outdated mention of fsck in the e2fsprogs package (Closes: #588726)
* Removed obsolete initrd script (Closes: #585041)
* Fixed bad dependency on libblkid1 due to shlibs.local (Closes: #583551)
* E2fsck now opens the external journal in exclusive mode to prevent
clearing the journal of a mounted, snapshotted volume if the user
accidentally tries to run e2fsck on the snapshot volume (Closes: #587531)
* Fix a big in e2fsck so it correct test for whether the EOFBLOCKS_FL
flag should be set or not.
* Tune2fs can now set uninit_bg without requiring an fsck afterwards
* Add support for the new ext4 default mount options added in 2.6.35
* Add support for the ext4 error tracking superblock fields added in 2.6.36
* Debugfs now uses a more concise format for listing extents in its
stat command
* Debugfs can now use direct I/O to access the file system with the -D option
* Mke2fs will skip initializing the inode table if a device supports
discard and the discard operation results in zero'ed blocks
* Mke2fs's handling of logical and physical sector sizes has been
significantly improved.
* Debugfs will correctly show the progress bar even when UTF-8
characters are used in its translation files (Closes: #583782, #587834)
* E2freefrag will now display the total number of free extents.
* Resize2fs -P now longer requires a freshly checked file system
* Fixed a floating point precision error that can cause segfaults in
e2fsck and resize2fs in extremely rare cases
* Fixed a bug in e2fsck which caused it to fail if both the original
and backup superblocks were invalid in some way
* Fixed a bug in e2freefrag which caused getopt parsing to fail on
architectures with unsigned chars
* Clarified mke2fs and e2fsck error messages when given incorrect
options/values by the user
* Updated/clarified man pages (Closes: #580236, #594004, #589345, #591083)
.
e2fsprogs (1.41.12-2) unstable; urgency=high
.
* Allow tune2fs to set uninit_bg without requiring an fsck
* Fix test in e2fsck to correctly check for EOFBLOCKS files
* Fix dependencies for libuuid and libblkid (Closes: #583551)
Checksums-Sha1:
ff106f087662f90cf927bafe1f45ee895712ec7a 1381 e2fsprogs_1.41.14-1ubuntu1.dsc
24f9364fa3d4c0d7d00cb627b819d0e51055d6c5 4512157 e2fsprogs_1.41.14.orig.tar.gz
bfd61320ac03360d9a8c8ecd43c4b50e41a3a265 6941 e2fsprogs_1.41.14-1ubuntu1.diff.gz
Checksums-Sha256:
f38b3a81d816463999ee08c00987db6d9eb948701f227696d597d46fd4407211 1381 e2fsprogs_1.41.14-1ubuntu1.dsc
3f8ac1fedd7c4bec480afcbe4acabdd4ac59ec0446a0fd50c8975cd0aad7b176 4512157 e2fsprogs_1.41.14.orig.tar.gz
454615ca87643744e86dfcd2a4730ff9f01ba7c8a60c296a8488cc349b787086 6941 e2fsprogs_1.41.14-1ubuntu1.diff.gz
Files:
8cb70d99af7c9d670fef6df6f0cd2c4d 1381 admin required e2fsprogs_1.41.14-1ubuntu1.dsc
05f70470aea2ef7efbb0845b2b116720 4512157 admin required e2fsprogs_1.41.14.orig.tar.gz
ea3fca3f9b55398d2b36ac0fdb7cac23 6941 admin required e2fsprogs_1.41.14-1ubuntu1.diff.gz
Original-Maintainer: Theodore Y. Ts'o <tytso at mit.edu>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk0lbm8ACgkQRjrlnQWd1euY0gCfQSqvfOxzAP+0QZji6GhZ9Xah
t5IAn0pqMZJoSe4XgxXZ547wLbdlx8Kh
=1ceI
-----END PGP SIGNATURE-----
More information about the Natty-changes
mailing list