From 16f6808001fcdcdfdf64bf8e2fdbdcbf6ca3a067 Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Mon, 5 Jun 2023 15:20:07 +0800 Subject: [PATCH] upgrade version to 6.9.5 --- HISTORY | 7 +++++++ INSTALL | 6 +++--- fastdfs.spec | 8 ++++---- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/HISTORY b/HISTORY index 166ea2a..ab44ad3 100644 --- a/HISTORY +++ b/HISTORY @@ -1,4 +1,11 @@ +Version 6.9.5 2023-06-05 + * fix possible out-of-bounds issues with array access + * fix realloc mistakes to avoid memory leaks + * add ExecStartPost=/bin/sleep 0.1 to systemd service files + * fdht_client/fdht_func.c: fixed compile error + + Version 6.9.4 2023-02-15 * use epoll edge trigger to resolve github issues #608 * bugfixed: report connections' current_count and max_count correctly diff --git a/INSTALL b/INSTALL index efc8f85..3c9ceca 100644 --- a/INSTALL +++ b/INSTALL @@ -11,7 +11,7 @@ Chinese language: http://www.fastken.com/ # command lines as: git clone https://github.com/happyfish100/libfastcommon.git - cd libfastcommon; git checkout V1.0.66 + cd libfastcommon; git checkout V1.0.67 ./make.sh clean && ./make.sh && ./make.sh install @@ -21,7 +21,7 @@ Chinese language: http://www.fastken.com/ # command lines as: git clone https://github.com/happyfish100/libserverframe.git - cd libserverframe; git checkout V1.1.25 + cd libserverframe; git checkout V1.1.26 ./make.sh clean && ./make.sh && ./make.sh install # step 3. download fastdfs source codes and install it, @@ -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.4 + cd fastdfs; git checkout V6.9.5 ./make.sh clean && ./make.sh && ./make.sh install diff --git a/fastdfs.spec b/fastdfs.spec index 05a596b..f1f2049 100644 --- a/fastdfs.spec +++ b/fastdfs.spec @@ -7,7 +7,7 @@ %define CommitVersion %(echo $COMMIT_VERSION) Name: %{FastDFS} -Version: 6.9.4 +Version: 6.9.5 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.1.25 +BuildRequires: libserverframe-devel >= 1.1.26 %description This package provides tracker & storage of fastdfs commit version: %{CommitVersion} %package -n %{FDFSServer} -Requires: libserverframe >= 1.1.25 +Requires: libserverframe >= 1.1.26 Requires: %{FDFSConfig} Summary: fastdfs tracker & storage @@ -34,7 +34,7 @@ Requires: %{FDFSClient} Summary: fastdfs tools %package -n %{FDFSClient} -Requires: libserverframe >= 1.1.25 +Requires: libserverframe >= 1.1.26 Requires: %{FDFSConfig} Summary: The client dynamic library of fastdfs