upgrade version to V1.0.57

recovery_and_balance
YuQing 2022-04-22 14:55:55 +08:00
parent f836b1a9e2
commit 5802203f9f
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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