Skip to content

Commit

Permalink
release new version for one urgent bug fixed in redis_client_pipeline…
Browse files Browse the repository at this point in the history
….hpp.
  • Loading branch information
zhengshuxin committed Jun 7, 2022
1 parent 171777c commit 6607698
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lib_acl/src/init/acl_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
5 changes: 4 additions & 1 deletion packaging/acl-libs.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%define release_id 12
%define release_id 13

Summary: The powerful c/c++ library
Name: acl-libs
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6607698

Please sign in to comment.