From 085e06aac16441337ec60fcf9f7119c7bf6b7724 Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Tue, 16 May 2023 09:40:12 +0800 Subject: [PATCH] upgrade version to 1.0.67 --- HISTORY | 6 ++++-- libfastcommon.spec | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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