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

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian
Theodore Ts'o 2016-03-15 01:37:28 -04:00
parent f8fd2fdc1e
commit 526f554c99
3 changed files with 8 additions and 4 deletions

View File

@ -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

5
debian/changelog vendored
View File

@ -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 <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

View File

@ -8,4 +8,4 @@
*/
#define E2FSPROGS_VERSION "1.43-WIP"
#define E2FSPROGS_DATE "6-Mar-2016"
#define E2FSPROGS_DATE "15-Mar-2016"