aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2016-03-22 13:37:44 -0700
committerluca020400 <luca.stefani.ge1@gmail.com>2016-04-04 17:17:56 +0200
commitd4e3c1ff69ebe48bfa19c406169ea97e81a2253c (patch)
tree766350e1b57af5c3311dc52086c0fc383998883a
parentf209c5a6c1d15ddebc8dc7481327b3851bee95ed (diff)
downloadandroid_external_f2fs-tools-d4e3c1ff69ebe48bfa19c406169ea97e81a2253c.tar.gz
android_external_f2fs-tools-d4e3c1ff69ebe48bfa19c406169ea97e81a2253c.tar.bz2
android_external_f2fs-tools-d4e3c1ff69ebe48bfa19c406169ea97e81a2253c.zip
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>
-rw-r--r--VERSION4
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 4 deletions
diff --git a/VERSION b/VERSION
index 8848f96..459e4f6 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-1.6.0
-2015-12-21
+1.6.1
+2016-03-22
diff --git a/configure.ac b/configure.ac
index 280a0d3..1f6ff5a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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