Skip to content

Commit 6607698

Browse files
author
zhengshuxin
committed
release new version for one urgent bug fixed in redis_client_pipeline.hpp.
1 parent 171777c commit 6607698

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ endif
8282
##############################################################################
8383

8484
.PHONY = check help all_lib all samples all clean install uninstall uninstall_all build_one
85-
VERSION = 3.5.3-12
85+
VERSION = 3.5.3-13
8686

8787
default: build_one acl_master
8888
help h:

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-12 20220601-20:15";
28+
static char *version = "3.5.3-13 20220607-20:36";
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 12
1+
%define release_id 13
22

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

4848
%changelog
4949

50+
* Tue Jun 07 2022 shuxin.zheng [email protected] 3.5.3-13-20220607.20
51+
- bugfix: fixed one urgent bug in redis_client_cluster.hpp for memory overflow.
52+
5053
* Wed Jun 01 2022 shuxin.zheng [email protected] 3.5.3-12-20220601.20
5154
- optimize iocp of fiber module
5255
- fixed bugs in fiber_io.c

0 commit comments

Comments
 (0)