release 3.5.3-1 version

This commit is contained in:
zhengshuxin 2021-10-14 09:11:58 +08:00
parent 249d34c53c
commit 6a6952c416
3 changed files with 12 additions and 2 deletions

View File

@ -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 版本发布!

View File

@ -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)
{

View File

@ -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