summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2012-06-12 17:21:38 -0400
committerTheodore Ts'o <tytso@mit.edu>2012-06-12 17:30:14 -0400
commitd6a3e41172ce43b4a92fae0791beb7592a4575b1 (patch)
tree6f4df6a98e40cb46764ab1b8d6a1d3a6012977bb /debian
parent0796e660859724f304155e094b6cf5739a610ae4 (diff)
downloade2fsprogs-d6a3e41172ce43b4a92fae0791beb7592a4575b1.tar.gz
Update Release Notes, Changelogs, version.h, etc. for 1.42.4 releasev1.42.4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 45204c9a..296bc504 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,26 @@
+e2fsprogs (1.42.4-1) unstable; urgency=medium
+
+ * New upstream version
+ * Fix 64-bit block number bugs in e2fsck, dumpe2fs, and debugfs which
+ could corrupt file systems
+ * Fixed e2fsck's handling of how errors propagate from the journal to
+ the file system superblock
+ * Fixed a false positive complaint from e2fsck if all of the extents
+ in the last extent block are uninitialized and located after the
+ end of the file.
+ * dumpe2fs will display the journal's error indicator in the
+ superblock if it is set
+ * Fixed a bug which caused e2fsck to incorrectly use O_EXCLUSIVE in
+ some corner cases.
+ * Fix truncation of extent-mapped inodes in e2fsck and libext2fs
+ * Fixed i_blocks accounting in bigalloc file systems.
+ * Add support for btrfs's No_COW flag to lsattr and chattr
+ * Debugfs interprets the date strings of the form "@ddd" as ddd
+ seconds after the epoch
+ * Updated/fixed various man pages (Closes: #674453, #674694)
+
+ -- Theodore Y. Ts'o <tytso@mit.edu> Tue, 12 Jun 2012 18:20:55 -0400
+
e2fsprogs (1.42.3-1) unstable; urgency=low
* New upstream version