upgrade version to 1.0.54

pull/42/head
YuQing 2021-12-23 11:23:45 +08:00
parent 750c2c5e8a
commit b4f6152776
2 changed files with 68 additions and 67 deletions

View File

@ -1,5 +1,5 @@
Version 1.54 2021-10-19 Version 1.54 2021-12-23
* fast_allocator.[hc]: correct reclaim_interval logic * fast_allocator.[hc]: correct reclaim_interval logic
* shared_func.[hc]: add functions getFileContentEx1 and getFileContent1 * shared_func.[hc]: add functions getFileContentEx1 and getFileContent1
* fc_queue.[hc]: add function fc_queue_timedpeek * fc_queue.[hc]: add function fc_queue_timedpeek
@ -8,6 +8,7 @@ Version 1.54 2021-10-19
* add files: array_allocator.[hc] * add files: array_allocator.[hc]
* add files: sorted_array.[hc] * add files: sorted_array.[hc]
* shared_func.[hc]: add function fc_read_lines * shared_func.[hc]: add function fc_read_lines
* normalize_path removes prefix one ./ and multi ../
Version 1.53 2021-06-30 Version 1.53 2021-06-30
* process_action support action status * process_action support action status

View File

@ -3,7 +3,7 @@
%define CommitVersion %(echo $COMMIT_VERSION) %define CommitVersion %(echo $COMMIT_VERSION)
Name: libfastcommon Name: libfastcommon
Version: 1.0.53 Version: 1.0.54
Release: 1%{?dist} Release: 1%{?dist}
Summary: c common functions library extracted from my open source projects FastDFS Summary: c common functions library extracted from my open source projects FastDFS
License: LGPL License: LGPL