File tree Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Expand file tree Collapse file tree 2 files changed +32
-2
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 6 )
12
+ set (TRANTOR_PATCH_VERSION 7 )
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 @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 1.5.7] - 2022-09-25
7
+
8
+ ### API changes list
9
+
10
+ - Add utc methods for trantor::Date.
11
+
12
+ ### Changed
13
+
14
+ - Remove an unnecessary semi-colon.
15
+
16
+ - Added support for Solaris.
17
+
18
+ - Define ssize_t as std::intptr_t on Windows.
19
+
20
+ - Add an environment without openssl to github actions.
21
+
22
+ - Added SSL Error Trace Log and mTLS Samples.
23
+
24
+ - Use LOG_TRACE instead of LOG_DEBUG.
25
+
26
+ ### Fixed
27
+
28
+ - Fix a race condition.
29
+
30
+ - Fix iterator invalidation bug when stopping TCP server.
31
+
32
+ - Partial fix of exception safety in the event loop.
33
+
6
34
## [ 1.5.6] - 2022-07-09
7
35
8
36
### API changes list
@@ -444,7 +472,9 @@ All notable changes to this project will be documented in this file.
444
472
445
473
## [ 1.0.0-rc1] - 2019-06-11
446
474
447
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.6...HEAD
475
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.7...HEAD
476
+
477
+ [ 1.5.7 ] : https://github.com/an-tao/trantor/compare/v1.5.6...v1.5.7
448
478
449
479
[ 1.5.6 ] : https://github.com/an-tao/trantor/compare/v1.5.5...v1.5.6
450
480
You can’t perform that action at this time.
0 commit comments