release new version for one bug fixed in fiber module.

This commit is contained in:
zhengshuxin 2022-08-15 15:15:27 +08:00
parent 1944187834
commit 56548cdb8b
3 changed files with 6 additions and 3 deletions

View File

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

View File

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

View File

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