File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.70.2 (2023-11-21)
4
+
5
+ - Fix memory leak by incorrect usage of ` curl_formfree ` .
6
+
3
7
## 0.70.1 (2023-08-23)
4
8
5
9
- Add ` CreateLogEntries ` API support for uploading structured log entries with attachments.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set( CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE )
19
19
# make sure to change the version in docs/Makefile
20
20
set (MUJINCLIENT_VERSION_MAJOR 0 )
21
21
set (MUJINCLIENT_VERSION_MINOR 70 )
22
- set (MUJINCLIENT_VERSION_PATCH 1 )
22
+ set (MUJINCLIENT_VERSION_PATCH 2 )
23
23
set (MUJINCLIENT_VERSION ${MUJINCLIENT_VERSION_MAJOR} .${MUJINCLIENT_VERSION_MINOR}.${MUJINCLIENT_VERSION_PATCH} )
24
24
set (MUJINCLIENT_SOVERSION ${MUJINCLIENT_VERSION_MAJOR} .${MUJINCLIENT_VERSION_MINOR} )
25
25
set (CLIENT_SOVERSION ${MUJINCLIENT_VERSION_MAJOR} .${MUJINCLIENT_VERSION_MINOR} )
You can’t perform that action at this time.
0 commit comments