upgrade version to 6.11.0
parent
f1ab599f16
commit
3187fb3a29
3
HISTORY
3
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue