File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ endif
111
111
# #############################################################################
112
112
113
113
.PHONY = check help all_lib all samples all clean install uninstall uninstall_all build_one
114
- VERSION = 3.6.2
114
+ VERSION = 3.6.3
115
115
116
116
default : build_one acl_master
117
117
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.2 20241224-11 :00" ;
28
+ static char * version = "3.6.3 20250425-15 :00" ;
29
29
30
30
const char * acl_version (void )
31
31
{
Original file line number Diff line number Diff line change 2
2
3
3
Summary: The powerful c/c++ library
4
4
Name: acl-libs
5
- Version: 3.6.2
5
+ Version: 3.6.3
6
6
Release: %{release_id }
7
7
Group: System/Libs
8
8
License: LGPL3.0,IBM
@@ -45,6 +45,15 @@ rm -rf %{buildroot}
45
45
46
46
%changelog
47
47
48
+ *
Fri Apr 25 2025 shuxin.zheng [email protected] 3.6.3-0-20250425.15
49
+ - Feature: Add fiber pool module;
50
+ - Feature: Support DMA IO;
51
+ - Feature: Support Arm64ec for Windows;
52
+ - Optimize: Optimize hooked epoll module in fiber mode;
53
+ - Optimize: Optimize fiber sem;
54
+ - Optimize: Optimize support c++11;
55
+ - Bugfix: Fiexed bugs in fiber_mutex & fiber_cond.
56
+
48
57
*
Sat Nov 02 2024 shuxin.zheng [email protected] 3.6.2-0-20241102.10
49
58
- Feature: Fiber supports io-ruing;
50
59
- Feature: Fiber hooks setsockopt to improve IO timeout performance;
You can’t perform that action at this time.
0 commit comments