Skip to content

Commit 582a719

Browse files
committed
Bump version to 1.5.6
1 parent e117197 commit 582a719

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
99

1010
set(TRANTOR_MAJOR_VERSION 1)
1111
set(TRANTOR_MINOR_VERSION 5)
12-
set(TRANTOR_PATCH_VERSION 5)
12+
set(TRANTOR_PATCH_VERSION 6)
1313
set(TRANTOR_VERSION
1414
${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
1515

ChangeLog.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,38 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

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+
638
## [1.5.5] - 2022-02-19
739

840
### API changes list
@@ -412,7 +444,9 @@ All notable changes to this project will be documented in this file.
412444

413445
## [1.0.0-rc1] - 2019-06-11
414446

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
416450

417451
[1.5.5]: https://github.com/an-tao/trantor/compare/v1.5.4...v1.5.5
418452

0 commit comments

Comments
 (0)