mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-29 18:37:41 +08:00
release new version for one bug fixed in fiber module.
This commit is contained in:
parent
1944187834
commit
56548cdb8b
2
Makefile
2
Makefile
@ -109,7 +109,7 @@ endif
|
||||
##############################################################################
|
||||
|
||||
.PHONY = check help all_lib all samples all clean install uninstall uninstall_all build_one
|
||||
VERSION = 3.5.3-19
|
||||
VERSION = 3.5.3-20
|
||||
|
||||
default: build_one acl_master
|
||||
help h:
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include "init.h"
|
||||
|
||||
static char *version = "3.5.3-19 20220803-10:15";
|
||||
static char *version = "3.5.3-20 20220815-15:15";
|
||||
|
||||
const char *acl_version(void)
|
||||
{
|
||||
|
@ -1,4 +1,4 @@
|
||||
%define release_id 19
|
||||
%define release_id 20
|
||||
|
||||
Summary: The powerful c/c++ library
|
||||
Name: acl-libs
|
||||
@ -45,6 +45,9 @@ rm -rf %{buildroot}
|
||||
|
||||
%changelog
|
||||
|
||||
* Mon Aug 15 2022 shuxin.zheng shuxin.zheng@qq.com 3.5.3-20-20220815.15
|
||||
- bugfix: don't use max timeout when the timeout is -1 in poll.c
|
||||
|
||||
* Wed Aug 03 2022 shuxin.zheng shuxin.zheng@qq.com 3.5.3-19-20220802.10
|
||||
- bugfix: fixed bugs in fiber_server.cpp when using shared stack mode in sighup fiber.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user