From 4a09e50d43c74f8a07f76f44575ed9c78dcab925 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 9 Nov 2004 20:31:13 +0000 Subject: [PATCH] Describe the new log utilities --- NEWS | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 053b98d..006f8f9 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,15 @@ Possible compatibility problems with earlier versions marked with '*'. ---- 2.0.27 2004/11/01 +--- 2.0.27 2004/11/09 -Fixed bug #148: CQL parser may leak. +Added yaz_log_time_format which specifies log format using +strftime(3). -* A few prototypes were changed in include/yaz/cql.h. +Added yaz_log_module_level which returns mask for a module. Value +is non-zero mask a if module is enabled; zero if disabled. + +* Fixed bug #148: CQL parser may leak. A few prototypes were changed +in include/yaz/cql.h. Fixed bug #176: Dont throw diagnostics on empty SRU args. -- 1.7.10.4