File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
7
7
8
8
set (TRANTOR_MAJOR_VERSION 1 )
9
9
set (TRANTOR_MINOR_VERSION 5 )
10
- set (TRANTOR_PATCH_VERSION 0 )
10
+ set (TRANTOR_PATCH_VERSION 1 )
11
11
set (TRANTOR_VERSION
12
12
${TRANTOR_MAJOR_VERSION} .${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION} )
13
13
Original file line number Diff line number Diff line change @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 1.5.1] - 2021-08-08
7
+
8
+ ### API changes list
9
+
10
+ ### Changed
11
+
12
+ - Fix warning C4244 in MSVC
13
+
14
+ - Disable strict compiler check on Windows with GCC
15
+
16
+ - Added support for paths containing unicode characters on Windows
17
+
18
+ - Add BUILD_DOC cmake option (doxygen)
19
+
20
+ - Use make_shared instead of shared_ptr(new)
21
+
22
+ - Detect and handle MinGW
23
+
24
+ ### Fixed
25
+
26
+ - Fix the destructor of AresResolver
27
+
28
+ - Fix memory leak in NormalResolver
29
+
6
30
## [ 1.5.0] - 2021-06-18
7
31
8
32
### API changes list
@@ -302,7 +326,9 @@ All notable changes to this project will be documented in this file.
302
326
303
327
## [ 1.0.0-rc1] - 2019-06-11
304
328
305
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.0...HEAD
329
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.1...HEAD
330
+
331
+ [ 1.5.1 ] : https://github.com/an-tao/trantor/compare/v1.5.0...v1.5.1
306
332
307
333
[ 1.5.0 ] : https://github.com/an-tao/trantor/compare/v1.4.1...v1.5.0
308
334
You can’t perform that action at this time.
0 commit comments