X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=6b121a4424cb36bec8379a17cf74cda6070d2ef8;hp=d2c0acd9477ee8ae8ee29e798ef18ccc2ce62b3a;hb=d940392c53c32ccf76fb287cc5b997b9e921a431;hpb=65371f5d5f265a4c5ee43f784b2d8a6db1e0774a diff --git a/NEWS b/NEWS index d2c0acd..6b121a4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,57 @@ +--- 3.0.28 2008/03/31 + +yaz-client's itemorder command may now send a file. + +Fixed yaz-marcdump to allow the use of NS prefix for record element. + +Added new function yaz_log_xml_errors. + +Allow (but warn) unknown XML attributes in MARCXML parsing. + +Handle G1 sequneces in MARC-8 decoding. Bug #2115. + +The UTF-8 to MARC-8 conversion now uses a different set of characters +for Greek symbols. Bug #2120. + +--- 3.0.26 2008/02/21 + +Added yaz_daemon (daemon.h). + +Fixed bug #2068: pkg-config trouble + +Fixed bug #395: ZOOM_record / OPAC record encoding problems. + +--- 3.0.24 2008/01/28 + +Document --with-xml2 option. + +Added OPAC XML XSD (etc/opacxml.xsd). + +Allow glob mask for name attribute in retrieval element for the +generic frontend server's retrieval facility. + +Changed yaz_poll_poll to return yaz_poll_except for all returned events +except POLLIN/POLLOUT. + +Fixed error handling in cs_listen. Bug #2037. + +--- 3.0.22 2008/01/20 + +Fixed version in yaz/yaz-version.h. + +Fixed bug #2027: Crash when closing connection. + +Changed configure so that ICU support is only enabled if only ICU +and Libxml2 is available (because the ICU chain is XML based). + +--- 3.0.20 2008/01/15 + +YAZ now makes ICU utilities for Windows. A separate DLL, yaz_icu3.dll, +is built. Only this DLL depends on the ICU runtime. + +yaz-ziffy is no longer part of YAZ. It is distributed separately by +Index Data because ziffy's license is GPL2 rather then 'Revised BSD'. + Changed license of CCL module to 'Revised BSD'. After consultation with remaining members of the original EUROPAGATE consortium, we are re-issuing the CCL module without a separate license. The software was developed by @@ -11,6 +65,16 @@ simplify re-use of the software, we have contacted those members of the consortium who could be reached, and agreed to re-issue the module as a proper part of the YAZ package. +Tcl scripts uses /usr/bin/tclsh as preferred shell. + +CQL closer to being version 1.2 compliant. CQL also allows free-form +terms, such as 'title=a b', and thus, make the CQL parser more CCL-like +and user-frendly. + +Fixed bug in ZOOM_options_getl WRT setting of parameter lenp. This +bug could make Extended services handling crash in the ZOOM layer. This +bug was only present in YAZ 3.0.18. + --- 3.0.18 2007/12/19 ziffy uses YAZ' options rather than getopt; getopt is unavailable on