Skip to content

Commit ec1d505

Browse files
committed
release 3.5.3-7 version
1 parent 0fe52cf commit ec1d505

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

lib_acl/src/init/acl_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#include "init.h"
2727

28-
static char *version = "3.5.3-7 20220211-10:40";
28+
static char *version = "3.5.3-7 20220223-11:25";
2929

3030
const char *acl_version(void)
3131
{

packaging/acl-libs.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define release_id 4
1+
%define release_id 7
22

33
Summary: The powerful c/c++ library
44
Name: acl-libs
@@ -47,6 +47,9 @@ rm -rf %{buildroot}
4747

4848
%changelog
4949

50+
* Wed Feb 23 2022 [email protected] 3.5.3-7-20220223.11
51+
- optimize: optimize fiber module
52+
5053
* Wed Nov 17 2021 [email protected] 3.5.3-4-20211117.11
5154
- bugfix: fixed one crash bug in http_aclient::handle_res_hdr()
5255
- optimize: add more functions in aio module

0 commit comments

Comments
 (0)