f2fs-tools: release 1.7.0

This version adds Host-managed SMR detection code.

libf2fs_format_la
 - changed its body

libf2fs_la
 - added zbc_scsi_report_zones()

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
Jaegeuk Kim 2016-07-28 13:10:46 -07:00
parent 37dbd83399
commit d2446560e2
2 changed files with 5 additions and 5 deletions

View File

@ -1,2 +1,2 @@
1.6.1
2016-03-22
1.7.0
2016-07-28

View File

@ -93,12 +93,12 @@ AC_CONFIG_FILES([
# export library version info for mkfs/libf2fs_format_la
AC_SUBST(FMT_CURRENT, 0)
AC_SUBST(FMT_REVISION, 1)
AC_SUBST(FMT_REVISION, 2)
AC_SUBST(FMT_AGE, 0)
# export library version info for lib/libf2fs_la
AC_SUBST(LIBF2FS_CURRENT, 0)
AC_SUBST(LIBF2FS_REVISION, 1)
AC_SUBST(LIBF2FS_CURRENT, 1)
AC_SUBST(LIBF2FS_REVISION, 0)
AC_SUBST(LIBF2FS_AGE, 0)
AC_OUTPUT