aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2014-07-09 23:44:51 -0400
committerTheodore Ts'o <tytso@mit.edu>2014-07-10 00:48:58 -0400
commitde25d9c8c48c7474828e9452184e204b18b8e090 (patch)
treeab62f4014c4cb2a77d4287386a174a6165d0bc1a /debian/changelog
parenta93a4c724f20f752bb49639f6704bc5d2f8f00bd (diff)
downloadandroid_external_e2fsprogs-de25d9c8c48c7474828e9452184e204b18b8e090.tar.gz
android_external_e2fsprogs-de25d9c8c48c7474828e9452184e204b18b8e090.tar.bz2
android_external_e2fsprogs-de25d9c8c48c7474828e9452184e204b18b8e090.zip
Update release notes, etc. for final 1.42.11 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog41
1 files changed, 41 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 39167aa8..1f6d3a85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,44 @@
+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
+
+ -- Theodore Y. Ts'o <tytso@mit.edu> Wed, 9 July 2014 23:43:27 -0400
+
+e2fsprogs (1.42.10-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add patch from upstream git that fixes creating filesystems in files
+ larger than 2GB on 32 bit architectures (Closes: #752107)
+
+ -- Hilko Bengen <bengen@debian.org> Sat, 21 Jun 2014 12:57:25 +0200
+
e2fsprogs (1.42.10-1) unstable; urgency=medium
* New upstream version