-
Notifications
You must be signed in to change notification settings - Fork 940
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
Jun 6, 2023
1 parent
76f02f0
commit 10c1655
Showing
12 changed files
with
54 additions
and
45 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
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,4 +1,4 @@ | ||
%define release_id 2 | ||
%define release_id 3 | ||
|
||
Summary: The powerful c/c++ library | ||
Name: acl-libs | ||
|
@@ -45,6 +45,15 @@ rm -rf %{buildroot} | |
|
||
%changelog | ||
|
||
* Tue Jun 06 2023 shuxin.zheng [email protected] 3.6.1-3-20230606.11 | ||
- bugfix: fixed some bugs in mqtt module; | ||
- bugfix: redis_client_pipeline shouldn't use stack objects in sharing stack mode; | ||
- performance: optimize redis_builder's performance for removing redis objectsx; | ||
- feature: fiber_sem using async mode; | ||
- feature: add fiber_tbox2 for transfering objects such add shared_ptr; | ||
- feature: sendmmsg/recvmmsg were hooked in fiber IO module; | ||
- feature: service templates in the mode of fiber or thread can bind wildcad addresses. | ||
|
||
* Wed Mar 22 2023 shuxin.zheng [email protected] 3.6.1-2-20230322.15 | ||
- bugfix: fixed one bug in fiber_mutex module where some resouce collision maybe happen. | ||
|
||
|