X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=ff5676edc164aa1adcf991ff2f7df81271ba0cce;hb=20f83e699d4868d263393996bd4b98fee045e360;hp=8617be210e5ff58f65e2651906dd139420de39c0;hpb=1da546504f6864048f4e0fb07b707171d252c9e9;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index 8617be2..ff5676e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,15 @@ ---- 3.0.0 2007/05/01 +Added partial support for ISO5428-1984, which is the "Greek alphabet coded +character set for bibliographic information interchange". By Giannis Kosmas. + +--- 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_ .