End all ChangeLog entries with a period

This commit is contained in:
Theo Buehler 2023-08-30 04:34:15 -06:00
parent 8c6d8ec351
commit fbb21ed921

View File

@ -41,9 +41,9 @@ LibreSSL Portable Release Notes:
unintentionally. unintentionally.
- Selective removal of CET implementation on platforms where it is - Selective removal of CET implementation on platforms where it is
not supported (macOS). not supported (macOS).
- Integrated four more tests - Integrated four more tests.
- Added Windows ARM64 architecture to tested platforms - Added Windows ARM64 architecture to tested platforms.
- Removed Solaris 10 support, fixed Solaris 11 - Removed Solaris 10 support, fixed Solaris 11.
- libtls no longer links statically to libcrypto / libssl unless - libtls no longer links statically to libcrypto / libssl unless
'--enable-libtls-only' is specified at configure time. '--enable-libtls-only' is specified at configure time.
- Improved Windows compatibility library, namely handling of files vs - Improved Windows compatibility library, namely handling of files vs
@ -52,7 +52,7 @@ LibreSSL Portable Release Notes:
using flags from the CMake build type instead. using flags from the CMake build type instead.
- Set the CMake default build type to 'Release'. This can be overridden - Set the CMake default build type to 'Release'. This can be overridden
during configuration. during configuration.
- Fixed broken ASM support with MinGW builds - Fixed broken ASM support with MinGW builds.
* Internal improvements * Internal improvements
- Fixed alignment handling in SHA-512. - Fixed alignment handling in SHA-512.
- Moved the verified_chain to the correct internal struct. - Moved the verified_chain to the correct internal struct.