mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-29 18:37:41 +08:00
release 3.5.3-1 version
This commit is contained in:
parent
249d34c53c
commit
6a6952c416
@ -1,6 +1,7 @@
|
|||||||
修改历史列表:
|
修改历史列表:
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
116) 2021.10.14 -- acl 3.5.3-1 版本发布,主要优化了协程模块在windows平台的使用
|
||||||
115) 2020.1.12 --- acl 3.5.1-1 版本发布!主要是优化了 ssl 模块的接口
|
115) 2020.1.12 --- acl 3.5.1-1 版本发布!主要是优化了 ssl 模块的接口
|
||||||
114) 2020.1.9 --- acl 3.5.1 版本发布!
|
114) 2020.1.9 --- acl 3.5.1 版本发布!
|
||||||
113) 2019.3.9 --- acl 3.5.0 版本发布!
|
113) 2019.3.9 --- acl 3.5.0 版本发布!
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#include "init.h"
|
#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)
|
const char *acl_version(void)
|
||||||
{
|
{
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%define release_id 0
|
%define release_id 1
|
||||||
|
|
||||||
Summary: The powerful c/c++ library
|
Summary: The powerful c/c++ library
|
||||||
Name: acl-libs
|
Name: acl-libs
|
||||||
@ -47,6 +47,15 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 24 2021 shuxin.zheng@qq.com 3.5.3-0-20210624.16
|
||||||
- feature: mqtt module has been proved ok
|
- feature: mqtt module has been proved ok
|
||||||
- optimize dns module for supporting IPV6, etc
|
- optimize dns module for supporting IPV6, etc
|
||||||
|
Loading…
Reference in New Issue
Block a user