diff options
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -40,15 +40,17 @@ LibreSSL Portable Release Notes: | |||
40 | 3.8.2 - Stable release | 40 | 3.8.2 - Stable release |
41 | 41 | ||
42 | * Portable changes | 42 | * Portable changes |
43 | - Fixed processor detection for CMake targets. Thanks to jiegec. | 43 | - Fixed processor detection for CMake targets. |
44 | - Enabled building oscpcheck with MSVC. Thanks to FtZPetruska | 44 | Thanks to @jiegec from github. |
45 | - Enabled building oscpcheck with MSVC. | ||
46 | Thanks to @FtZPetruska from github. | ||
45 | - Improve CMake package detection and installation. | 47 | - Improve CMake package detection and installation. |
46 | Thanks to mark-groundctl | 48 | Thanks to @mark-groundctl from github. |
47 | - Fixed assembly optimizations on x64 Windows targets | 49 | - Fixed assembly optimizations on x64 Windows targets. |
48 | - Allow disabling warnings about | 50 | - Allow disabling warnings about WINCRYPT overrides. |
49 | - Use system arc4random on FreeBSD 12 and newer. | 51 | - Use system arc4random on FreeBSD 12 and newer. |
50 | * Documentation improvements | 52 | * Documentation improvements |
51 | - Documented the RFC 3779 API | 53 | - Documented the RFC 3779 API. |
52 | * Compatibility changes | 54 | * Compatibility changes |
53 | - Restrict the RFC 3779 code to IPv4 and IPv6. It was not written | 55 | - Restrict the RFC 3779 code to IPv4 and IPv6. It was not written |
54 | to be able to deal with anything else. | 56 | to be able to deal with anything else. |