From 8629bf9550e246fecd67c4a3964e094c9cbdb12e Mon Sep 17 00:00:00 2001 From: qinquan5 Date: Mon, 13 May 2024 17:00:30 +0800 Subject: [PATCH 1/2] =?UTF-8?q?README.OpenSource=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: qinquan5 --- README.OpenSource | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.OpenSource b/README.OpenSource index 3894094..46e5c88 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,20 +1,11 @@ [ { "Name" : "f2fs-tools", - "License" : "GNU GPL-2.0", + "License" : "GPL-2.0", "License File" : "COPYING", - "Version Number" : "1.15.0", + "Version Number" : "v1.16.0", "Owner" : "Jaegeuk Kim ", - "Upstream URL" : "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/tag/?h=v1.15.0", - "Description" : "The f2fs-tools package contains the utilities for handling the f2fs file system." - }, - { - "Name" : "f2fs-tools", - "License" : "GNU LGPL-2.1+", - "License File" : "COPYING", - "Version Number" : "1.15.0", - "Owner" : "Jaegeuk Kim ", - "Upstream URL" : "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/tag/?h=v1.15.0", + "Upstream URL" : "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/tag/?h=v1.16.0", "Description" : "The f2fs-tools package contains the utilities for handling the f2fs file system." } ] From 3f4f913b57a0a6f31480590b6149f738380fdc78 Mon Sep 17 00:00:00 2001 From: qinquan5 Date: Wed, 15 May 2024 11:59:33 +0800 Subject: [PATCH 2/2] update config.h f2fs version to 1.15.0 Signed-off-by: qinquan5 --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 6043ebe..be97593 100644 --- a/config.h +++ b/config.h @@ -18,10 +18,10 @@ #define F2FS_MINOR_VERSION 14 /* f2fs-tools date based on Source releases */ -#define F2FS_TOOLS_DATE "2022-05-13" +#define F2FS_TOOLS_DATE "2023-04-11" /* f2fs-tools version */ -#define F2FS_TOOLS_VERSION "1.15.0" +#define F2FS_TOOLS_VERSION "v1.16.0" /* Define to 1 if you have the `add_key' function. */ /* #undef HAVE_ADD_KEY */