Whamcloud - gitweb
Update for e2fsprogs-1.43-WIP-2012-09-22 v1.43-WIP-2012-09-22
authorTheodore Ts'o <tytso@mit.edu>
Sun, 23 Sep 2012 02:29:34 +0000 (22:29 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 23 Sep 2012 02:29:34 +0000 (22:29 -0400)
RELEASE-NOTES
debian/changelog
version.h

index 8638a4c..ace9622 100644 (file)
@@ -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)
 =====================================
 
index a1e8227..0521c43 100644 (file)
@@ -1,8 +1,8 @@
-e2fsprogs (1.43~WIP-2012-09-21-1) unstable; urgency=low
+e2fsprogs (1.43~WIP-2012-09-22-1) unstable; urgency=low
 
   * Add metadata checksum feature
 
- -- Theodore Y. Ts'o <tytso@mit.edu>  Fri, 21 Sep 2012 12:55:16 -0400
+ -- Theodore Y. Ts'o <tytso@mit.edu>  Sat, 22 Sep 2012 21:50:20 -0400
 
 e2fsprogs (1.42.6-1) unstable; urgency=low
 
index 83a088f..8873a40 100644 (file)
--- a/version.h
+++ b/version.h
@@ -8,4 +8,4 @@
  */
 
 #define E2FSPROGS_VERSION "1.43-WIP"
-#define E2FSPROGS_DATE "21-Sep-2012"
+#define E2FSPROGS_DATE "22-Sep-2012"