File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
9
9
10
10
set (TRANTOR_MAJOR_VERSION 1 )
11
11
set (TRANTOR_MINOR_VERSION 5 )
12
- set (TRANTOR_PATCH_VERSION 7 )
12
+ set (TRANTOR_PATCH_VERSION 8 )
13
13
set (TRANTOR_VERSION
14
14
${TRANTOR_MAJOR_VERSION} .${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION} )
15
15
Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
2
3
All notable changes to this project will be documented in this file.
3
4
4
5
## [ Unreleased]
5
6
7
+ ## [ 1.5.8] - 2022-11-11
8
+
9
+ ### API Changes list
10
+
11
+ ### Changed
12
+
13
+ ### Fixed
14
+
15
+ - Fix Date::timezoneOffset().
16
+
17
+ - Fix socket fd leak if Connector destruct before connection callback is made.
18
+
6
19
## [ 1.5.7] - 2022-09-25
7
20
8
21
### API changes list
@@ -401,7 +414,6 @@ All notable changes to this project will be documented in this file.
401
414
402
415
- Use the std::chrono::steady_clock for timers
403
416
404
-
405
417
## [ 1.0.0-rc7] - 2019-11-21
406
418
407
419
### Changed
@@ -430,7 +442,7 @@ All notable changes to this project will be documented in this file.
430
442
431
443
- Add the Resolver class that provides high-performance DNS functionality(with c-ares library)
432
444
- Add some unit tests.
433
-
445
+
434
446
## [ 1.0.0-rc4] - 2019-08-08
435
447
436
448
### API changes list
@@ -472,7 +484,9 @@ All notable changes to this project will be documented in this file.
472
484
473
485
## [ 1.0.0-rc1] - 2019-06-11
474
486
475
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.7...HEAD
487
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.8...HEAD
488
+
489
+ [ 1.5.8 ] : https://github.com/an-tao/trantor/compare/v1.5.7...v1.5.8
476
490
477
491
[ 1.5.7 ] : https://github.com/an-tao/trantor/compare/v1.5.6...v1.5.7
478
492
You can’t perform that action at this time.
0 commit comments