From e2610befe32850217fd4f14b8cfd3709f1775b32 Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Fri, 16 Dec 2022 16:21:34 +0800 Subject: [PATCH] upgrade version to 6.9.2 --- HISTORY | 2 ++ INSTALL | 2 +- common/fdfs_global.c | 2 +- fastdfs.spec | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index b18be82..b540775 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,8 @@ Version 6.9.2 2022-11-28 * space size such as total_mb and free_mb use int64_t instead of int + * bugfixed: log connection ip_addr and port correctly + * output port with format %u instead %d Version 6.9.1 2022-11-25 * bugfixed: clear task extra data correctly when the connection broken diff --git a/INSTALL b/INSTALL index 9e9f48e..1641311 100644 --- a/INSTALL +++ b/INSTALL @@ -30,7 +30,7 @@ Chinese language: http://www.fastken.com/ # command lines as: git clone https://github.com/happyfish100/fastdfs.git - cd fastdfs; git checkout V6.9.1 + cd fastdfs; git checkout V6.9.2 ./make.sh clean && ./make.sh && ./make.sh install diff --git a/common/fdfs_global.c b/common/fdfs_global.c index 3bce2ee..8e072f9 100644 --- a/common/fdfs_global.c +++ b/common/fdfs_global.c @@ -20,7 +20,7 @@ #include "fastcommon/logger.h" #include "fdfs_global.h" -Version g_fdfs_version = {6, 9, 1}; +Version g_fdfs_version = {6, 9, 2}; bool g_use_connection_pool = false; ConnectionPool g_connection_pool; int g_connection_pool_max_idle_time = 3600; diff --git a/fastdfs.spec b/fastdfs.spec index 3f65233..d224aa7 100644 --- a/fastdfs.spec +++ b/fastdfs.spec @@ -7,7 +7,7 @@ %define CommitVersion %(echo $COMMIT_VERSION) Name: %{FastDFS} -Version: 6.9.1 +Version: 6.9.2 Release: 1%{?dist} Summary: FastDFS server and client License: GPL