X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=1be428166d5ede0394aed77989c92aeaac5c9f90;hb=853f930f2e7eb9c0735ead54628ff87de9d7cfe8;hp=e81f2b0f2fd0507c37bc96f443d1867bd9cb0cd2;hpb=6cce919ae864cc0da9c6068b4adec45d5ec0c278;p=yaz-moved-to-github.git diff --git a/NEWS b/NEWS index e81f2b0..7664a54 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,2107 @@ -API changes to ZOOM. Functions for setting options returns int, rather -than void, so we have a way to flag unknown options. ZOOM_resultset_sort1 -has become "the" ZOOM_resultset_sort. (and old ZOOM_resultset_sort is removed). -ZOOM_connection_scan1 removed. The generic scan is ZOOM_connection_scan -and the ZOOM_connection_scan_pqf is a handy short-hand taking a PQF string -as argument. +--- 5.10.1 2015/03/03 + +Fix test_sru.sh fails in pazpar2 YAZ-826 +Unfortunately a regression occurred with YAZ 5.10.0 that would make +Pazpar2 fail for HTTP connections. + +--- 5.10.0 2015/03/03 + +Use CONNECT for SSL backends and for Z39.50 thru HTTP proxy YAZ-825 +Introduce cs_create_host2 which returns if connection should be +proxy aware (HTTP:absoluteUri or Z39.50 proxy:vhost in init).. For CONNECT, +the connection is NOT proxy aware (no absoluteUri and no Z39.50 vhost). + +Fix http proxy fails with yaz-client YAZ-824 + +--- 5.9.1 2015/02/06 + +Fix 0 ptr reference for OPAC records from XML YAZ-822 + +--- 5.9.0 2015/02/02 + +Extend yaz daemon facility to assist int log rotation YAZ-818 YAZ-819 + +--- 5.8.1 2015/01/13 + +record conv: 'select' return org record if no x-path match YAZ-814 + +retrieval: pick matched element-set rule YAZ-813 + +Fix crash in record conv rule 'select' YAZ-812 + +--- 5.8.0 2015/01/09 + +record_conv: selection by X-Path YAZ-811 +That's a new step in record conversion system (