File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake_modules/)
14
14
15
15
set (TRANTOR_MAJOR_VERSION 1)
16
16
set (TRANTOR_MINOR_VERSION 5)
17
- set (TRANTOR_PATCH_VERSION 19 )
17
+ set (TRANTOR_PATCH_VERSION 20 )
18
18
set (TRANTOR_VERSION ${TRANTOR_MAJOR_VERSION} .${TRANTOR_MINOR_VERSION} .${TRANTOR_PATCH_VERSION} )
19
19
20
20
include (GNUInstallDirs)
Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
6
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
+
7
21
## [ 1.5.19] - 2024-06-08
8
22
9
23
### changed
@@ -654,7 +668,9 @@ All notable changes to this project will be documented in this file.
654
668
655
669
## [ 1.0.0-rc1] - 2019-06-11
656
670
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
658
674
659
675
[ 1.5.19 ] : https://github.com/an-tao/trantor/compare/v1.5.18...v1.5.19
660
676
You can’t perform that action at this time.
0 commit comments