From c5fc7c22f03c22fd345618c19a4eb698979027f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 9 Jul 2021 08:39:52 +0200 Subject: [PATCH] Add a CHANGES marker --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 557a0d5878..31bbb5f414 100644 --- a/CHANGES +++ b/CHANGES @@ -79,6 +79,8 @@ "controls" statement was configured with multiple key algorithms in the same listener. [GL #2756] + --- 9.17.16 released --- + 5671. [bug] A race condition could occur where two threads were competing for the same set of key file locks, leading to a deadlock. This has been fixed. [GL #2786]