diff options
author | Brent Cook <bcook@openbsd.org> | 2018-03-25 22:31:14 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-03-25 22:32:00 -0500 |
commit | a98f8a3a13e7e9e2f640e0987085d5b971bf8510 (patch) | |
tree | cb39d0f03896ac5aa655e9a1e39511513348fd1a | |
parent | 55c0cacca0fe675a15389dc175088528a5d2cd00 (diff) | |
download | portable-a98f8a3a13e7e9e2f640e0987085d5b971bf8510.tar.gz portable-a98f8a3a13e7e9e2f640e0987085d5b971bf8510.tar.bz2 portable-a98f8a3a13e7e9e2f640e0987085d5b971bf8510.zip |
update changelog
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -28,6 +28,14 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 2.7.2 - Stable release | ||
32 | |||
33 | * Updated and added extensive new HISTORY sections to API manuals. | ||
34 | |||
35 | * Added support for shared library builds with CMake on all supported | ||
36 | platforms. Note that some of the CMake options have changed, consult | ||
37 | the README for details. | ||
38 | |||
31 | 2.7.1 - Bug fixes | 39 | 2.7.1 - Bug fixes |
32 | 40 | ||
33 | * Fixed a bug in int_x509_param_set_hosts, calling strlen() if name | 41 | * Fixed a bug in int_x509_param_set_hosts, calling strlen() if name |