f2fs-tools: release 1.12.0 v1.12.0
authorJaegeuk Kim <jaegeuk@kernel.org>
Tue, 28 Aug 2018 06:44:54 +0000 (23:44 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 21 Nov 2018 19:39:05 +0000 (11:39 -0800)
This release includes:
 - add android default configuration
 - fix resgid/resuid
 - add more sanity checks
 - fix corrupted quota in clean umount
 - add superblock checksum

And, there are several bug fixes in fsck.f2fs/sload.f2fs/mkfs.f2fs.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
VERSION
configure.ac

diff --git a/VERSION b/VERSION
index 9eabd2b..7ba7212 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-1.11.1
-2018-08-27
+1.12.0
+2018-11-12
index 56c66a2..b02a718 100644 (file)
@@ -212,13 +212,13 @@ AC_CONFIG_FILES([
 ])
 
 # export library version info for mkfs/libf2fs_format_la
-AC_SUBST(FMT_CURRENT, 4)
-AC_SUBST(FMT_REVISION, 1)
+AC_SUBST(FMT_CURRENT, 5)
+AC_SUBST(FMT_REVISION, 0)
 AC_SUBST(FMT_AGE, 0)
 
 # export library version info for lib/libf2fs_la
-AC_SUBST(LIBF2FS_CURRENT, 5)
-AC_SUBST(LIBF2FS_REVISION, 1)
+AC_SUBST(LIBF2FS_CURRENT, 6)
+AC_SUBST(LIBF2FS_REVISION, 0)
 AC_SUBST(LIBF2FS_AGE, 0)
 
 AC_OUTPUT