diff --git a/Makefile b/Makefile index 3a5a6879e..e658a5023 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ endif ############################################################################## .PHONY = check help all_lib all samples all clean install uninstall uninstall_all build_one -VERSION = 3.5.3-12 +VERSION = 3.5.3-13 default: build_one acl_master help h: diff --git a/lib_acl/src/init/acl_init.c b/lib_acl/src/init/acl_init.c index 9fba6d986..699a1d846 100644 --- a/lib_acl/src/init/acl_init.c +++ b/lib_acl/src/init/acl_init.c @@ -25,7 +25,7 @@ #include "init.h" -static char *version = "3.5.3-12 20220601-20:15"; +static char *version = "3.5.3-13 20220607-20:36"; const char *acl_version(void) { diff --git a/packaging/acl-libs.spec b/packaging/acl-libs.spec index d3632b8af..c3854b096 100644 --- a/packaging/acl-libs.spec +++ b/packaging/acl-libs.spec @@ -1,4 +1,4 @@ -%define release_id 12 +%define release_id 13 Summary: The powerful c/c++ library Name: acl-libs @@ -47,6 +47,9 @@ rm -rf %{buildroot} %changelog +* Tue Jun 07 2022 shuxin.zheng shuxin.zheng@qq.com 3.5.3-13-20220607.20 +- bugfix: fixed one urgent bug in redis_client_cluster.hpp for memory overflow. + * Wed Jun 01 2022 shuxin.zheng shuxin.zheng@qq.com 3.5.3-12-20220601.20 - optimize iocp of fiber module - fixed bugs in fiber_io.c