-
Notifications
You must be signed in to change notification settings - Fork 938
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
zhengshuxin
committed
Nov 1, 2024
1 parent
60a576d
commit c8debf2
Showing
9 changed files
with
39 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -45,6 +45,16 @@ rm -rf %{buildroot} | |
|
||
%changelog | ||
|
||
* Sat Nov 02 2024 shuxin.zheng [email protected] 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 [email protected] 3.6.1-6-20231020.18 | ||
- feature: Add support for udp multicast; | ||
- bugfix: Fixed one dead loop bugin mqtt_connect.cpp; | ||
|