Skip to content

Commit 4f9d899

Browse files
author
zhengshuxin
committed
Release 3.6.3 version.
1 parent 8e9e7d3 commit 4f9d899

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ endif
111111
##############################################################################
112112

113113
.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
115115

116116
default: build_one acl_master
117117
help h:

lib_acl/src/init/acl_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#include "init.h"
2727

28-
static char *version = "3.6.2 20241224-11:00";
28+
static char *version = "3.6.3 20250425-15:00";
2929

3030
const char *acl_version(void)
3131
{

packaging/acl-libs.spec

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Summary: The powerful c/c++ library
44
Name: acl-libs
5-
Version: 3.6.2
5+
Version: 3.6.3
66
Release: %{release_id}
77
Group: System/Libs
88
License: LGPL3.0,IBM
@@ -45,6 +45,15 @@ rm -rf %{buildroot}
4545

4646
%changelog
4747

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+
4857
* Sat Nov 02 2024 shuxin.zheng [email protected] 3.6.2-0-20241102.10
4958
- Feature: Fiber supports io-ruing;
5059
- Feature: Fiber hooks setsockopt to improve IO timeout performance;

0 commit comments

Comments
 (0)