We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46237e7 commit aa863f3Copy full SHA for aa863f3
Changelist-3.x.md
@@ -1,3 +1,17 @@
1
+
2
+# v3.0.14 20230307
3
+### en
4
+- Fix: tars2node to avoid warning
5
+- Fix: possible memory leaks
6
+- Feat: log add prefix
7
+- Feat: add tc_split
8
9
+### cn
10
+- 修复: tars2node to avoid warning
11
+- 修复: 可能的内存泄漏
12
+- 特性: 日志增加前缀
13
+- 特性: 添加tc_split
14
15
# v3.0.13 20221117
16
### en
17
- Fix: TC_Port::getSystemMemInfo not close fd bug
cmake/Common.cmake
@@ -1,6 +1,6 @@
-set(TARS_VERSION "3.0.13")
+set(TARS_VERSION "3.0.14")
add_definitions(-DTARS_VERSION="${TARS_VERSION}")
set(CMAKE_VERBOSE_MAKEFILE off)
0 commit comments