[ubuntu/utopic-proposed] e2fsprogs 1.42.10-1ubuntu1 (Accepted)

Dimitri John Ledkov xnox at ubuntu.com
Fri May 23 15:13:15 UTC 2014


e2fsprogs (1.42.10-1ubuntu1) utopic; urgency=medium

  * Merge from Debian unstable, remainging changes:
    - debian/rules:
        Block pkg-create-dbgsym from operating on this package.
        Build without dietlibc-dev, which is in universe
        Use the autotools-dev dh addon to update config.guess/config.sub for new
        ports.
    - debian/control:
        Regenerate with ./debian/rules debian/control

e2fsprogs (1.42.10-1) unstable; urgency=medium

  * New upstream version
  * The mke2fs program no longer requires a force (-F) option when
    when creating a file system in a regular file, since this is a very
    common use case when managing virtual machine images
  * The mke2fs program will now ask for confirmation before wiping out a
    pre-existing file system, partition label, or physical volume
  * Fix e2fsck so that it properly handles an inconsistent quota inode.
    Previously the quota inode could be completely corrupted, and
    missing quota records could be not noticed
  * Fix mke2fs so if packed metadata blocks are enabled that the block
    group checksum are set correctly
  * Debugfs has new commands to allow the quota inode to be queried directly
  * Tune2fs will allow removal of dirty journal with two "-f" options
    (Closes: #559301)
  * Fixed some off-line resize2fs bugs when relocating metadata blocks
    when growing or shrinking bigalloc file systems
  * Fixed resize2fs's calculation of the minimum required file system
    size.  This allows resize2fs -M to shrink the file system more
    aggressively
  * Fixed resize2fs to properly handle shrinking a very large and empty
    file system to a very very small size
  * Fixed e4defrag to work with 64-bit and bigalloc file systems
  * Fixed e2fsck to not issue a large number of very scary (but
    harmless) corruption messages when checking very large file systems
    when the file system has more inodes than the number of seconds
    since January 1, 1970.
  * E2fsck will now check the whole file system if file system problems
    are detected durings its initial "pass 0" sanity check
  * Filefrag now prints the "shared extent" flag which is used by some
    file systems such as btrfs
  * The mke2fs program would previously correctly omit the resize_inode
    feature when creating a file system > 16TB when the fs size was
    determined automatically.  It will now also do the right thing when
    the user explicitly specifies the file system size.
  * The message printed by logsave is now much less scary (Closes: #468821)
  * Fix spelling typo in the package descriptions
  * Update Czech, Dutch, French, German, Polish, Spanish, Sweedish, and
    Vietnamese translations (Closes: #703048)
  * Update/fix various man pages
  * Fix debian/rules compatibility problem with GNU make 4.0

Date: Fri, 23 May 2014 15:48:07 +0100
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/utopic/+source/e2fsprogs/1.42.10-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 23 May 2014 15:48:07 +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.42.10-1ubuntu1
Distribution: utopic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dimitri John Ledkov <xnox 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: 468821 559301 703048
Changes: 
 e2fsprogs (1.42.10-1ubuntu1) utopic; urgency=medium
 .
   * Merge from Debian unstable, remainging changes:
     - debian/rules:
         Block pkg-create-dbgsym from operating on this package.
         Build without dietlibc-dev, which is in universe
         Use the autotools-dev dh addon to update config.guess/config.sub for new
         ports.
     - debian/control:
         Regenerate with ./debian/rules debian/control
 .
 e2fsprogs (1.42.10-1) unstable; urgency=medium
 .
   * New upstream version
   * The mke2fs program no longer requires a force (-F) option when
     when creating a file system in a regular file, since this is a very
     common use case when managing virtual machine images
   * The mke2fs program will now ask for confirmation before wiping out a
     pre-existing file system, partition label, or physical volume
   * Fix e2fsck so that it properly handles an inconsistent quota inode.
     Previously the quota inode could be completely corrupted, and
     missing quota records could be not noticed
   * Fix mke2fs so if packed metadata blocks are enabled that the block
     group checksum are set correctly
   * Debugfs has new commands to allow the quota inode to be queried directly
   * Tune2fs will allow removal of dirty journal with two "-f" options
     (Closes: #559301)
   * Fixed some off-line resize2fs bugs when relocating metadata blocks
     when growing or shrinking bigalloc file systems
   * Fixed resize2fs's calculation of the minimum required file system
     size.  This allows resize2fs -M to shrink the file system more
     aggressively
   * Fixed resize2fs to properly handle shrinking a very large and empty
     file system to a very very small size
   * Fixed e4defrag to work with 64-bit and bigalloc file systems
   * Fixed e2fsck to not issue a large number of very scary (but
     harmless) corruption messages when checking very large file systems
     when the file system has more inodes than the number of seconds
     since January 1, 1970.
   * E2fsck will now check the whole file system if file system problems
     are detected durings its initial "pass 0" sanity check
   * Filefrag now prints the "shared extent" flag which is used by some
     file systems such as btrfs
   * The mke2fs program would previously correctly omit the resize_inode
     feature when creating a file system > 16TB when the fs size was
     determined automatically.  It will now also do the right thing when
     the user explicitly specifies the file system size.
   * The message printed by logsave is now much less scary (Closes: #468821)
   * Fix spelling typo in the package descriptions
   * Update Czech, Dutch, French, German, Polish, Spanish, Sweedish, and
     Vietnamese translations (Closes: #703048)
   * Update/fix various man pages
   * Fix debian/rules compatibility problem with GNU make 4.0
Checksums-Sha1: 
 d78bcd38975e29b20b9e83328c3674828a62462f 2590 e2fsprogs_1.42.10-1ubuntu1.dsc
 06eba8a78ce1d5032fdcaf34f09025f01ceaca79 6126111 e2fsprogs_1.42.10.orig.tar.gz
 a37396d893d3fe1e69df51ac7bb6506d868026a5 67160 e2fsprogs_1.42.10-1ubuntu1.debian.tar.xz
Checksums-Sha256: 
 53b19e6574c1969a2ed31e0af4d704625206e3678bdfcbeb51b10b7c36dc1651 2590 e2fsprogs_1.42.10-1ubuntu1.dsc
 7b6e85c666d8fdd6062c75ba953de0e5481673bebef5f40f749a52a46476e29f 6126111 e2fsprogs_1.42.10.orig.tar.gz
 f4ee5327a4f7381d9f7503116275e23ea86f72cf817789180b39571b29b1327c 67160 e2fsprogs_1.42.10-1ubuntu1.debian.tar.xz
Files: 
 30f34eb4544f9b3a37081d6fb287046e 2590 admin required e2fsprogs_1.42.10-1ubuntu1.dsc
 62bfe2fe0a194c5c37165789ac2825a8 6126111 admin required e2fsprogs_1.42.10.orig.tar.gz
 7d1b12474ef7c3d957e4458a9afa3976 67160 admin required e2fsprogs_1.42.10-1ubuntu1.debian.tar.xz
Original-Maintainer: Theodore Y. Ts'o <tytso at mit.edu>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJTf2VyAAoJEIh7YGGLPBaufXYP/j9Dkr6R4NJegHfknswHRfKt
fyHZdDQkUBRtQDK+e7djK2aSDbQEq9W05gJwqdTASnEyMVElcb+OIQmUJ9W+XbZh
X+LoVUduY2eEGUONxGStxRbsWg8xiKiIUDsR73RtEWzcNUQ2fZFYSc1OnDiTYLuv
zJyO0ZsXmXTY7XIjvTnk7zqUu2i9D6fsFkvxaaYHOx8pWh7f/9LoVJiBXIMO4JYt
43CRs1ezTOrGkfI5B2nWf7kc4KRjFWDElNdHeUbHUcqtHWmIub2uWANXjVLDIpR2
ShBsd+MKxtLaMkgGvkEYt663vxUb7IHBqN4sbyiUUDbvmq5vLoO5DCYjokZkjeAu
/E5bPoz1mSsQ28Y+gUJV5cFzZxs7VJAFV5LkgQTW72NGDLYdB1Wg1R7M71lI7bfo
MWGktsM0VunG5rzA+0fin+HE8hgJVNtB5Ulq/tetOImDjzTUK/zwtaE9fl9YOWI6
odVjS1KXG+QyRVwWt6mX8Y4CPi3slYLKRil68DJfTD//kuELSdsFnKeMv8DzTpdd
EqFdz2yoQARAONTQSAvHiHCahpq0j272etoxmbgj+cI5VEWM2p8YVakriP0spJ2u
lqazn0chaXnxSxUwDFgV1hEP/56OGSFpDJQ4MY9G6FdtaE014cwWEQR/CHZYZznM
aYpJwB5lhiDWnDPR1cNl
=Qa35
-----END PGP SIGNATURE-----


More information about the Utopic-changes mailing list