changelog revisions

This commit is contained in:
Brent Cook 2023-11-02 04:40:43 -05:00
parent 79fe4adf48
commit 2553853c96

View File

@ -40,15 +40,17 @@ LibreSSL Portable Release Notes:
3.8.2 - Stable release 3.8.2 - Stable release
* Portable changes * Portable changes
- Fixed processor detection for CMake targets. Thanks to jiegec. - Fixed processor detection for CMake targets.
- Enabled building oscpcheck with MSVC. Thanks to FtZPetruska Thanks to @jiegec from github.
- Enabled building oscpcheck with MSVC.
Thanks to @FtZPetruska from github.
- Improve CMake package detection and installation. - Improve CMake package detection and installation.
Thanks to mark-groundctl Thanks to @mark-groundctl from github.
- Fixed assembly optimizations on x64 Windows targets - Fixed assembly optimizations on x64 Windows targets.
- Allow disabling warnings about - Allow disabling warnings about WINCRYPT overrides.
- Use system arc4random on FreeBSD 12 and newer. - Use system arc4random on FreeBSD 12 and newer.
* Documentation improvements * Documentation improvements
- Documented the RFC 3779 API - Documented the RFC 3779 API.
* Compatibility changes * Compatibility changes
- Restrict the RFC 3779 code to IPv4 and IPv6. It was not written - Restrict the RFC 3779 code to IPv4 and IPv6. It was not written
to be able to deal with anything else. to be able to deal with anything else.