We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe52cf commit ec1d505Copy full SHA for ec1d505
lib_acl/src/init/acl_init.c
@@ -25,7 +25,7 @@
25
26
#include "init.h"
27
28
-static char *version = "3.5.3-7 20220211-10:40";
+static char *version = "3.5.3-7 20220223-11:25";
29
30
const char *acl_version(void)
31
{
packaging/acl-libs.spec
@@ -1,4 +1,4 @@
1
-%define release_id 4
+%define release_id 7
2
3
Summary: The powerful c/c++ library
4
Name: acl-libs
@@ -47,6 +47,9 @@ rm -rf %{buildroot}
47
48
%changelog
49
50
+* Wed Feb 23 2022 [email protected] 3.5.3-7-20220223.11
51
+- optimize: optimize fiber module
52
+
53
* Wed Nov 17 2021 [email protected] 3.5.3-4-20211117.11
54
- bugfix: fixed one crash bug in http_aclient::handle_res_hdr()
55
- optimize: add more functions in aio module
0 commit comments