From 1ceb1f7ab09a2984ef976abcd33355eec48af7e9 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Fri, 22 Oct 2021 13:38:45 +0000 Subject: [PATCH] Add CHANGES note for [GL #2972] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 570a7d72b9..2d5cc1f8e1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5750. [bug] Fix a bug when comparing two RSA keys. There was a typo + which caused the "p" prime factors to not being + compared. [GL #2972] + 5749. [bug] Handle duplicate references to the same catalog zone gracefully. [GL #2916]