X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=0e68a280e3798e2d3d63383c2c8f37596ff7fe19;hb=ff9c21a4a93db3d49140602e6b8bdc062bde4153;hp=4855538daa1bf4c95894a9d1c59186c1e8758813;hpb=aad0bdeba9eb59ae42169cb20f1c2f4fc876d254;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index 4855538..0e68a28 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,22 @@ Possible compatibility problems with earlier versions marked with '*'. +Describe new yaz-client commands wait_response and set_auto_wait. + +--- 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).