From 583bdc87dca8476936e739bec5febeded05322c6 Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Sun, 29 Sep 2019 15:58:11 +0800 Subject: [PATCH] upgrade version to 1.0.41 --- HISTORY | 2 +- README | 2 +- libfastcommon.spec | 2 +- src/sockopt.h | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index 0a6cecb..67fc9e7 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,6 @@ -Version 1.41 2019-09-27 +Version 1.41 2019-09-29 * change CIDR network_bits range from [16, 32) to [10, 32) * ini_file_reader.c: fix empty string compare * multi_socket_client.c: code refine diff --git a/README b/README index 34a5c31..a1a2110 100644 --- a/README +++ b/README @@ -47,7 +47,7 @@ C function including: skiplist: [skiplist.h] [flat_skiplist.h] [multi_skiplist.h] flat skiplist and multi skiplist - socket: [sockopt.h] socket wrapper for connect, recv, send etc. + socket: [sockopt.h] socket wrapper for connect, recv, send etc. support IPv6 ioevent: [ioevent.h] [ioevent_loop.h] like epoll (support Linux, FreeBSD and SunOS), diff --git a/libfastcommon.spec b/libfastcommon.spec index 0707017..32b672f 100644 --- a/libfastcommon.spec +++ b/libfastcommon.spec @@ -4,7 +4,7 @@ %define CommitVersion %(echo $COMMIT_VERSION) Name: libfastcommon -Version: 1.0.40 +Version: 1.0.41 Release: 1%{?dist} Summary: c common functions library extracted from my open source projects FastDFS License: LGPL diff --git a/src/sockopt.h b/src/sockopt.h index aad33e2..8e68d5a 100644 --- a/src/sockopt.h +++ b/src/sockopt.h @@ -13,6 +13,7 @@ #include #include +#include #include #include #include