aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2017-01-31 18:24:50 -0500
committerTheodore Ts'o <tytso@mit.edu>2017-01-31 18:26:24 -0500
commit3d66c4b20f09f923078c1e6eb9b549865b549674 (patch)
treebaf06847689d5f4be14f13c28d08c3f7dd256b46 /RELEASE-NOTES
parent5a8140dd7bf4d042077f757947983078a74be947 (diff)
downloade2fsprogs-3d66c4b20f09f923078c1e6eb9b549865b549674.tar.gz
Update release notes, etc., for the 1.43.4 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES21
1 files changed, 19 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 567f2763..fcbe8dbf 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,5 +1,9 @@
-E2fsprogs 1.43.4-WIP (January 17, 2017) -- 75a790455c43abf
-=======================================
+E2fsprogs 1.43.4 (January 31, 2017)
+===================================
+
+Fix e2fsck to require that the system.data extended attribute is
+always present even for files smaller than 60 bytes, to be consistent
+with the kernel.
Fix a bug which was causing mke2fs -d and fuse2fs to improperly handle
Posix ACL's.
@@ -7,6 +11,9 @@ Posix ACL's.
Fix a bug which could cause mke2fs -d to fail if there is an
zero-length file in source directory tree.
+Clarify the default for the "proceed?" question printed by mke2fs and
+tune2fs. (Addresses Debian Bug: #852727)
+
Debugfs will now display project quota information.
Debugfs's do_set_xattr now uses C strings to parse extended attribute
@@ -31,6 +38,9 @@ have a block size different from the VM page size.
If the reported device size is absurdly large, mke2fs will now report
an error instead looping forever or crashing.
+Fix various Coverity warnings and other memory leaks in fuse2fs and
+extended attribute manipulation functions.
+
Replace a test file but which had a "non-commercial use-only"
copyright permission file with a newer version from the Cyrus imapd
package which now has a 4-clause BSD license, which was making some
@@ -38,6 +48,13 @@ lawyers nervous, even though the test file in question was only used
in lib/et's regression testing and was never included in any compiled
binary. (Addresses Debian Bug: #840733)
+Stop installing mkfs.ext4dev and fsck.ext4dev
+
+Update Chinese, Czech, Polish, Serbian, and Spanish translations and
+add the Finnish and Malay translation. (Addresses-Debian-Bug: #774379)
+
+Update various man pages (Addresses-Debian-Bug: #852726)
+
Programming notes
-----------------