Release 3.6.1-6 rpm package.

This commit is contained in:
zhengshuxin 2023-10-20 18:15:39 +08:00
parent 0811adc58d
commit de715fa70d

View File

@ -1,4 +1,4 @@
%define release_id 5
%define release_id 6
Summary: The powerful c/c++ library
Name: acl-libs
@ -45,6 +45,14 @@ rm -rf %{buildroot}
%changelog
* 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;
- workaroud: Add prefix on avl API to avoid API conlision;
- optimize: Optimize acl_htable module;
- feature: Add some supports for c++11/c++17;
- feature: Add proc_pidpath() on MacOS.
* 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;