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/)
77
88set (TRANTOR_MAJOR_VERSION 1)
99set (TRANTOR_MINOR_VERSION 5)
10- set (TRANTOR_PATCH_VERSION 0 )
10+ set (TRANTOR_PATCH_VERSION 1 )
1111set (TRANTOR_VERSION
1212 ${TRANTOR_MAJOR_VERSION} .${TRANTOR_MINOR_VERSION} .${TRANTOR_PATCH_VERSION} )
1313
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.
33
44## [ Unreleased]
55
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+
630## [ 1.5.0] - 2021-06-18
731
832### API changes list
@@ -302,7 +326,9 @@ All notable changes to this project will be documented in this file.
302326
303327## [ 1.0.0-rc1] - 2019-06-11
304328
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
306332
307333[ 1.5.0 ] : https://github.com/an-tao/trantor/compare/v1.4.1...v1.5.0
308334
You can’t perform that action at this time.
0 commit comments