Skip to content

Commit 79e1ffc

Browse files
committed
Bump version to 1.5.20
1 parent 41191f1 commit 79e1ffc

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
1414

1515
set(TRANTOR_MAJOR_VERSION 1)
1616
set(TRANTOR_MINOR_VERSION 5)
17-
set(TRANTOR_PATCH_VERSION 19)
17+
set(TRANTOR_PATCH_VERSION 20)
1818
set(TRANTOR_VERSION ${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION})
1919

2020
include(GNUInstallDirs)

ChangeLog.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.5.20] - 2024-07-20
8+
9+
### Changed
10+
11+
- Add byte order detection for internal SHA1 implementation for OSX, POWER, RISC-V and s390.
12+
13+
### Fixed
14+
15+
- Fix Windows CI build fail by using the latest MSVC.
16+
17+
- Fix the Botan TLS provider build on Linux.
18+
19+
- Fix "pthread not found" build error when using Android NDK.
20+
721
## [1.5.19] - 2024-06-08
822

923
### changed
@@ -654,7 +668,9 @@ All notable changes to this project will be documented in this file.
654668

655669
## [1.0.0-rc1] - 2019-06-11
656670

657-
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.19...HEAD
671+
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.20...HEAD
672+
673+
[1.5.20]: https://github.com/an-tao/trantor/compare/v1.5.19...v1.5.20
658674

659675
[1.5.19]: https://github.com/an-tao/trantor/compare/v1.5.18...v1.5.19
660676

0 commit comments

Comments
 (0)