aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2014-08-25 10:30:53 -0400
committerTheodore Ts'o <tytso@mit.edu>2014-08-25 10:30:53 -0400
commit6b319481d9b8b1f5d415aee60d1a95321ddf023d (patch)
treef424ab1b164a0a051b52d157abace65b0554556f /debian/changelog
parenta8193af3b21e4f9b686203a8f7dfe4392d6cd0ea (diff)
downloadandroid_external_e2fsprogs-6b319481d9b8b1f5d415aee60d1a95321ddf023d.tar.gz
android_external_e2fsprogs-6b319481d9b8b1f5d415aee60d1a95321ddf023d.tar.bz2
android_external_e2fsprogs-6b319481d9b8b1f5d415aee60d1a95321ddf023d.zip
Interim updates of release notes, etc. in preparation for 1.42.12 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog50
1 files changed, 49 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f01607b8..5dd5c1d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,51 @@
+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, French, Spanish, and Sweedish translations
+
+ -- Theodore Y. Ts'o <tytso@mit.edu> Mon, 25 Aug 2014 08:23:24 -0400
+
e2fsprogs (1.42.11-2) unstable; urgency=low
* Don't try to build lib/ext2fs/tst_ext2fs unless running "make
@@ -6,7 +54,7 @@ e2fsprogs (1.42.11-2) unstable; urgency=low
but not libss or other libraries (Closes: #754605)
* Update French translation
- -- Theodore Y. Ts'o <tytso@mit.edu> Sun, 13 Jul 2014 16:18:27 -0500
+ -- Theodore Y. Ts'o <tytso@mit.edu> Sun, 13 Jul 2014 16:18:27 -0400
e2fsprogs (1.42.11-1) unstable; urgency=medium