]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
debian: remove old symlinks to /usr/share/doc
authorTheodore Ts'o <tytso@mit.edu>
Sun, 11 Aug 2013 15:52:35 +0000 (11:52 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 11 Aug 2013 15:52:35 +0000 (11:52 -0400)
(Merged in NMU'ed change for Debian-Bug: #698879)

Merge commit '7dc67c0ad5daa7cbdf6d79a73bb34e04d55f7406' into maint

Conflicts:
debian/changelog

1  2 
debian/changelog

index 33e1b0d882800bdbc070da3e9f4df5178701e946,a4cb2b46a5c2523e498de0fe0843781bd18542f8..c54af0d6213fd0d896a1c136c57bfbb6684ee45d
 +e2fsprogs (1.42.8-1) unstable; urgency=low
 +
 +  * New upstream version
 +  * Work around Debian Bug #712530 (Closes: #708307)
 +  * Fix e2fsck so it can check a read-only root file system with an
 +    external journal.  (Closes: #707030)
 +  * Fix off-line resizing of file systems with flex_bg && !resize_inode
 +    (Closes: #696746)
 +  * Change mke2fs so that it does not set the root directory to the real
 +    uid/gid of the mke2fs process.  Add the extended option root_owner to
 +    override this behavior.
 +  * If an invalid journal size is given to mke2fs, it will now complain
 +    and exit sooner.
 +  * Fix resize2fs when shrinking file systems to make sure that bitmap
 +    blocks aren't left outside the bounds of the shrunken file system.
 +    This could happen with flex_bg file systems that were grown using
 +    the old online resizing algorithm.
 +  * E2fsck will now detect and repair corrupted extent trees which contain
 +    invalid extents at the end of the extent tree leaf block.
 +  * E2fsck will now longer complain about zero length extended attribute values.
 +  * Fix a regression introduced in e2fsprogs v1.42 which caused e2image -s
 +    to crash.
 +  * Add safety check so tune2fs will not attempt to set the inode size to
 +    be larger than the block size.
 +  * Enhance chattr to allow clearing the extent flag if the kernel allows it
 +  * Fix e2image with large (> 32-bit) file systems (Closes: #703067)
 +  * Mke2fs will not give warnings about the bigalloc and quota options in
 +    quiet mode.
 +  * Debugfs was erroneously giving spurious error messages for certain
 +    extent_inode subcommands which take arguments (split_node,
 +    replace_node, and insert_node).  This has been fixed.
 +  * Fix the parsing of the 's' (sectors) in parse_num_blocks2, which among
 +    other programs is used by mke2fs.
 +  * Fix texinfo incompatibilities (Closes: #712365)
 +  * Updated/fixed various man pages  (Closes: #712429, #712430, #707609)
 +  * Update German translation
 +
 + -- Theodore Y. Ts'o <tytso@mit.edu>  Thu, 20 Jun 2013 23:09:25 -0500
 +
 +e2fsprogs (1.42.7-1) unstable; urgency=low
 +
 +  * New upstream version
 +  * Add warning indicating that the quota and bigalloc features are
 +    still under development.
 +  * Added new options to filefrag to be consistent with the version from
 +    Lustre
 +  * Optimized e2fsck's CPU utilization
 +  * Fixed e2fsck so it detects and fixes inconsistencies in the interior
 +    nodes of an inode's extent tree
 +  * Fixed a potential memory corruption failure in e2fsck's error path if
 +    the call to ext2fs_open2() fails.
 +  * Fixed e2fsck if its logging function is enabled in e2fsck.conf, and
 +    the resulting file name for the log file is longer than 100 bytes,
 +    that it properly handles this situation instead of crashing.
 +  * E2fsck will now report the amount of memory that it attempted to
 +    allocate when a memory allocation request fails, to make it easier to
 +    track down the problem.
 +  * Fixed a bug in resize2fs which could cause severe file system
 +    corruption when growing an ext4 file system which was formatted with
 +    fewer-than-normal reserved gdt blocks
 +  * Fixed resize2fs to be able to handle off-line resizes of file
 +    systems with the flex_bg feature and without any reserved gdt
 +    blocks or if the file system did not have the resize_inode feature
 +  * Further optimize resize2fs so it doesn't use quite as much CPU when
 +    resizing very large file systems.
 +  * Fixed 32-bit overflow bugs which could cause resize2fs to fail and
 +    possibly corrupt the file system while resizing 64-bit file systems.
 +  * Fixed a big which could cause resize2fs to corrupt bigalloc file systems.
 +  * Fix a crash while mke2fs is parsing "-E resize=NNN" with the 64bit
 +    file system feature enabled
 +  * Added better error checking to mke2fs to check for invalid
 +    parameters when creating bigalloc file system.
 +  * When creating bigalloc filesystems, the -g option to mke2fs will now
 +    specify the number of clusters per block group.
 +  * Added the "symlink", "zap_block", "block_dump", and "extent_open"
 +    commands to debugfs
 +  * Fixed debugfs's htree command so that all its messages are sent
 +    through the pager.
 +  * Fixed debugfs's dump_file and cat functions so they work correctly
 +    on file systems with a block size greater than 8k.
 +  * Fixed mke2fs's handling of the mmp_update_interval option
 +  * Fixed e2freefrag so it works on 64-bit file systems, and so it uses
 +    much less memory.
 +  * E2image can now include all data blocks in the e2image output
 +    file when the user specifies the -a option.
 +  * Fixed debugfs's mknod command so that it updates the block group
 +    statistics
 +  * Document the bigalloc feature in the mke2fs man page.
 +    (Closes: #669730)
 +  * Update Czech, Dutch, French, German, Polish, Sweedish, and
 +    Vietnamese translations
 +
 + -- Theodore Y. Ts'o <tytso@mit.edu>  Tue, 21 Jan 2013 21:52:58 -0500
 +
 +e2fsprogs (1.42.6-1) unstable; urgency=low
 +
 +  * New upstream version
 +  * Fix build dependencies to avoid requiring dc, and to allow
 +    cross-building to work (Closes: #677497)
 +  * Updated/fixed various man pages
 +  * Mke2fs will now update its progress indicators at most once a second
 +    to avoid overwhelming serial consoles.
 +  * Resize2fs will support lazy_itable_init, speeding up off-line growth
 +    of uninit_bg file systems.
 +  * Resize2fs now supports on-line resizing 64-bit file systems beyond
 +    16TB.  A number of bugs in resize2fs which prevented this have been
 +    fixed.
 +  * Resize2fs now correctly handles resizing 32-bit file systems to 16TB.
 +  * Fixed a potential segfault in e2fsck when there is an I/O error
 +    while reading the superblock.
 +
 + -- Theodore Y. Ts'o <tytso@mit.edu>  Fri, 21 Sep 2012 12:14:41 -0400
 +
+ e2fsprogs (1.42.5-1.1) unstable; urgency=low
+   * Non-maintainer upload.
+   * e2fsck-static, e2fsprogs: let preinst remove a symbolic link in
+     /usr/share/doc, that should have been replaced with a directory since
+     1.39+1.40-WIP-2006.10.02+dfsg-1. (Closes: #698879).
+  -- Nicolas Boulenguez <nicolas@debian.org>  Fri, 22 Feb 2013 23:14:59 +0100
  e2fsprogs (1.42.5-1) unstable; urgency=low
  
    * New upstream version