Skip to content

Commit

Permalink
release acl 3.5.3-0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengshuxin committed Jun 24, 2021
1 parent 2cecabe commit 7e72a9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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.2-1 20210621";
static char *version = "3.5.3-0 20210624";

const char *acl_version(void)
{
Expand Down
7 changes: 6 additions & 1 deletion packaging/acl-libs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Summary: The powerful c/c++ library
Name: acl-libs
Version: 3.5.2
Version: 3.5.3
Release: %{release_id}
Group: System/Libs
License: IBM
Expand Down Expand Up @@ -46,6 +46,11 @@ rm -rf %{buildroot}

%changelog

* Thu Jun 24 2021 [email protected] 3.5.3-0-20210624.16
- feature: mqtt module has been proved ok
- optimize dns module for supporting IPV6, etc
- fixed some bugs

* Mon Jan 11 2021 [email protected] 3.5.2-0-20210111.18
- feature: redis module has supported pipeline with very high performance!

Expand Down

0 comments on commit 7e72a9a

Please sign in to comment.