File tree Expand file tree Collapse file tree 2 files changed +36
-2
lines changed Expand file tree Collapse file tree 2 files changed +36
-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 5 )
12
+ set (TRANTOR_PATCH_VERSION 6 )
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,38 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 1.5.6] - 2022-07-09
7
+
8
+ ### API changes list
9
+
10
+ - Add support for sending data streams via callback.
11
+
12
+ - Added mTLS support.
13
+
14
+ ### Changed
15
+
16
+ - Make MsgBuffer constructor explicit.
17
+
18
+ - Always queue connectDestroyed() in loop.
19
+
20
+ - Stop calling abort() in runtime.
21
+
22
+ - Give EventLoopThread::loop_ static lifetime.
23
+
24
+ - Optimization SSL name matching.
25
+
26
+ - Clarify SSL error message.
27
+
28
+ - Rename BUILD_TRANTOR_SHARED to BUILD_SHARED_LIBS.
29
+
30
+ ### Fixed
31
+
32
+ - Fix tolower with sanitizer cfi
33
+
34
+ - include <pthread_np.h> unconditionally on freebsd
35
+
36
+ - Fix thread sanitizer.
37
+
6
38
## [ 1.5.5] - 2022-02-19
7
39
8
40
### API changes list
@@ -412,7 +444,9 @@ All notable changes to this project will be documented in this file.
412
444
413
445
## [ 1.0.0-rc1] - 2019-06-11
414
446
415
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.5...HEAD
447
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.5.6...HEAD
448
+
449
+ [ 1.5.6 ] : https://github.com/an-tao/trantor/compare/v1.5.5...v1.5.6
416
450
417
451
[ 1.5.5 ] : https://github.com/an-tao/trantor/compare/v1.5.4...v1.5.5
418
452
You can’t perform that action at this time.
0 commit comments