X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=0a5e38000a7c6efbad281268c0fae9e8f4112de9;hb=49eef90be08a7a201e112dacd5e358d8776c9117;hp=e7c94275978d84f5e5b5010d860062234f74d1a3;hpb=af019cc83166ab755de4b9c9133c23caacc2f103;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index e7c9427..0a5e380 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,38 @@ +Changed decoding of SRU XML packed records to deal with servers that +have recordData with XML data with multiple root nodes. Also make +comparison for recordPacking case insensitive. Again, one server +returns "XML" where others return "xml". + +For SRU responses allow Content-Type application/xml as well as text/xml. + +--- 3.0.4 2007/05/21 + +Fixed bug in character set conversion of BER strings. Bug introduced +in 3.0.0. + +--- 3.0.2 2007/05/08 + +For OIDs use Odr_oid type everywhere, i.e. do not assume Odr_oid=int. + +For OID class, use oid_class consistently. + +Fixed external handling for SUTRS and Explain records (bug appeared in 3.0 +series). + +Added partial support for ISO5428-1984, which is the "Greek alphabet coded +character set for bibliographic information interchange". By Giannis Kosmas. + +Added documentation on new OID API. + --- 3.0.0 2007/05/02 -Added new member 'query_charset' for bend_initrequest structure. A -backend init handler should set this member to its native character set -for query terms. When defined, the frontend server logic will announce -this character set to a client if the negotiationModel bit is set by the -client. ALL server implementors are encouraged to specify this. If they -don't, a warning is issued. +Changes to generic frontend server interface: added new member +'query_charset' for bend_initrequest structure. A backend init handler +should set this member to its native character set for query terms. +When defined, the frontend server logic will announce this character set +to a client if the negotiationModel bit is set by the client. All server +implementors are encouraged to specify this. If a backend server does not +specify this a warning is issued using yaz_log(YLOG_WARN,..). Added CCL utility to remove terms (stop words) from resulting RPN tree. This is handled by functions with prefix ccl_stop_words_ .