Ignore generated tstpquery
[yaz-moved-to-github.git] / NEWS
diff --git a/NEWS b/NEWS
index 6a73ff5..ee69886 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,26 @@
+--- 2.1.16 2006/03/31 
 
-For SRW, accept application/soap+xml as content-type for SOAP msg.
+Allow multiple languages and charsets to be specified with
+yaz-client. Each item must be separated by comma (NO BLANKS). E.g.
+  negcharset iso-8859-1,utf-8
+
+Translation of proximity nodes from CQL into PQF now works.
+
+Moved to automake 1.8, 1.9.
+
+Added function yaz_log_set_handler which allows a log handler
+to be installed. This handler will be called for all log messages.
+Output to file is also produced; but that can be disabled by passing
+NULL fname to yaz_log_init_file.
+
+Fixed another problem with MARC-8 -> ISO-8859-1 conversions. Bug #537.
+
+For SRW (including GFS), accept application/soap+xml as content-type
+for SOAP msg.
+
+For GFS in SRU mode, an empty stylesheet in SRU URL (&stylesheet=&)
+produces NO stylesheet reference even if a default stylesheet is specified
+in GFS XML config.
 
 --- 2.1.14 2006/03/14