From da89233dbef8efaf68ed463f4c398ba791967103 Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Wed, 5 Feb 2025 13:15:10 +0100 Subject: [PATCH] Mention #10343 in changelog for 2.14.5 The problem was only noticed after the changelog already got merged, hence this has to be added retroactively. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b115cbb2..94c553cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ various documentation improvements. * Don't close anonymous connections before sending the response for a certificate request #10337 * Performance data: Don't discard min/max values even if crit/warn thresholds aren’t given #10339 +* Fix a failing test case on systems `time_t` is only 32 bits #10343 ### Documentation