File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
8
8
9
9
set (TRANTOR_MAJOR_VERSION 1 )
10
10
set (TRANTOR_MINOR_VERSION 5 )
11
- set (TRANTOR_PATCH_VERSION 3 )
11
+ set (TRANTOR_PATCH_VERSION 4 )
12
12
set (TRANTOR_VERSION
13
13
${TRANTOR_MAJOR_VERSION} .${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION} )
14
14
Original file line number Diff line number Diff line change @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 1.5.4] - 2021-12-10
7
+
8
+ ### API changes list
9
+
10
+ ### Changed
11
+
12
+ - Correctly handle the error of the getaddrinfo function
13
+
14
+ ### Fixed
15
+
16
+ - Fix the error when sending partial files
17
+
6
18
## [ 1.5.3] - 2021-11-28
7
19
8
20
### API changes list
@@ -378,7 +390,9 @@ All notable changes to this project will be documented in this file.
378
390
379
391
## [ 1.0.0-rc1] - 2019-06-11
380
392
381
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.3...HEAD
393
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.4...HEAD
394
+
395
+ [ 1.5.4 ] : https://github.com/an-tao/trantor/compare/v1.5.3...v1.5.4
382
396
383
397
[ 1.5.3 ] : https://github.com/an-tao/trantor/compare/v1.5.2...v1.5.3
384
398
You can’t perform that action at this time.
0 commit comments