aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-08-02 08:43:47 -0600
committerTheo Buehler <tb@openbsd.org>2024-08-02 08:43:47 -0600
commitc05b84c11a5d2a412016c21fc51b4cf6f61f34cf (patch)
tree314b1e137979464f1c6cc53ee99b9995d1813842
parent161984f56f2953ebedc1a97056e4fd9cb938d672 (diff)
downloadportable-c05b84c11a5d2a412016c21fc51b4cf6f61f34cf.tar.gz
portable-c05b84c11a5d2a412016c21fc51b4cf6f61f34cf.tar.bz2
portable-c05b84c11a5d2a412016c21fc51b4cf6f61f34cf.zip
Silly ChangeLog entry to trigger CI
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8608965..29bce3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,6 +34,7 @@ LibreSSL Portable Release Notes:
34 - Added initial Emscripten support in CMake builds 34 - Added initial Emscripten support in CMake builds
35 - Removed timegm() compatibility layer since all uses were replaced 35 - Removed timegm() compatibility layer since all uses were replaced
36 with OPENSSL_timegm(). Cleaned up the corresponding test harness. 36 with OPENSSL_timegm(). Cleaned up the corresponding test harness.
37 - Fixed pipe2 detection to use check_symbol_exists()
37 * Internal improvements 38 * Internal improvements
38 - Cleaned up parts of the conf directory. Simplified some logic, 39 - Cleaned up parts of the conf directory. Simplified some logic,
39 fixed memory leaks. 40 fixed memory leaks.