f2fs-tools: release 1.14.0

This release includes mainly, but not limited to:
 - add IO cache to speed up fsck.f2fs run
 - support casefolding
 - support data compression
 - support zns zone-capacity
 - enhance fsck.f2fs for zoned device
 - enhance f2fs_io tool

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
Jaegeuk Kim 2020-08-24 14:55:54 -07:00
parent bbfab0dd6b
commit d41dcbdf46
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
1.13.0
2019-09-24
1.14.0
2020-08-24

View File

@ -218,12 +218,12 @@ AC_CHECK_MEMBER([struct blk_zone.capacity],
[], [[#include <linux/blkzoned.h>]])
# export library version info for mkfs/libf2fs_format_la
AC_SUBST(FMT_CURRENT, 6)
AC_SUBST(FMT_CURRENT, 7)
AC_SUBST(FMT_REVISION, 0)
AC_SUBST(FMT_AGE, 0)
# export library version info for lib/libf2fs_la
AC_SUBST(LIBF2FS_CURRENT, 7)
AC_SUBST(LIBF2FS_CURRENT, 8)
AC_SUBST(LIBF2FS_REVISION, 0)
AC_SUBST(LIBF2FS_AGE, 0)