Skip to content

Commit

Permalink
Release 3.6.0-4 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengshuxin committed Jan 19, 2023
1 parent 8d719cb commit ced1d28
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ endif
##############################################################################

.PHONY = check help all_lib all samples all clean install uninstall uninstall_all build_one
VERSION = 3.6.0-3
VERSION = 3.6.0-4

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.6.0-3 20221229-17:30";
static char *version = "3.6.0-4 20230119-15:20";

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
@@ -1,4 +1,4 @@
%define release_id 3
%define release_id 4

Summary: The powerful c/c++ library
Name: acl-libs
Expand Down Expand Up @@ -45,6 +45,11 @@ rm -rf %{buildroot}

%changelog

* Thu Jan 19 2023 shuxin.zheng [email protected] 3.6.0-4-20230119.15
- feature: add fiber's stack backtrace
- feature: add fiber mutex dead lock checking
- feature: hook fcntl API on Linux for Rust user

* Thu Dec 29 2022 shuxin.zheng [email protected] 3.6.0-3-20221229.17
- optimize: use AVL to handle the global timer to improve the timer's performance
- optimize: fiber_cond use the global timer module
Expand Down

0 comments on commit ced1d28

Please sign in to comment.