Skip to content

Commit e5d4448

Browse files
committed
Bump version to 1.5.27
1 parent dee4091 commit e5d4448

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

CMakeLists.txt

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

2424
set(TRANTOR_MAJOR_VERSION 1)
2525
set(TRANTOR_MINOR_VERSION 5)
26-
set(TRANTOR_PATCH_VERSION 26)
26+
set(TRANTOR_PATCH_VERSION 27)
2727
set(TRANTOR_VERSION ${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
2828

2929
include(GNUInstallDirs)

ChangeLog.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.5.27] - 2026-05-06
8+
9+
### Changed
10+
11+
- Add automatic SSL.
12+
13+
- Add getter for `TcpConnection::closeCallback_`.
14+
15+
- Remove spurious executable permissions from non-script sources.
16+
17+
### Fixed
18+
19+
- Fix `TRANTOR_USE_TLS` cache setting in CMake.
20+
21+
- Fix TLS implementation quirks.
22+
23+
- Fix server-side mTLS client certificate hostname validation.
24+
725
## [1.5.26] - 2026-01-26
826

927
### Changed
@@ -742,7 +760,9 @@ All notable changes to this project will be documented in this file.
742760

743761
## [1.0.0-rc1] - 2019-06-11
744762

745-
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.26...HEAD
763+
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.27...HEAD
764+
765+
[1.5.27]: https://github.com/an-tao/trantor/compare/v1.5.26...v1.5.27
746766

747767
[1.5.26]: https://github.com/an-tao/trantor/compare/v1.5.25...v1.5.26
748768

0 commit comments

Comments
 (0)