Describe the new log utilities
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 9 Nov 2004 20:31:13 +0000 (20:31 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 9 Nov 2004 20:31:13 +0000 (20:31 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 053b98d..006f8f9 100644 (file)
--- 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.