upgrade version to 1.0.67
parent
0806435fcc
commit
085e06aac1
6
HISTORY
6
HISTORY
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue