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:40:43 -0500 |
commit | ef426bf06bdad2148bea54cab5d6a74179ec38eb (patch) | |
tree | 5e16e9e9b8a6776493d1ca747e6e6d5732abe992 | |
parent | c539117be944e2f234f016d5562e133715719d3d (diff) | |
download | portable-ef426bf06bdad2148bea54cab5d6a74179ec38eb.tar.gz portable-ef426bf06bdad2148bea54cab5d6a74179ec38eb.tar.bz2 portable-ef426bf06bdad2148bea54cab5d6a74179ec38eb.zip |
changelog revisions
-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. |