From 485e968087b4dcb8130fe8606b00572cf7f06c18 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 17 Nov 2022 11:23:31 +1100 Subject: [PATCH] Add CHANGES note for [GL #3613] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 0517c46551..053f841bb0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6042. [bug] ANY responses could sometimes have the wrong TTL. + [GL #3613] + 6041. [func] Set the RLIMIT_NOFILE to rlim_max returned from getrlimit() instead of trying to guess the maximum allowed value. [GL #3676]