From 8415f87913836f0e6e9557d828084ec4ad1dffb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Tue, 7 Sep 2021 09:58:04 +0200 Subject: [PATCH] Add a CHANGES marker --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 5b38480ab1..a402caee4c 100644 --- a/CHANGES +++ b/CHANGES @@ -19,6 +19,8 @@ 5712. [func] Remove native PKCS#11 support in favor of OpenSSL engine_pkcs11 from the OpenSC project. [GL #2691] + --- 9.17.18 released --- + 5711. [bug] "map" files exceeding 2GB in size failed to load due to a size comparison that incorrectly treated the file size as a signed integer. [GL #2878]