File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ endif
109
109
# #############################################################################
110
110
111
111
.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
113
113
114
114
default : build_one acl_master
115
115
help h :
Original file line number Diff line number Diff line change 25
25
26
26
#include "init.h"
27
27
28
- static char * version = "3.6.0-3 20221229-17:30 " ;
28
+ static char * version = "3.6.0-4 20230119-15:20 " ;
29
29
30
30
const char * acl_version (void )
31
31
{
Original file line number Diff line number Diff line change 1
- %define release_id 3
1
+ %define release_id 4
2
2
3
3
Summary: The powerful c/c++ library
4
4
Name: acl-libs
@@ -45,6 +45,11 @@ rm -rf %{buildroot}
45
45
46
46
%changelog
47
47
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
+
48
53
*
Thu Dec 29 2022 shuxin.zheng [email protected] 3.6.0-3-20221229.17
49
54
- optimize: use AVL to handle the global timer to improve the timer's performance
50
55
- optimize: fiber_cond use the global timer module
You can’t perform that action at this time.
0 commit comments