diff options
author | Brent Cook <busterb@gmail.com> | 2023-11-02 04:40:43 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-11-02 04:41:13 -0500 |
commit | 2553853c969c8e718e940df7ba4afb8a4e6110ef (patch) | |
tree | 67dcda5f1057806dfb85be40faf319d097716959 | |
parent | 79fe4adf4809b0a529422cb871b974598f40e0ac (diff) | |
download | portable-3.8.2.tar.gz portable-3.8.2.tar.bz2 portable-3.8.2.zip |
changelog revisionsv3.8.2
-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. |