From 4f7715e378064ebd84f0face49766092d77f1d3b Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Wed, 15 Feb 2023 21:11:24 +0800 Subject: [PATCH] files HISTORY and INSTALL changed --- HISTORY | 4 ++++ INSTALL | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index 201b0e0..166ea2a 100644 --- a/HISTORY +++ b/HISTORY @@ -1,4 +1,8 @@ +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 + Version 6.9.3 2022-12-24 * use prctl to set pthread name under Linux diff --git a/INSTALL b/INSTALL index b97e4ef..efc8f85 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.65 + cd libfastcommon; git checkout V1.0.66 ./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.24 + cd libserverframe; git checkout V1.1.25 ./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.3 + cd fastdfs; git checkout V6.9.4 ./make.sh clean && ./make.sh && ./make.sh install