f2fs-tools: release 1.6.1

This version mostly fixes the bugs in fsck.f2fs.
Especially, this fixes a segfault bug when executing "fsck.f2fs -a".

Note that, some body codes (not interfaces) in libf2fs_format.la and libf2fs.la
were changed.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
Jaegeuk Kim 2016-03-22 13:37:44 -07:00
parent 890e4e0c59
commit 759df520ae
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
1.6.0
2015-12-21
1.6.1
2016-03-22

View File

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