X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=46a7281da9c91052fa98b487c80c92d57967798b;hb=aafaead12e6b84b81ac131a5f2573310eed066ac;hp=1c203bde12bfc799daf79e4a76dde647a9e2e6de;hpb=a088ea8c24e28419057ddae8c23936272b578b7c;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index 1c203bd..46a7281 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,37 @@ Possible compatibility problems with earlier versions marked with '*'. +--- 2.1.8 2005/06/07 + +Fixed bug in yaz_marc_decode_buf. By mistake the routine appended +MARC output rather than returning "new" buffer. + +yaz-client warns about unknown init options. + +Fixed bug #371: "options concurrentOperations ignores concurrentOperations" + +--- 2.1.6 2005/05/24 + +Added support for SRW sort in Generic Frontend Server. Patch +by Ko van der Sloot. Member srw_sortKeys in bend_search_rr holds +sortKeys - or NULL if none is provided. + +Fixed bug #307: It was impossible to specify indefinite/no timeout +for ZOOM_event. Special timeout value -1 now means indefinite timeout +(i.e. no timeout). + +Added support for multiple languages and charsets to be specified in +ZOOM. Each charset/language is separated by a blank. If negotiation is +in effect in init-response, Option +"negotiation-charset-in-effect-for-records" set to 1(true) or 0(false). +Code based on patch by Vasiliy Osadchuk. + +Fixed bug #306: infinite recursion that occurred when calling +yaz_log_level_init as the first call (before other log level or +nmem_init calls) + +Fixed bug in scan handling in front end server: if preferred-Position-In- +Response was non-present, a NULL pointer referece was performed. + --- 2.1.4 2005/04/26 Changed include/yaz/diagbib1.h and added include/yaz/diagsrw.h with