X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=NEWS;h=18450cc441658b4718e247cabaed559a8a39a9c4;hp=d178d1b60c438ed6b3266d7e3a24948590dbf1f5;hb=82597a46abccacc8daa3f59838a88b0128414673;hpb=a5c7c4da7da4998222954c0afb60b46513a3adfe diff --git a/NEWS b/NEWS index d178d1b..18450cc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,50 @@ +--- 5.0.11 2014/01/15 + +ZOOM: fix "lost connection" problem with servers that uses both squid +and another proxy behind it that returns Location headers with relative +URIs. YAZ-724 + +zoomsh: do not use readline for stdin (no tty) YAZ-724 +Just use fgets in that case. If the user hits Ctrl-D a new-line +is also printed. + +zoomsh: empty command ignored YAZ-723 +rather than performing exit of zoomsh. + +yaz-url utility offers option -v to enable verbose mode. + +yaz_url uses yaz_check_location and offers verbose mode. + +Add new function yaz_check_location. +This function gets an absolute URI from Location (HTTP redirect). + +cookie API: introduce yaz_cookies_reset + +Update cql.y for newer bison YAZ-720 +The important part is that YYLEX_PARAM and YYPARSE_PARAM are no +longer supported. Instead one must use %lex-param and %parse-param . + +--- 5.0.10 2014/01/09 + +ZOOM/yaz-client: Cookie handling; deal with relative URI in Location +header. YAZ-719 + +rpn2solr: support truncation left(2), left&right(3) YAZ-718 + +Mention SRU version 2.0 in yaz-client man page. + +--- 5.0.9 2013/12/20 + +ZOOM/yaz-client: allow SRU searchRetrieveResponse with incorrect +namespace. + +--- 5.0.8 2013/12/20 + +Make cs_parse_host public.A + +Fix double HTTP dump (-a log would show HTTP packages twice). Bug +introduced in YAZ 5.0.6. + --- 5.0.7 2013/12/17 Fix buffer corruption for yaz-ztest record fetch.