diff options
author | Brent Cook <bcook@openbsd.org> | 2016-03-21 04:47:24 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2016-03-21 21:56:24 -0500 |
commit | 3b3f213ca5cfca82e6fb942e20c63e873863f865 (patch) | |
tree | 51424d66d7fd1980765f59db032b908a8e03216d | |
parent | 4b5daaaf444347322815a9e37ea059c55b7014e2 (diff) | |
download | portable-3b3f213ca5cfca82e6fb942e20c63e873863f865.tar.gz portable-3b3f213ca5cfca82e6fb942e20c63e873863f865.tar.bz2 portable-3b3f213ca5cfca82e6fb942e20c63e873863f865.zip |
updated changelog
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -28,6 +28,24 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 2.3.3 - OpenBSD 5.9 release branch tagged | ||
32 | |||
33 | * Reworked build scripts to better sync with OpenNTPD-portable | ||
34 | |||
35 | * Fixed broken manpage links | ||
36 | |||
37 | * Added 'install_sw' make alias for software expecting this to exist, | ||
38 | e.g. nginx | ||
39 | |||
40 | * Fixed HP-UX builds | ||
41 | |||
42 | * Set OPENSSLDIR to c:\LibreSSL\ssl on Windows binary builds | ||
43 | |||
44 | * Remove SSLv3 from more documentation | ||
45 | |||
46 | * cert.pem has been reorganized and synced with Mozilla's certificate | ||
47 | store. | ||
48 | |||
31 | 2.3.2 - Compatibility and Reliability fixes | 49 | 2.3.2 - Compatibility and Reliability fixes |
32 | 50 | ||
33 | * Changed format of LIBRESSL_VERSION_NUMBER to match that of | 51 | * Changed format of LIBRESSL_VERSION_NUMBER to match that of |