Skip to content

Commit 40462ab

Browse files
zsxxszzsxxsz
authored andcommitted
Release acl3.6.6 version.
1 parent 6423fab commit 40462ab

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

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.4
114+
VERSION = 3.6.6
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.5 20251226-09:50";
28+
static char *version = "3.6.6 20260309-20:46";
2929

3030
const char *acl_version(void)
3131
{

packaging/acl-libs.spec

Lines changed: 7 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.4
5+
Version: 3.6.6
66
Release: %{release_id}
77
Group: System/Libs
88
License: LGPL3.0,IBM
@@ -45,6 +45,12 @@ rm -rf %{buildroot}
4545

4646
%changelog
4747

48+
* Mon Mar 09 2026 shuxin.zheng shuxin.zheng@qq.com 3.6.6-0-20260309.20
49+
- Bugfix: Fixed bugs that the thread's local memory not freed after thread exit in fiber;
50+
- Feature: Add kqueue.c to hook kqueue API in fiber moduel for macOS/BSD;
51+
- Optimize: One epoll can be waited by multiple fibers;
52+
- Comments: Change to English from Chinese in header.
53+
4854
* Sat Jul 26 2025 shuxin.zheng shuxin.zheng@qq.com 3.6.4-0-20250726.12
4955
- Bugfix: Fixed bugs in fiber mutex module;
5056
- Feature: Add SSL for redis_client_pipeline.

0 commit comments

Comments
 (0)