Merge branch 'gitee-master' into gitlab-upstream

This commit is contained in:
zhengshuxin 2023-06-13 10:32:59 +08:00
commit d7f0f5aa44

View File

@ -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
* Tue Jun 13 2023 shuxin.zheng shuxin.zheng@qq.com 3.6.1-4-20230613.10
- feature: add fiber_sbox2 class;
- optimize: optimize fiber_sbox class;
- bugfix: Fixed bug in acl_get_ifaddrs on windows.
* Tue Jun 06 2023 shuxin.zheng shuxin.zheng@qq.com 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;