diff --git a/HISTORY b/HISTORY index d01644e..ee35bf2 100644 --- a/HISTORY +++ b/HISTORY @@ -1,11 +1,13 @@ -Version 1.66 2023-05-15 - * struct fast_task_info add field: notify_next for nio notify queue +Version 1.67 2023-05-15 * lc_pair in struct fc_queue change to lcp * sorted queue use double link chain for quick push * add function uniq_skiplist_clear * 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 * locked_list.h: add functions locked_list_move and locked_list_move_tail * add function tcp_socket_connected diff --git a/libfastcommon.spec b/libfastcommon.spec index 00b9a5b..48bfc27 100644 --- a/libfastcommon.spec +++ b/libfastcommon.spec @@ -3,7 +3,7 @@ %define CommitVersion %(echo $COMMIT_VERSION) Name: libfastcommon -Version: 1.0.66 +Version: 1.0.67 Release: 1%{?dist} Summary: c common functions library extracted from my open source projects FastDFS License: LGPL