-
Notifications
You must be signed in to change notification settings - Fork 935
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
Jan 19, 2023
1 parent
8d719cb
commit ced1d28
Showing
3 changed files
with
8 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
%define release_id 3 | ||
%define release_id 4 | ||
|
||
Summary: The powerful c/c++ library | ||
Name: acl-libs | ||
|
@@ -45,6 +45,11 @@ rm -rf %{buildroot} | |
|
||
%changelog | ||
|
||
* Thu Jan 19 2023 shuxin.zheng [email protected] 3.6.0-4-20230119.15 | ||
- feature: add fiber's stack backtrace | ||
- feature: add fiber mutex dead lock checking | ||
- feature: hook fcntl API on Linux for Rust user | ||
|
||
* Thu Dec 29 2022 shuxin.zheng [email protected] 3.6.0-3-20221229.17 | ||
- optimize: use AVL to handle the global timer to improve the timer's performance | ||
- optimize: fiber_cond use the global timer module | ||
|