Skip to content

Commit

Permalink
Release acl 3.2.0 version!
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengshuxin committed Nov 1, 2024
1 parent 60a576d commit c8debf2
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ endif
##############################################################################

.PHONY = check help all_lib all samples all clean install uninstall uninstall_all build_one
VERSION = 3.6.1-6
VERSION = 3.6.2

default: build_one acl_master
help h:
Expand Down
2 changes: 1 addition & 1 deletion harmony/api9/acl_one/oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acl_one",
"version": "1.0.0",
"version": "3.6.2",
"description": "Please describe the basic information.",
"main": "",
"author": "",
Expand Down
10 changes: 5 additions & 5 deletions lib_acl/lib_acl.rc
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,6,1,3
PRODUCTVERSION 3,6,1,3
FILEVERSION 3,6,2,0
PRODUCTVERSION 3,6,2,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -70,12 +70,12 @@ BEGIN
BEGIN
VALUE "Comments", "����Ϊ��ƽ̨��C�⣬����������ͨѶ����������ܵȹ���"
VALUE "FileDescription", "acl ��"
VALUE "FileVersion", "3.6.1.3"
VALUE "FileVersion", "3.6.2.0"
VALUE "InternalName", "lib_acl"
VALUE "LegalCopyright", "zsx (C) 2022"
VALUE "LegalCopyright", "zsx (C) 2024"
VALUE "OriginalFilename", "lib_acl.lib"
VALUE "ProductName", " acl ��"
VALUE "ProductVersion", "3, 6, 1, 3"
VALUE "ProductVersion", "3, 6, 2, 0"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions lib_acl/lib_acl_vc2017.rc
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,6,1,3
PRODUCTVERSION 3,6,1,3
FILEVERSION 3,6,2,0
PRODUCTVERSION 3,6,2,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -70,12 +70,12 @@ BEGIN
BEGIN
VALUE "Comments", "����Ϊ��ƽ̨��C�⣬����������ͨѶ����������ܵȹ���"
VALUE "FileDescription", "acl ��"
VALUE "FileVersion", "3.6.1.3"
VALUE "FileVersion", "3.6.2.0"
VALUE "InternalName", "lib_acl"
VALUE "LegalCopyright", "zsx (C) 2022"
VALUE "LegalCopyright", "zsx (C) 2024"
VALUE "OriginalFilename", "lib_acl.lib"
VALUE "ProductName", " acl ��"
VALUE "ProductVersion", "3, 6, 1, 3"
VALUE "ProductVersion", "3, 6, 2, 0"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions lib_acl/lib_acl_vc2019.rc
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,6,1,3
PRODUCTVERSION 3,6,1,3
FILEVERSION 3,6,2,0
PRODUCTVERSION 3,6,2,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -70,12 +70,12 @@ BEGIN
BEGIN
VALUE "Comments", "����Ϊ��ƽ̨��C�⣬����������ͨѶ����������ܵȹ���"
VALUE "FileDescription", "acl ��"
VALUE "FileVersion", "3.6.1.3"
VALUE "FileVersion", "3.6.2.0"
VALUE "InternalName", "lib_acl"
VALUE "LegalCopyright", "zsx (C) 2022"
VALUE "LegalCopyright", "zsx (C) 2024"
VALUE "OriginalFilename", "lib_acl.lib"
VALUE "ProductName", " acl ��"
VALUE "ProductVersion", "3, 6, 1, 3"
VALUE "ProductVersion", "3, 6, 2, 0"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions lib_acl/lib_acl_vc2022.rc
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,6,1,3
PRODUCTVERSION 3,6,1,3
FILEVERSION 3,6,2,0
PRODUCTVERSION 3,6,2,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -70,12 +70,12 @@ BEGIN
BEGIN
VALUE "Comments", "����Ϊ��ƽ̨��C�⣬����������ͨѶ����������ܵȹ���"
VALUE "FileDescription", "acl ��"
VALUE "FileVersion", "3.6.1.3"
VALUE "FileVersion", "3.6.2.0"
VALUE "InternalName", "lib_acl"
VALUE "LegalCopyright", "zsx (C) 2022"
VALUE "LegalCopyright", "zsx (C) 2024"
VALUE "OriginalFilename", "lib_acl.lib"
VALUE "ProductName", " acl ��"
VALUE "ProductVersion", "3, 6, 1, 3"
VALUE "ProductVersion", "3, 6, 2, 0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion lib_acl/src/init/acl_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#include "init.h"

static char *version = "3.6.1-6 20241028-13:45";
static char *version = "3.6.2 20241031-18:00";

const char *acl_version(void)
{
Expand Down
5 changes: 4 additions & 1 deletion lib_fiber/c/src/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@

#define STRDUP strdup
#define GETPID getpid
#define USE_FSTAT_CHECKFD

// xxx: Don't use fstat to check fd's type, because in CentOS7.2, this maybe
// make the OpenSSL blocked by mutex, and the reason hasn't been got yet.
//#define USE_FSTAT_CHECKFD

#elif defined(SYS_WIN)

Expand Down
14 changes: 12 additions & 2 deletions packaging/acl-libs.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%define release_id 6
%define release_id 0

Summary: The powerful c/c++ library
Name: acl-libs
Version: 3.6.1
Version: 3.6.2
Release: %{release_id}
Group: System/Libs
License: LGPL3.0,IBM
Expand Down Expand Up @@ -45,6 +45,16 @@ rm -rf %{buildroot}

%changelog

* Sat Nov 02 2024 shuxin.zheng shuxin.zheng@qq.com 3.6.2-0-20241102.10
- Feature: Fiber supports io-ruing;
- Feature: Fiber hooks setsockopt to improve IO timeout performance;
- Feature: Fiber supports Qt-UI on windows;
- Feature: Acl supports vc2022 on windows;
- Feature: Acl supports HarmonyOS;
- Feature: Acl supports being built by COSMOCC;
- Optimize: Connection pool has been optimized very much;
- More small features been added and more bugs been corrected.

* Fri Oct 20 2023 shuxin.zheng shuxin.zheng@qq.com 3.6.1-6-20231020.18
- feature: Add support for udp multicast;
- bugfix: Fixed one dead loop bugin mqtt_connect.cpp;
Expand Down

0 comments on commit c8debf2

Please sign in to comment.