[ubuntu/vivid-proposed] e2fsprogs 1.42.12-1ubuntu1 (Accepted)

Michael Vogt michael.vogt at ubuntu.com
Mon Oct 27 08:48:14 UTC 2014


e2fsprogs (1.42.12-1ubuntu1) vivid; urgency=low

  * Merge from Debian unstable.  Remaining 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.12-1) unstable; urgency=low

  * New upstream version
  * Fix various e2fsck bugs when trying to repair bigalloc file systems.
  * E2fsck can now repair a file system with an overly large
    s_first_meta_bg field, which had previously caused all e2fsprogs
    programs to crash when trying to open such a file system.
  * Fix e2fsck so that it can correctly fix a number of rare file system
    corruptions that were discovered when using a file system fuzzer.
  * Fix e2fsck so it does not try to write back block group descriptors
    if they have not been modified.
  * The mke2fs program will now place metadata blocks in the last
    flex_bg so they are contiguous.  This reduces free space
    fragmentation in a freshly created file system, as well as allowing
    mke2fs commands which request extremely large flex_bg size to succeed.
  * Mke2fs now creates hugefiles more efficiently (with fewer extent
    tree blocks).
  * Fix a 32/64-bit overflow bug that could cause resize2fs to loop
    forever.
  * Reduce the memory consumption of resize2fs for very large file
    systems.
  * Fix a bug that could cause resize2fs to create a corrupted file
    system when shrinking a very large file system (typically > 16TB)
    that had been previously grown using resize2fs.  (Closes: #756922)
  * Fix tune2fs updating UUID's when manipulating file systems with
    external journals (both the file system and journal UUID).
  * Fix tune2fs so it can remove an external journal for file systems
    with a 1k block size.
  * Add a new debugfs command, "inode_dump", which prints the inode in
    hex and ASCII format.
  * The debugfs command "set_inode_field" will now automatically
    allocate blocks for indirect blocks and extent tree blocks.
  * Fix debugfs's "set_inode_field" so can properly handle
    "block[IND|DIND|TIND]".
  * The debugfs "rdump" command will now take multiple source arguments.
  * Fix debugfs's argument parsing for the freefrag command.
  * Fixed a double close(2) bug in "rdump" and "rdump -p".
  * Fix filefrag to properly handle using the FIBMAP ioctl (with -B).
  * e4defrag will now defrag backwards-allocated files
  * Clarified messages that were confusing users in debugfs, e2fsck,
    mke2fs, and resize2fs (Closes: #758029, #757543, #757544)
  * Dumpe2fs will now complain if extra arguments are given to it.
    (Closes: #758074)
  * Update/clarify various man pages (Closes: #726760)
  * Update Czech, Dutch, French, Polish, Spanish, Sweedish, Ukrainian,
    and Vietnamese translations

e2fsprogs (1.42.11-2) unstable; urgency=low

  * Don't try to build lib/ext2fs/tst_ext2fs unless running "make
    check"; this fixes a MIPS FTBFS problem because mips has a special
    no-pics build needed for bootloaders where we only build libext2fs
    but not libss or other libraries (Closes: #754605)
  * Update French translation

e2fsprogs (1.42.11-1) unstable; urgency=medium

  * New upstream version
  * NMU acknowledge (Closes: #752107)
  * mke2fs can now create hugefiles which are aligned to the beginning
    of the disk (instead of relative to the beginning of the partition),
    controlled via a mke2fs.conf configuration parameter.
  * Fix a bug which caused e2fsck to abort a journal replay on a file
    system with bigalloc enabled.  (Closes: #744953)
  * Fix mke2fs so it more correctly handles large flex_bg counts
  * Mke2fs will check the kernel version number and not just the sysfs
    feature flag to determine whether it is safe to enable lazy
    inode table initialization, so it won't get faked out if the ext4 is
    compiled as a mdoule which hasn't happened to be loaded yet.
  * E2fsck will now automatically fix a last mount time or last write time
    which is in the future in preen mode.
  * Mke2fs will now check the file system revision number requested by the
    command line, and reject it if it is too large.
  * If filefrag runs into an error, it will continue processing the rest
    of the files specified on thec ommand line, but then exit with an
    error code.
  * Filefrag now prints some additional new flags (such as
    FIEMAP_EXTENT_ENCODED), and print unknown flags as hex values.
  * Fixed support in filefrag for files with > 2**32 blocks on 32-bit
    platforms.
  * Fixed a file descriptor leak in debugfs when copying files.
  * Add Esparanto and Ukrainian translations, and update Czech, Dutch,
    French, German, Italian, Polish, Sweedish, and Vietnamese translations.
  * Fixed cross-compilation support.  (Closes: #753375)
  * Update/fix various man pages

Date: Mon, 27 Oct 2014 09:44:27 +0100
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/vivid/+source/e2fsprogs/1.42.12-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 27 Oct 2014 09:44:27 +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.12-1ubuntu1
Distribution: vivid
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Michael Vogt <michael.vogt 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: 726760 744953 752107 753375 754605 756922 757543 757544 758029 758074
Changes:
 e2fsprogs (1.42.12-1ubuntu1) vivid; urgency=low
 .
   * Merge from Debian unstable.  Remaining 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.12-1) unstable; urgency=low
 .
   * New upstream version
   * Fix various e2fsck bugs when trying to repair bigalloc file systems.
   * E2fsck can now repair a file system with an overly large
     s_first_meta_bg field, which had previously caused all e2fsprogs
     programs to crash when trying to open such a file system.
   * Fix e2fsck so that it can correctly fix a number of rare file system
     corruptions that were discovered when using a file system fuzzer.
   * Fix e2fsck so it does not try to write back block group descriptors
     if they have not been modified.
   * The mke2fs program will now place metadata blocks in the last
     flex_bg so they are contiguous.  This reduces free space
     fragmentation in a freshly created file system, as well as allowing
     mke2fs commands which request extremely large flex_bg size to succeed.
   * Mke2fs now creates hugefiles more efficiently (with fewer extent
     tree blocks).
   * Fix a 32/64-bit overflow bug that could cause resize2fs to loop
     forever.
   * Reduce the memory consumption of resize2fs for very large file
     systems.
   * Fix a bug that could cause resize2fs to create a corrupted file
     system when shrinking a very large file system (typically > 16TB)
     that had been previously grown using resize2fs.  (Closes: #756922)
   * Fix tune2fs updating UUID's when manipulating file systems with
     external journals (both the file system and journal UUID).
   * Fix tune2fs so it can remove an external journal for file systems
     with a 1k block size.
   * Add a new debugfs command, "inode_dump", which prints the inode in
     hex and ASCII format.
   * The debugfs command "set_inode_field" will now automatically
     allocate blocks for indirect blocks and extent tree blocks.
   * Fix debugfs's "set_inode_field" so can properly handle
     "block[IND|DIND|TIND]".
   * The debugfs "rdump" command will now take multiple source arguments.
   * Fix debugfs's argument parsing for the freefrag command.
   * Fixed a double close(2) bug in "rdump" and "rdump -p".
   * Fix filefrag to properly handle using the FIBMAP ioctl (with -B).
   * e4defrag will now defrag backwards-allocated files
   * Clarified messages that were confusing users in debugfs, e2fsck,
     mke2fs, and resize2fs (Closes: #758029, #757543, #757544)
   * Dumpe2fs will now complain if extra arguments are given to it.
     (Closes: #758074)
   * Update/clarify various man pages (Closes: #726760)
   * Update Czech, Dutch, French, Polish, Spanish, Sweedish, Ukrainian,
     and Vietnamese translations
 .
 e2fsprogs (1.42.11-2) unstable; urgency=low
 .
   * Don't try to build lib/ext2fs/tst_ext2fs unless running "make
     check"; this fixes a MIPS FTBFS problem because mips has a special
     no-pics build needed for bootloaders where we only build libext2fs
     but not libss or other libraries (Closes: #754605)
   * Update French translation
 .
 e2fsprogs (1.42.11-1) unstable; urgency=medium
 .
   * New upstream version
   * NMU acknowledge (Closes: #752107)
   * mke2fs can now create hugefiles which are aligned to the beginning
     of the disk (instead of relative to the beginning of the partition),
     controlled via a mke2fs.conf configuration parameter.
   * Fix a bug which caused e2fsck to abort a journal replay on a file
     system with bigalloc enabled.  (Closes: #744953)
   * Fix mke2fs so it more correctly handles large flex_bg counts
   * Mke2fs will check the kernel version number and not just the sysfs
     feature flag to determine whether it is safe to enable lazy
     inode table initialization, so it won't get faked out if the ext4 is
     compiled as a mdoule which hasn't happened to be loaded yet.
   * E2fsck will now automatically fix a last mount time or last write time
     which is in the future in preen mode.
   * Mke2fs will now check the file system revision number requested by the
     command line, and reject it if it is too large.
   * If filefrag runs into an error, it will continue processing the rest
     of the files specified on thec ommand line, but then exit with an
     error code.
   * Filefrag now prints some additional new flags (such as
     FIEMAP_EXTENT_ENCODED), and print unknown flags as hex values.
   * Fixed support in filefrag for files with > 2**32 blocks on 32-bit
     platforms.
   * Fixed a file descriptor leak in debugfs when copying files.
   * Add Esparanto and Ukrainian translations, and update Czech, Dutch,
     French, German, Italian, Polish, Sweedish, and Vietnamese translations.
   * Fixed cross-compilation support.  (Closes: #753375)
   * Update/fix various man pages
Checksums-Sha1:
 0b8aecff5d3763a0b3ac4f4a2e627861c74e7143 1946 e2fsprogs_1.42.12-1ubuntu1.dsc
 083c1bb0d1e85672e8038a2fadf70b24e7409db7 6381695 e2fsprogs_1.42.12.orig.tar.gz
 3e8ecce761815e5cfca95018dc4e95735d95f86d 68540 e2fsprogs_1.42.12-1ubuntu1.debian.tar.xz
Checksums-Sha256:
 fef25cedb3c9b81bda92d7edc0ee58cef7fc7803b08250cc5fda41177ed25a1e 1946 e2fsprogs_1.42.12-1ubuntu1.dsc
 e17846d91a0edd89fa59b064bde8f8e5cec5851e35f587bcccb4014dbd63186c 6381695 e2fsprogs_1.42.12.orig.tar.gz
 d0dbd46dd4d36a3ad0df8fed2ef6d4c72991d854b20ee545b86fc7c17fc28cee 68540 e2fsprogs_1.42.12-1ubuntu1.debian.tar.xz
Files:
 79ae7904a7bbd6d1dd9a0cdbfc70edd8 1946 admin required e2fsprogs_1.42.12-1ubuntu1.dsc
 68255f51be017a93f2f6402fab06c2bf 6381695 admin required e2fsprogs_1.42.12.orig.tar.gz
 fd18f2e3d909edcc6d03f682ab69070d 68540 admin required e2fsprogs_1.42.12-1ubuntu1.debian.tar.xz
Original-Maintainer: Theodore Y. Ts'o <tytso at mit.edu>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iEYEARECAAYFAlROBhwACgkQliSD4VZixzRAYwCfUA795U3QksyfFeQ9G8dLY1YK
oO8AnReS2duwNmefst4VJ+zWH4KwRbgm
=Mp2x
-----END PGP SIGNATURE-----


More information about the Vivid-changes mailing list