From 759f9f228b7fdeb00413f6e3719d0367881e6502 Mon Sep 17 00:00:00 2001 From: "Roland C. Dowdeswell" Date: Tue, 16 Jun 2026 12:04:08 +0100 Subject: [PATCH] NEWS: mention 32-bit time_t ASN.1 clamp --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 3963590e9..95724d450 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,7 @@ Release Notes - Heimdal - Version Heimdal 8.0 (future) - Errors found by the LLVM scan-build static analyzer. - Errors found by the valgrind memory debugger. - Fix out-of-tree SQLite3 ccache permissions / umask issues. + - Clamp far-future ASN.1 times on 32-bit time_t platforms instead of wrapping. - iprop bugs, race conditions, and performance - Many misc. bugs