aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2018-08-27 23:44:54 -0700
committerJaegeuk Kim <jaegeuk@kernel.org>2018-08-27 23:59:01 -0700
commitd3012901c5f6a527b22b0d231404904fbd18c88b (patch)
tree5e9d36c8dffd6c3b09295aaf279ff484d3ccf634
parente034e7627a10219a3e2d935581547bddcb29d23a (diff)
downloadf2fs-tools-d3012901c5f6a527b22b0d231404904fbd18c88b.tar.gz
f2fs-tools: release 1.11.1
This release includes: - add android default configuration - fix resgid/resuid - add more sanity checks And, there are several bug fixes in fsck.f2fs/sload.f2fs/mkfs.f2fs. 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 bd6aefb..9eabd2b 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-1.11.0
-2018-07-10
+1.11.1
+2018-08-27
diff --git a/configure.ac b/configure.ac
index 70583cd..56c66a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -213,12 +213,12 @@ AC_CONFIG_FILES([
# export library version info for mkfs/libf2fs_format_la
AC_SUBST(FMT_CURRENT, 4)
-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, 5)
-AC_SUBST(LIBF2FS_REVISION, 0)
+AC_SUBST(LIBF2FS_REVISION, 1)
AC_SUBST(LIBF2FS_AGE, 0)
AC_OUTPUT