From 6a6952c416157b0e63d3e6342f681854272db95f Mon Sep 17 00:00:00 2001 From: zhengshuxin Date: Thu, 14 Oct 2021 09:11:58 +0800 Subject: [PATCH] release 3.5.3-1 version --- changes.txt | 1 + lib_acl/src/init/acl_init.c | 2 +- packaging/acl-libs.spec | 11 ++++++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/changes.txt b/changes.txt index 0b274cb88..9b65761fd 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,7 @@ 修改历史列表: ------------------------------------------------------------------------ +116) 2021.10.14 -- acl 3.5.3-1 版本发布,主要优化了协程模块在windows平台的使用 115) 2020.1.12 --- acl 3.5.1-1 版本发布!主要是优化了 ssl 模块的接口 114) 2020.1.9 --- acl 3.5.1 版本发布! 113) 2019.3.9 --- acl 3.5.0 版本发布! diff --git a/lib_acl/src/init/acl_init.c b/lib_acl/src/init/acl_init.c index fdfecb3f5..b48c82d16 100644 --- a/lib_acl/src/init/acl_init.c +++ b/lib_acl/src/init/acl_init.c @@ -25,7 +25,7 @@ #include "init.h" -static char *version = "3.5.3-0 20210820-17:28"; +static char *version = "3.5.3-1 20211014-09:00"; const char *acl_version(void) { diff --git a/packaging/acl-libs.spec b/packaging/acl-libs.spec index 82acf2b31..63a1bb6ba 100644 --- a/packaging/acl-libs.spec +++ b/packaging/acl-libs.spec @@ -1,4 +1,4 @@ -%define release_id 0 +%define release_id 1 Summary: The powerful c/c++ library Name: acl-libs @@ -47,6 +47,15 @@ rm -rf %{buildroot} %changelog +* Thu Oct 13 2021 shuxin.zheng@qq.com 3.5.3-1-20211014.09 +- bugfix: don't call getaddrinfo when binding a numric IP addr +- feature: add udp_monitor_netlink configure in acl_udp_server.c +- bugfix: optimize and fix bugs in iocp event in fiber module +- bugfix: optimize and fix bugs in windows GUI message in fiber module +- feature: DNS module in fiber module can work on windows +- feature: add API hook for windows platform by adding detrours module from MS open source +- more: more features and bugs fixed + * Thu Jun 24 2021 shuxin.zheng@qq.com 3.5.3-0-20210624.16 - feature: mqtt module has been proved ok - optimize dns module for supporting IPV6, etc