We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0811adc commit de715faCopy full SHA for de715fa
packaging/acl-libs.spec
@@ -1,4 +1,4 @@
1
-%define release_id 5
+%define release_id 6
2
3
Summary: The powerful c/c++ library
4
Name: acl-libs
@@ -45,6 +45,14 @@ rm -rf %{buildroot}
45
46
%changelog
47
48
+* Fri Oct 20 2023 shuxin.zheng [email protected] 3.6.1-6-20231020.18
49
+- feature: Add support for udp multicast;
50
+- bugfix: Fixed one dead loop bugin mqtt_connect.cpp;
51
+- workaroud: Add prefix on avl API to avoid API conlision;
52
+- optimize: Optimize acl_htable module;
53
+- feature: Add some supports for c++11/c++17;
54
+- feature: Add proc_pidpath() on MacOS.
55
+
56
* Tue Jun 13 2023 shuxin.zheng [email protected] 3.6.1-4-20230613.10
57
- feature: add fiber_sbox2 class;
58
- optimize: optimize fiber_sbox class;
0 commit comments