Update release notes for a 1.43-WIP release (14-Mar-2016)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 8d7915c..f0ece0b 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,4 +1,4 @@
-E2fsprogs 1.43-WIP (March 6, 2016) -- 69df84967f1
+E2fsprogs 1.43-WIP (March 14, 2016) -- f8fd2fdc1e
 =================================================
 
 Add support for the ext4 metadata checksum, checksum seed, inline
@@ -20,6 +20,9 @@
 
 Debugfs now can properly display and set extended timestamps.
 
+E2fsck will offer to fix extended timestamps that were incorrectly
+encoded by older kernels.
+
 Fix miscellaneous MMP bugs in debugfs.
 
 The resize2fs command can now convert file systems between 64-bit and
diff --git a/debian/changelog b/debian/changelog
index 09c1453..891072c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-e2fsprogs (1.43~WIP.2016.03.06-1) unstable; urgency=low
+e2fsprogs (1.43~WIP.2016.03.15-1) unstable; urgency=low
 
   * New upstream release
   * Fix resize2fs bug that could leave block allocation bitmaps
@@ -37,8 +37,9 @@
   * Add support for the project quota feature
   * Add fallocate support to libext2fs and to debugfs
   * Clean up various man pages (Closes: #798425)
+  * Update debian policy compliance to 3.9.7
 
- -- Theodore Y. Ts'o <tytso@mit.edu>  Sun, 6 Mar 2016 22:55:19 -0500
+ -- Theodore Y. Ts'o <tytso@mit.edu>  Tue, 15 Mar 2016 01:34:14 -0400
 
 e2fsprogs (1.43~WIP.2015.05.18-1) unstable; urgency=low
 
diff --git a/version.h b/version.h
index dec619f..1efb58b 100644
--- a/version.h
+++ b/version.h
@@ -8,4 +8,4 @@
  */
 
 #define E2FSPROGS_VERSION "1.43-WIP"
-#define E2FSPROGS_DATE "6-Mar-2016"
+#define E2FSPROGS_DATE "15-Mar-2016"