From afeded2289de8d193b072da2b44a2d580cc235c1 Mon Sep 17 00:00:00 2001 From: Danny Mayer Date: Wed, 29 Aug 2001 05:21:25 +0000 Subject: [PATCH] RT #1671 and #1668 --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index f01762abb4..9db0916486 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ + 968. [bug] On win32, the isc_time_now() function was unnecessarily + calling strtime(). [RT #1671] + + 967. [bug] On win32, the link for bindevt was not including the + required resource file to enable the event viewer + to interpret the error messages in the event log, + [RT #1668] + 966. [port] #include is required on some Linux ports. [RT #1670]