From 526f554c99e005ce96d9741ad60b472a0a6f1bd9 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 15 Mar 2016 01:37:28 -0400 Subject: [PATCH] Update release notes for a 1.43-WIP release (14-Mar-2016) Signed-off-by: Theodore Ts'o --- RELEASE-NOTES | 5 ++++- debian/changelog | 5 +++-- version.h | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8d7915c8..f0ece0b2 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 can now modify extended attributes and journal transactions. 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 09c14533..891072cf 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 @@ e2fsprogs (1.43~WIP.2016.03.06-1) unstable; urgency=low * 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 Sun, 6 Mar 2016 22:55:19 -0500 + -- Theodore Y. Ts'o 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 dec619ff..1efb58b2 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"