[ubuntu/precise] e2fsprogs 1.42~WIP-2011-10-09-1ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Mon Oct 17 21:50:19 UTC 2011


e2fsprogs (1.42~WIP-2011-10-09-1ubuntu1) precise; urgency=low

  * Merge from Debian unstable, 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.
  * Dropped changes, included upstream:
    - Build for multiarch.
  * Droped obsolete changes:
    - debian/e2fsprogs.preinst: only needed for pre-lucid upgrades; drop.
    - Build with -O2 on powerpc: no reference to the toolchain bug was ever
      provided, and this hasn't been a problem in Debian, so it's probably
      long since fixed.  Drop.

e2fsprogs (1.42~WIP-2011-10-09-1) unstable; urgency=low

  * New upstream release
  * Fixed infinite loop in filefrag (Closes: #644792)
  * Fixed various spelling and translation problems
  * Fixed various man pages
  * Fixed 64-bit block numbers in e2fsck's journal replay
  * Fixed mipsel FTBFS that was fixed for mips
  * Update Sweedish, French, and Czech translations
  * Convert to debian source 3.0 (quilt) format

e2fsprogs (1.42~WIP-2011-10-05-2) unstable; urgency=low

  * Fix portability issues with non-Linux platforms and for the mips
    platform, which does some really strange things vis-a-vis
    32/64-bit support without actually having a 64-bit version of
    the architecture (Closes: #644502)
  * Fix dependency problem which causes the newer version of libcom_err2
    to get pulled in when upgrading to e2fsprogs, which needs the new
    interface exported by libcom_err2.  (Closes: #644425, #644584)

e2fsprogs (1.42~WIP-2011-10-05-1) unstable; urgency=low

  * Update translations: German (Closes: #520985)
  * Fixed usage and error text for mke2fs -C option
  * Updated e2fsprogs.pot file for translators
  * Added support for internationalized error strings for libcom_err
  * Fixed various portability nits that were causing FTBFS problems on
    Hurd and FreeBSD
  * Added "big" and "huge" types to mke2fs.conf, since they are needed
    for very large file systems
  * Fixed on-line resizing which had been broken in the 1.42 series
    (Closes: #451388)

e2fsprogs (1.42~WIP-2011-10-01-2) unstable; urgency=low

  * Update translations: French, German (Closes: #620659)
  * Fix compilation problems in hermetic environments
  * Fix on-line resizing in resize2fs (Closes: #451388)
  * Add definitions for "big" and "huge" filesystems to /etc/mke2fs.conf
  * Fix mke2fs when there are more than 2**32 block groups

e2fsprogs (1.42~WIP-2011-10-01-1) unstable; urgency=low

  * New upstream release
  * Avoid unnecessary reboots when checking the root fs in some special cases
  * Fix an off-by-one error in filefrag -v's output
  * Make filefrag display the number of contiguous (not physical)
      extents (Closes: #631498)
  * Clarify the mke2fs.conf.5 man page (Closes: #634883)
  * Add a hurd-specific mke2fs.conf file (Closes: #629355)
  * mke2fs will set s_max_mnt_count to -1 instead of 0 by default to
      work around a bug in pre-3.0 kernels which caused a spurious
      message to be printed when the file system was mounted (Closes: #632637)
  * Fixed portability problems which was causing build failures on
      non-Linux/non-x86 systems.
  * Verify that the bad block inode looks sane before trusting it, to
      avoid it causing more harm than good.
  * Fixed the debian/rules file so that it build successfully if
      DEB_BUILD_OPTIONS contains "nostrip" (Closes: #627535)
  * Fixed some big-endian bugs in the MMP code

e2fsprogs (1.42~WIP-2011-09-25-1) unstable; urgency=low

  * New upstream release
  * Fix FTBFS on big-endian architectures (Closes: #641838)
  * Add support for multiarch (Closes: #632169)
  * Clarify and update debian/copyright file (Closes: #614662)
  * Add support for Multi-Mount Protection (MMP)
  * Allow tune2fs to remove the external journal if the device is not found
  * Updated/clarified man pages (Closes: #642193)
  * Fix a potential FTBFS caused by overly long compile lines (Closes: #629883)

e2fsprogs (1.42~WIP-2011-09-16-1) unstable; urgency=low

  * New upstream release
  * Added support for the integrated quota feature
  * Improved 64-bit and bigalloc support
  * Mke2fs and tune2fs now allows setting the stride and stripe width to zero
  * Fixed tune2fs's mount options parsing  (Closes: #641667)
  * Fixed an ABI compatibility problem which broke the dump program
      (Closes: #636418)
  * Resize2fs has forward compatibility for a new on-line resize ioctl
      for > 16TB file systems.
  * Fixed a (very hard to hit) bug that could cause e2fsck to crash in
       pass 1 or pass 2
  * Debugfs has a new 'blocks' command
  * Mke2fs now gives a warning if the auto-detected block size exceeds
      the page size
  * Mke2fs and e2fsck now tries to use the punch hole command as a
      "discard" when operating on normal files
  * Mke2fs will not try to do any discard operations if -n is specified
      on the command line
  * Updated/clarified man pages (Closes: #639411)
  * Fixed parsing of MNTOPT_ options for tune2fs and debugfs (Closes: #641667)

e2fsprogs (1.42~WIP-2011-07-02-1) unstable; urgency=low

  * New upstream release
  * Add support for 64-bit file systems
  * Add support for bigalloc file systems
  * Fixed an e2fsck bug which caused "*** FILE SYSTEM WAS MODIFIED ***"
      without an explanation of what was fixed.
  * E2fsck will no longer attempt to clone an extended attribute block
      in pass1b handling if the file system does not support extended
      attributes.
  * E2fsck will be more careful accidentally asking the user to continue
      if the file system is mounted, so that an escape sequence won't
      cause a false positive.  (Closes: #619859)
  * E2fsck now uses less cpu time in pass 5
  * E2fsck will no longer segault when a corrupted file system has a bad
    extent, and removing it leads to a block needing to be deallocated.
  * E2fsck now supports an extended "discard" option which will cause
      e2fsck to attempt discard all unused blocks after a full check
  * The e2image program now supports the qcow2 format, a more efficient
      way of capturing file system metadata snapshots.
  * Mke2fs now supports the [devices] stanza in mke2fs.conf.
  * Mke2fs now supports the reserved_ratio relation in mke2fs.conf.
  * Mke2fs now creates extent-mapped directories for the root and
      lost+found directories.
  * Mke2fs will skip zero'ing the journal if the extended option
      "lazy_journal_init" is specified.
  * Mke2fs will now create file systems that enable user namespace
      extended attributes and with time- and mount count-based file
      system checks disabled.
   * Mke2fs will not set a stride or strip size of one block based on
       block bevice attributes obtained from sysfs.
   * Mke2fs now displays a progress report during the discard process.
   * Mke2fs now handles extreme file system parameters correctly which
       previously caused the inodes per group to drop below 8, leading
       to a segfault.
   * Debugfs's icheck will now correctly find inodes which use the
       searched-for block as an extended attribute block.
   * Debugfs now has a new "punch" command which remove blocks from the
       middle of an inode.
   * The badblocks program now correctly recovers from I/O errors when
       direct I/O is being used.  The badblocks command now also
       supports a -B option which forces the use of buffered I/O, and
       the -v option will provide a more detailed breakdown of read,
       write, and failed comparison errors.
   * Added e4defrag tool which uses the EXT4_IOC_MOVE_EXT ioctl.
   * Added support for journals larger than 2GB.
   * Support using both hard links and symlinks when installing e2fsprogs.
   * Add overflow checking to tune2fs -i's fsck interval, which must fit
       in a 32-bit field.
   * Filefrag will report 0 extents correctly in verbose mode.
   * Logsave's usage message has been fixed.  (Closes: #619788)
   * Update translations: French, Chinese, Germany, Indonesian, Swedish,
        Vietnamese, Polish, Dutch, Czech.
   * Updated/clarified man pages.

Date: Mon, 17 Oct 2011 21:39:23 +0000
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/e2fsprogs/1.42~WIP-2011-10-09-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 17 Oct 2011 21:39:23 +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.42~WIP-2011-10-09-1ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek 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: 451388 520985 614662 619788 619859 620659 627535 629355 629883 631498 632169 632637 634883 636418 639411 641667 641838 642193 644425 644502 644584 644792
Changes: 
 e2fsprogs (1.42~WIP-2011-10-09-1ubuntu1) precise; urgency=low
 .
   * Merge from Debian unstable, 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.
   * Dropped changes, included upstream:
     - Build for multiarch.
   * Droped obsolete changes:
     - debian/e2fsprogs.preinst: only needed for pre-lucid upgrades; drop.
     - Build with -O2 on powerpc: no reference to the toolchain bug was ever
       provided, and this hasn't been a problem in Debian, so it's probably
       long since fixed.  Drop.
 .
 e2fsprogs (1.42~WIP-2011-10-09-1) unstable; urgency=low
 .
   * New upstream release
   * Fixed infinite loop in filefrag (Closes: #644792)
   * Fixed various spelling and translation problems
   * Fixed various man pages
   * Fixed 64-bit block numbers in e2fsck's journal replay
   * Fixed mipsel FTBFS that was fixed for mips
   * Update Sweedish, French, and Czech translations
   * Convert to debian source 3.0 (quilt) format
 .
 e2fsprogs (1.42~WIP-2011-10-05-2) unstable; urgency=low
 .
   * Fix portability issues with non-Linux platforms and for the mips
     platform, which does some really strange things vis-a-vis
     32/64-bit support without actually having a 64-bit version of
     the architecture (Closes: #644502)
   * Fix dependency problem which causes the newer version of libcom_err2
     to get pulled in when upgrading to e2fsprogs, which needs the new
     interface exported by libcom_err2.  (Closes: #644425, #644584)
 .
 e2fsprogs (1.42~WIP-2011-10-05-1) unstable; urgency=low
 .
   * Update translations: German (Closes: #520985)
   * Fixed usage and error text for mke2fs -C option
   * Updated e2fsprogs.pot file for translators
   * Added support for internationalized error strings for libcom_err
   * Fixed various portability nits that were causing FTBFS problems on
     Hurd and FreeBSD
   * Added "big" and "huge" types to mke2fs.conf, since they are needed
     for very large file systems
   * Fixed on-line resizing which had been broken in the 1.42 series
     (Closes: #451388)
 .
 e2fsprogs (1.42~WIP-2011-10-01-2) unstable; urgency=low
 .
   * Update translations: French, German (Closes: #620659)
   * Fix compilation problems in hermetic environments
   * Fix on-line resizing in resize2fs (Closes: #451388)
   * Add definitions for "big" and "huge" filesystems to /etc/mke2fs.conf
   * Fix mke2fs when there are more than 2**32 block groups
 .
 e2fsprogs (1.42~WIP-2011-10-01-1) unstable; urgency=low
 .
   * New upstream release
   * Avoid unnecessary reboots when checking the root fs in some special cases
   * Fix an off-by-one error in filefrag -v's output
   * Make filefrag display the number of contiguous (not physical)
       extents (Closes: #631498)
   * Clarify the mke2fs.conf.5 man page (Closes: #634883)
   * Add a hurd-specific mke2fs.conf file (Closes: #629355)
   * mke2fs will set s_max_mnt_count to -1 instead of 0 by default to
       work around a bug in pre-3.0 kernels which caused a spurious
       message to be printed when the file system was mounted (Closes: #632637)
   * Fixed portability problems which was causing build failures on
       non-Linux/non-x86 systems.
   * Verify that the bad block inode looks sane before trusting it, to
       avoid it causing more harm than good.
   * Fixed the debian/rules file so that it build successfully if
       DEB_BUILD_OPTIONS contains "nostrip" (Closes: #627535)
   * Fixed some big-endian bugs in the MMP code
 .
 e2fsprogs (1.42~WIP-2011-09-25-1) unstable; urgency=low
 .
   * New upstream release
   * Fix FTBFS on big-endian architectures (Closes: #641838)
   * Add support for multiarch (Closes: #632169)
   * Clarify and update debian/copyright file (Closes: #614662)
   * Add support for Multi-Mount Protection (MMP)
   * Allow tune2fs to remove the external journal if the device is not found
   * Updated/clarified man pages (Closes: #642193)
   * Fix a potential FTBFS caused by overly long compile lines (Closes: #629883)
 .
 e2fsprogs (1.42~WIP-2011-09-16-1) unstable; urgency=low
 .
   * New upstream release
   * Added support for the integrated quota feature
   * Improved 64-bit and bigalloc support
   * Mke2fs and tune2fs now allows setting the stride and stripe width to zero
   * Fixed tune2fs's mount options parsing  (Closes: #641667)
   * Fixed an ABI compatibility problem which broke the dump program
       (Closes: #636418)
   * Resize2fs has forward compatibility for a new on-line resize ioctl
       for > 16TB file systems.
   * Fixed a (very hard to hit) bug that could cause e2fsck to crash in
        pass 1 or pass 2
   * Debugfs has a new 'blocks' command
   * Mke2fs now gives a warning if the auto-detected block size exceeds
       the page size
   * Mke2fs and e2fsck now tries to use the punch hole command as a
       "discard" when operating on normal files
   * Mke2fs will not try to do any discard operations if -n is specified
       on the command line
   * Updated/clarified man pages (Closes: #639411)
   * Fixed parsing of MNTOPT_ options for tune2fs and debugfs (Closes: #641667)
 .
 e2fsprogs (1.42~WIP-2011-07-02-1) unstable; urgency=low
 .
   * New upstream release
   * Add support for 64-bit file systems
   * Add support for bigalloc file systems
   * Fixed an e2fsck bug which caused "*** FILE SYSTEM WAS MODIFIED ***"
       without an explanation of what was fixed.
   * E2fsck will no longer attempt to clone an extended attribute block
       in pass1b handling if the file system does not support extended
       attributes.
   * E2fsck will be more careful accidentally asking the user to continue
       if the file system is mounted, so that an escape sequence won't
       cause a false positive.  (Closes: #619859)
   * E2fsck now uses less cpu time in pass 5
   * E2fsck will no longer segault when a corrupted file system has a bad
     extent, and removing it leads to a block needing to be deallocated.
   * E2fsck now supports an extended "discard" option which will cause
       e2fsck to attempt discard all unused blocks after a full check
   * The e2image program now supports the qcow2 format, a more efficient
       way of capturing file system metadata snapshots.
   * Mke2fs now supports the [devices] stanza in mke2fs.conf.
   * Mke2fs now supports the reserved_ratio relation in mke2fs.conf.
   * Mke2fs now creates extent-mapped directories for the root and
       lost+found directories.
   * Mke2fs will skip zero'ing the journal if the extended option
       "lazy_journal_init" is specified.
   * Mke2fs will now create file systems that enable user namespace
       extended attributes and with time- and mount count-based file
       system checks disabled.
    * Mke2fs will not set a stride or strip size of one block based on
        block bevice attributes obtained from sysfs.
    * Mke2fs now displays a progress report during the discard process.
    * Mke2fs now handles extreme file system parameters correctly which
        previously caused the inodes per group to drop below 8, leading
        to a segfault.
    * Debugfs's icheck will now correctly find inodes which use the
        searched-for block as an extended attribute block.
    * Debugfs now has a new "punch" command which remove blocks from the
        middle of an inode.
    * The badblocks program now correctly recovers from I/O errors when
        direct I/O is being used.  The badblocks command now also
        supports a -B option which forces the use of buffered I/O, and
        the -v option will provide a more detailed breakdown of read,
        write, and failed comparison errors.
    * Added e4defrag tool which uses the EXT4_IOC_MOVE_EXT ioctl.
    * Added support for journals larger than 2GB.
    * Support using both hard links and symlinks when installing e2fsprogs.
    * Add overflow checking to tune2fs -i's fsck interval, which must fit
        in a 32-bit field.
    * Filefrag will report 0 extents correctly in verbose mode.
    * Logsave's usage message has been fixed.  (Closes: #619788)
    * Update translations: French, Chinese, Germany, Indonesian, Swedish,
         Vietnamese, Polish, Dutch, Czech.
    * Updated/clarified man pages.
Checksums-Sha1: 
 a1b570fe7da7761be2208bd4e6b0a58a42f14060 2154 e2fsprogs_1.42~WIP-2011-10-09-1ubuntu1.dsc
 fd1c37e4de8c1579a64eec36507ece3080c7278d 5636761 e2fsprogs_1.42~WIP-2011-10-09.orig.tar.gz
 aa17b4457e94cc8ab1c15709febd2a5a6c3c977e 74481 e2fsprogs_1.42~WIP-2011-10-09-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 99cf507de0f6a89e8d6354a8df2c9152dafba8d8a48a08c14993409f6172e268 2154 e2fsprogs_1.42~WIP-2011-10-09-1ubuntu1.dsc
 07661ac315436c8e162126e63793d007d2051704d50b034b682b90c68e413f90 5636761 e2fsprogs_1.42~WIP-2011-10-09.orig.tar.gz
 ca37092ecacf889172302724c32bc44e844608f171f1afa04096ed41b3070ef7 74481 e2fsprogs_1.42~WIP-2011-10-09-1ubuntu1.debian.tar.gz
Files: 
 03ab760b1ad64f9050b2910b8b6bcef4 2154 admin required e2fsprogs_1.42~WIP-2011-10-09-1ubuntu1.dsc
 263947b255efa3cc4ecbea1f5912a973 5636761 admin required e2fsprogs_1.42~WIP-2011-10-09.orig.tar.gz
 229bfd9b5094f5d56a368780f14ecdac 74481 admin required e2fsprogs_1.42~WIP-2011-10-09-1ubuntu1.debian.tar.gz
Original-Maintainer: Theodore Y. Ts'o <tytso at mit.edu>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUBTpyh5VaNMPMhshM9AQjKtxAApAHuh3rYuyI4UipMxvfjOZO07jN7LJfA
UFLtKVgDlG2dS9hZapFsahdSZYZKSGCmTsK3j94Sb3y2fExQ1SLnKnMAxf2vk1Zo
gqVyc6ihN+YcdSGS3NMI40sPCwCDWGKkW418QTLD8lPyb+pIz8iwLAQ8rSBMYwyE
+hVoFs5Sy9EbhbIrDEatUQA+7aU05QHBW0H2GZPvqw1LUVZ9lL/bwLqe63qGr2uv
CFH3V2PUA0jSU94pV92W3xOHDvzPhNjdiAbefjn2OnyRGfFnDFh2kuff0FCBoQnx
d/WPfXYg8T3OXIR5p0QpUi6/hwVfTYZ7CgenbDXxeNtRVSul4eYiG3rVdNSFnbwj
Q/5F2xfroIZ/GH+9uLcnnTV1GfQIzJ+LrFqhiHf8WMeq8YjiB5FMfvkFdutCIILW
vr0wyQ5fDcB+R3AsziFpgXQtuCkmOJ8094iFeRqg2sfyHZ97dHZT7Sek2r1+0GkZ
nKEE8VWrtJj+I3lrAnqdjb47r7R8WIznPNVtZT7Gf4vXc941SNzt8HfOPTe+ocCs
LQrpO1gzMqiZ2/3ufUh/63gSNtaOyUmoJL4twdr42mujBqlAbKuiZRtBCr5EpUHV
xlJM2jxb5TJRXz47LAFZHVA9Dx4A7EhNuOCIJkaAD8UahggTlMM2kTiOvU1oKl92
VPzsjDD4ib0=
=xCe8
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list