File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
2323
2424set (TRANTOR_MAJOR_VERSION 1)
2525set (TRANTOR_MINOR_VERSION 5)
26- set (TRANTOR_PATCH_VERSION 26 )
26+ set (TRANTOR_PATCH_VERSION 27 )
2727set (TRANTOR_VERSION ${TRANTOR_MAJOR_VERSION} .${TRANTOR_MINOR_VERSION} .${TRANTOR_PATCH_VERSION} )
2828
2929include (GNUInstallDirs )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments