X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=NEWS;h=ff13dcb49932cb4d833aa21bcf9266c6a9cbe4ac;hb=160e2c7f352ccad6728f1f972f373e862cee8644;hp=8bd1b253d74088611db8151fbe8030ffd1c00b6b;hpb=55ca7cdb58b098d348054917296c0fe2c9cb1580;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index 8bd1b25..ff13dcb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +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 + +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_ . + New ZOOM C option, "rpnCharset", which allows client-side conversion of terms in RPN queries.