aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2012-09-22 22:29:34 -0400
committerTheodore Ts'o <tytso@mit.edu>2012-09-22 22:29:34 -0400
commitcf3c2ccea647c7d0db20ced920b68e98761dcd16 (patch)
tree50f92d3e61fcd807faa140caf59738af627fe374 /RELEASE-NOTES
parent2f2a048b1d2ac1109ccc2cb991a8c62808edd1ed (diff)
downloadandroid_external_e2fsprogs-cf3c2ccea647c7d0db20ced920b68e98761dcd16.tar.gz
android_external_e2fsprogs-cf3c2ccea647c7d0db20ced920b68e98761dcd16.tar.bz2
android_external_e2fsprogs-cf3c2ccea647c7d0db20ced920b68e98761dcd16.zip
Update for e2fsprogs-1.43-WIP-2012-09-22
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES20
1 files changed, 20 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 8638a4ce..ace9622c 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,3 +1,23 @@
+E2fsprogs 1.43-WIP (September 22, 2012)
+=======================================
+
+Add support for the ext4 metadata checksum feature.
+
+Check to make sure file system features which can not be supported by
+HURD are not enabled if the file system is created to be
+HURD-compatible.
+
+
+Programmer's Notes
+------------------
+
+Reduce the use of libc functions in libext2fs that may not be present
+in the boot loader environment, at least for those functions that are
+needed by boot loadsers such as yaboot.
+
+Support for the MMP feature can now be disabled at compile time.
+
+
E2fsprogs 1.42.6 (September 21, 2012)
=====================================