File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff 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
114114default : build_one acl_master
115115help h :
Original file line number Diff line number Diff line change 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
3030const char * acl_version (void )
3131{
Original file line number Diff line number Diff line change 1- %define release_id 3
1+ %define release_id 4
22
33Summary: The powerful c/c++ library
44Name: 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
You can’t perform that action at this time.
0 commit comments