diff options
author | Theo Buehler <tb@openbsd.org> | 2023-08-30 04:34:15 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-08-30 04:34:15 -0600 |
commit | fbb21ed9212be4032f7fd60f58beb8d7e20235d9 (patch) | |
tree | 4d3d73a036b0cd3ef6f092b24167d8971c7ddef2 | |
parent | 8c6d8ec351210f5f11b37bf2e4351bc4e3576aab (diff) | |
download | portable-fbb21ed9212be4032f7fd60f58beb8d7e20235d9.tar.gz portable-fbb21ed9212be4032f7fd60f58beb8d7e20235d9.tar.bz2 portable-fbb21ed9212be4032f7fd60f58beb8d7e20235d9.zip |
End all ChangeLog entries with a periodv3.8.1
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -41,9 +41,9 @@ LibreSSL Portable Release Notes: | |||
41 | unintentionally. | 41 | unintentionally. |
42 | - Selective removal of CET implementation on platforms where it is | 42 | - Selective removal of CET implementation on platforms where it is |
43 | not supported (macOS). | 43 | not supported (macOS). |
44 | - Integrated four more tests | 44 | - Integrated four more tests. |
45 | - Added Windows ARM64 architecture to tested platforms | 45 | - Added Windows ARM64 architecture to tested platforms. |
46 | - Removed Solaris 10 support, fixed Solaris 11 | 46 | - Removed Solaris 10 support, fixed Solaris 11. |
47 | - libtls no longer links statically to libcrypto / libssl unless | 47 | - libtls no longer links statically to libcrypto / libssl unless |
48 | '--enable-libtls-only' is specified at configure time. | 48 | '--enable-libtls-only' is specified at configure time. |
49 | - Improved Windows compatibility library, namely handling of files vs | 49 | - Improved Windows compatibility library, namely handling of files vs |
@@ -52,7 +52,7 @@ LibreSSL Portable Release Notes: | |||
52 | using flags from the CMake build type instead. | 52 | using flags from the CMake build type instead. |
53 | - Set the CMake default build type to 'Release'. This can be overridden | 53 | - Set the CMake default build type to 'Release'. This can be overridden |
54 | during configuration. | 54 | during configuration. |
55 | - Fixed broken ASM support with MinGW builds | 55 | - Fixed broken ASM support with MinGW builds. |
56 | * Internal improvements | 56 | * Internal improvements |
57 | - Fixed alignment handling in SHA-512. | 57 | - Fixed alignment handling in SHA-512. |
58 | - Moved the verified_chain to the correct internal struct. | 58 | - Moved the verified_chain to the correct internal struct. |