Skip to content

Commit ced1d28

Browse files
author
zhengshuxin
committed
Release 3.6.0-4 version.
1 parent 8d719cb commit ced1d28

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ endif
109109
##############################################################################
110110

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

114114
default: build_one acl_master
115115
help h:

lib_acl/src/init/acl_init.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#include "init.h"
2727

28-
static char *version = "3.6.0-3 20221229-17:30";
28+
static char *version = "3.6.0-4 20230119-15:20";
2929

3030
const char *acl_version(void)
3131
{

packaging/acl-libs.spec

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define release_id 3
1+
%define release_id 4
22

33
Summary: The powerful c/c++ library
44
Name: acl-libs
@@ -45,6 +45,11 @@ rm -rf %{buildroot}
4545

4646
%changelog
4747

48+
* Thu Jan 19 2023 shuxin.zheng [email protected] 3.6.0-4-20230119.15
49+
- feature: add fiber's stack backtrace
50+
- feature: add fiber mutex dead lock checking
51+
- feature: hook fcntl API on Linux for Rust user
52+
4853
* Thu Dec 29 2022 shuxin.zheng [email protected] 3.6.0-3-20221229.17
4954
- optimize: use AVL to handle the global timer to improve the timer's performance
5055
- optimize: fiber_cond use the global timer module

0 commit comments

Comments
 (0)