From b8b9fa222645f250a0f09eb30da5af752941660c Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 7 Dec 2000 19:32:23 +0000 Subject: [PATCH] 599. [func] Updated the libisc log API to support i18n message arguments to isc_log_{,v}write{,1}. --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 49c6e8cfb7..7877d53acd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + 599. [func] Updated the libisc log API to support i18n message + arguments to isc_log_{,v}write{,1}. 598. [bug] An update-policy statement would cause the server to assert while loading. [RT #536]