From 26ff230be257f751172ed05f1536003cd67254b2 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 27 Jul 2023 08:51:11 +1000 Subject: [PATCH] Add CHANGES for [GL #4225] (cherry picked from commit ccaefce7ca85b91a1b72fec5cfcc22f3aa951cc5) --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 61a6d3d859..d9767531c9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6215. [protocol] Return REFUSED to GSS-API TKEY requests if GSS-API + support is not configured. [GL #4225] + 6213. [bug] Mark a primary server as temporarily unreachable if the TCP connection attempt times out. [GL #4215]