diff --git a/HISTORY b/HISTORY index c0052d6..480463c 100644 --- a/HISTORY +++ b/HISTORY @@ -1,4 +1,7 @@ +Version 6.11.0 2023-12-05 + * support IPv6, config item: address_family in tracker.conf and storage.conf + Version 6.10.0 2023-09-07 * use libfastcommon V1.70 and libserverframe 1.2.0 diff --git a/common/fdfs_global.c b/common/fdfs_global.c index 15aaba7..907dc94 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, 10, 0}; +Version g_fdfs_version = {6, 11, 0}; 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 e84bcd3..16005da 100644 --- a/fastdfs.spec +++ b/fastdfs.spec @@ -7,7 +7,7 @@ %define CommitVersion %(echo $COMMIT_VERSION) Name: %{FastDFS} -Version: 6.10.0 +Version: 6.11.0 Release: 1%{?dist} Summary: FastDFS server and client License: GPL @@ -18,14 +18,14 @@ Source: http://perso.orange.fr/sebastien.godard/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: %__cp %__mv %__chmod %__grep %__mkdir %__install %__id -BuildRequires: libserverframe-devel >= 1.2.0 +BuildRequires: libserverframe-devel >= 1.2.1 %description This package provides tracker & storage of fastdfs commit version: %{CommitVersion} %package -n %{FDFSServer} -Requires: libserverframe >= 1.2.0 +Requires: libserverframe >= 1.2.1 Requires: %{FDFSConfig} Summary: fastdfs tracker & storage @@ -34,7 +34,7 @@ Requires: %{FDFSClient} Summary: fastdfs tools %package -n %{FDFSClient} -Requires: libserverframe >= 1.2.0 +Requires: libserverframe >= 1.2.1 Requires: %{FDFSConfig} Summary: The client dynamic library of fastdfs