From e41de66a124e6e564428360c2f76e5f1ae6c6f06 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 18 Mar 2011 09:04:02 +0000 Subject: [PATCH] 3080. [cleanup] Replaced compile time constant by STDTIME_ON_32BITS. [RT #23587] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 62f7753ee0..25a7543dfd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +3080. [cleanup] Replaced compile time constant by STDTIME_ON_32BITS. + [RT #23587] + 3079. [bug] Handle isc_event_allocate failures in t_tasks. [RT #23572]