From 79e1ffc59aa1b9c8226c2988fe2e1185e97cd795 Mon Sep 17 00:00:00 2001 From: antao Date: Sat, 20 Jul 2024 23:23:46 +0800 Subject: [PATCH] Bump version to 1.5.20 --- CMakeLists.txt | 2 +- ChangeLog.md | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d8c8ccab..b65f55a4 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/) set(TRANTOR_MAJOR_VERSION 1) set(TRANTOR_MINOR_VERSION 5) -set(TRANTOR_PATCH_VERSION 19) +set(TRANTOR_PATCH_VERSION 20) set(TRANTOR_VERSION ${TRANTOR_MAJOR_VERSION}.${TRANTOR_MINOR_VERSION}.${TRANTOR_PATCH_VERSION}) include(GNUInstallDirs) diff --git a/ChangeLog.md b/ChangeLog.md index 6fe36719..c7581358 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.5.20] - 2024-07-20 + +### Changed + +- Add byte order detection for internal SHA1 implementation for OSX, POWER, RISC-V and s390. + +### Fixed + +- Fix Windows CI build fail by using the latest MSVC. + +- Fix the Botan TLS provider build on Linux. + +- Fix "pthread not found" build error when using Android NDK. + ## [1.5.19] - 2024-06-08 ### changed @@ -654,7 +668,9 @@ All notable changes to this project will be documented in this file. ## [1.0.0-rc1] - 2019-06-11 -[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.19...HEAD +[Unreleased]: https://github.com/an-tao/trantor/compare/v1.5.20...HEAD + +[1.5.20]: https://github.com/an-tao/trantor/compare/v1.5.19...v1.5.20 [1.5.19]: https://github.com/an-tao/trantor/compare/v1.5.18...v1.5.19