From 5802203f9fab0cff3eb611ab857f6af852830df6 Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Fri, 22 Apr 2022 14:55:55 +0800 Subject: [PATCH] upgrade version to V1.0.57 --- HISTORY | 3 ++- INSTALL | 2 +- libfastcommon.spec | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index 46631a4..f895b4f 100644 --- a/HISTORY +++ b/HISTORY @@ -1,8 +1,9 @@ -Version 1.57 2022-03-17 +Version 1.57 2022-04-22 * add function fc_format_path * add functions: fc_get_path_child_count and fc_copy_file * fast_mblock.[hc] support object destroy callback + * bugfixed: fc_get_file_line_count_ex should rewind file Version 1.56 2022-03-09 * add function fc_gettid diff --git a/INSTALL b/INSTALL index 926401f..eae6fbd 100644 --- a/INSTALL +++ b/INSTALL @@ -12,6 +12,6 @@ Chinese language: http://www.fastken.com/ # the command lines as: git clone https://github.com/happyfish100/libfastcommon.git - cd libfastcommon; git checkout V1.0.55 + cd libfastcommon; git checkout V1.0.57 ./make.sh clean && ./make.sh && ./make.sh install diff --git a/libfastcommon.spec b/libfastcommon.spec index 6c8ce7d..5c47e20 100644 --- a/libfastcommon.spec +++ b/libfastcommon.spec @@ -3,7 +3,7 @@ %define CommitVersion %(echo $COMMIT_VERSION) Name: libfastcommon -Version: 1.0.56 +Version: 1.0.57 Release: 1%{?dist} Summary: c common functions library extracted from my open source projects FastDFS License: LGPL