aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2016-05-12 01:02:53 -0400
committerTheodore Ts'o <tytso@mit.edu>2016-05-12 01:02:53 -0400
commit3de9843235b4761f9d1dc0ae681f5f7ffe025807 (patch)
tree2b0138ef455f490a7d0888617677f11d51396a73 /debian/changelog
parent4baef0a23520f7bb617739aa156580a0ae88b23f (diff)
downloadandroid_external_e2fsprogs-3de9843235b4761f9d1dc0ae681f5f7ffe025807.tar.gz
android_external_e2fsprogs-3de9843235b4761f9d1dc0ae681f5f7ffe025807.tar.bz2
android_external_e2fsprogs-3de9843235b4761f9d1dc0ae681f5f7ffe025807.zip
Update release notes for a 1.43-WIP release (12-May-2016)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 891072cf..eba03e36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+e2fsprogs (1.43~WIP.2016.05.12-1) unstable; urgency=medium
+
+ * New upstream version
+ * Clean up various man pages and usage messages
+ * Fix up gcc and Coverity warnings
+ * Stop building static binaries using dietlibc
+ * Fix potential out-of-boundary memory access in resize2fs
+ * Fix sparse_super2 bugs in mke2fs and resize2fs
+ * The mke2fs program will now support multiple -O options
+ * The e2image program now ignores checksum error so that debugging
+ snapshots of a file system can be taken of a broken file system
+ * E2fsck now more cleanly handles checksum errors while replaying the
+ journal
+ * Fix e2fsck to not try to set a UUID if the metadata_csum feature is
+ enabled since this will break the checksums
+ * Fix e2image so progress information won't get leaked to stdout
+ * Fix bugs in "mke2fs -E offset=NNNN" (Closes: #803629)
+ * Fix Hurd portability issues (Closes: #822576)
+ * Update initramfs in e2fsprogs's postinst script so the initial
+ ramdisk gets the updated e2fsprogs binaries (Closes: #804237)
+ * Work around texi2dvi bug which can cause build failures (Closes: #822227)
+ * E2fsck now prints "REBOOT SYSTEM" instead of "REBOOT LINUX" to
+ assuage the sensibilities of Hurd users (Closes: #769838)
+
+ -- Theodore Y. Ts'o <tytso@mit.edu> Thu, 12 May 2016 00:18:45 -0400
+
e2fsprogs (1.43~WIP.2016.03.15-1) unstable; urgency=low
* New upstream release