Skip to content

Commit 5d52d7a

Browse files
committed
Bump version to 1.5.15
1 parent 89d5677 commit 5d52d7a

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CMakeLists.txt

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

1313
set(TRANTOR_MAJOR_VERSION 1)
1414
set(TRANTOR_MINOR_VERSION 5)
15-
set(TRANTOR_PATCH_VERSION 14)
15+
set(TRANTOR_PATCH_VERSION 15)
1616
set(TRANTOR_VERSION
1717
${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
1818

ChangeLog.md

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

55
## [Unreleased]
66

7+
## [1.5.15] - 2023-11-27
8+
9+
### Changed
10+
11+
- Feature: Integrate spdlog as logging backend for Trantor Logger.
12+
13+
### Fixed
14+
15+
- Fix the botan backend always validating certificate and OpenSSL allowing empty ALPN.
16+
17+
- Fix build error on OpenBSD.
18+
19+
- Fix Botan leaking memory if connection force closed.
20+
21+
- Fix a cmake warning.
22+
23+
- Workaround botan backend init failure on MacOS.
24+
25+
- Fix failing wstr conversion if locale is set to C.
26+
727
## [1.5.14] - 2023-09-19
828

929
### [Fixed]
@@ -586,7 +606,9 @@ All notable changes to this project will be documented in this file.
586606

587607
## [1.0.0-rc1] - 2019-06-11
588608

589-
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.14...HEAD
609+
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.15...HEAD
610+
611+
[1.5.15]: https://github.com/an-tao/trantor/compare/v1.5.14...v1.5.15
590612

591613
[1.5.14]: https://github.com/an-tao/trantor/compare/v1.5.13...v1.5.14
592614

0 commit comments

Comments
 (0)