From: Adam Dickmeiss Date: Tue, 9 Nov 2004 20:31:13 +0000 (+0000) Subject: Describe the new log utilities X-Git-Tag: YAZ.2.0.28~4 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=4a09e50d43c74f8a07f76f44575ed9c78dcab925;hp=5d309bb5cfcf1fd46efb31c6d240aeb36fc915b5 Describe the new log utilities --- 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.