upgrade version to 1.0.67

pull/47/head
YuQing 2023-05-16 09:40:12 +08:00
parent 0806435fcc
commit 085e06aac1
2 changed files with 5 additions and 3 deletions

View File

@ -1,11 +1,13 @@
Version 1.66 2023-05-15 Version 1.67 2023-05-15
* struct fast_task_info add field: notify_next for nio notify queue
* lc_pair in struct fc_queue change to lcp * lc_pair in struct fc_queue change to lcp
* sorted queue use double link chain for quick push * sorted queue use double link chain for quick push
* add function uniq_skiplist_clear * add function uniq_skiplist_clear
* fast_mblock_malloc_trunk_notify_func prototype changed * fast_mblock_malloc_trunk_notify_func prototype changed
Version 1.66 2023-02-12
* struct fast_task_info add field: notify_next for nio notify queue
Version 1.65 2023-01-09 Version 1.65 2023-01-09
* locked_list.h: add functions locked_list_move and locked_list_move_tail * locked_list.h: add functions locked_list_move and locked_list_move_tail
* add function tcp_socket_connected * add function tcp_socket_connected

View File

@ -3,7 +3,7 @@
%define CommitVersion %(echo $COMMIT_VERSION) %define CommitVersion %(echo $COMMIT_VERSION)
Name: libfastcommon Name: libfastcommon
Version: 1.0.66 Version: 1.0.67
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