X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=3ce5339291975f67a9c440fbd08927552d12801e;hb=eb2f36fbec12a2063183d5ae4a9568c55e28acdc;hp=3440c480caf908f33a16335d8baf090b3b874b0f;hpb=a2b819d4e62ed333578070c18822d61b4b8b0dfd;p=metaproxy-moved-to-github.git diff --git a/NEWS b/NEWS index 3440c48..3ce5339 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,91 @@ +--- 1.3.4 2011/08/01 + +Honor piggyback. Makes some SRU targets behave that insist on +maximumRecords > 0, but also increases performance. + +--- 1.3.3 2011/08/01 + +Fix dlpath in installed metaproxy.xml for RPM/Deb package. The +file was not update for libdir/metaproxy4 in version 1.3.2. + +--- 1.3.2 2011/08/01 + +Change location of Metaproxy modules from libdir/metaproxy to +libdir/metaproxy4. Directory libdir/metaproxy is also owned by +libmetaproxy3 and, thus, should not be used by libmetaproxy4. + +New facility to dump APDUs from zoom filter. Enabled by + in the zoom filter configuation. + +zoom filter bug fix: SRU diagnostics received from backend was +not properly converted to Bib-1 diagnostics. + +Package metaproxy depends on libmetaproxy4, same version. + +--- 1.3.1 2011/07/28 + +zoom: fix a bug WRT passing authentication parameters to backends. + +--- 1.3.0 2011/07/27 + +Fixes for windows Makefile. + +--- 1.2.10 2011/07/25 + +Change major version of metaproxy library from 3 to 4. This in turn +makes new package names for Debian and RPM. + +--- 1.2.9 2011/06/27 + +zoom: enable marc-8 encoding by default for usmarc and opac (in pz2 +transforn mode). + +zoom: configurable element sets for record transforms. + +zoom: the target profile based transform is specified by element_transform +in element torus of of the ZOOM filter configuration ; default value +is "pz2". Target profile based retrieval is specified by element_raw +in configuration. It will perform same steps, but omit the XSL transform. +Default value is "raw". + +zoom: element set is omitted if not set in profile. But only if pz2 +transform is in effect. Previously the default element set was to "F". + +zoom: For non-CF targets database arguments are parsed. User may supply +db,user=myuser&password=mypass for non-CF targets. These values override +what's given the authentication from the target profile. + +session_shared: fix reference to freed memory. Would occur if a search +response had non-surrogate diagnostics. + +--- 1.2.8 2011/06/22 + +Route may be given for each port in frontend_net. + +--- 1.2.7 2011/06/22 + +Documentation for zoom filter. Local target profiles may be specified. + +Fixes for zoom filter. + +--- 1.2.6 2011/06/15 + +First version with zoom filter. + +--- 1.2.5 2011/05/06 + +Filter z3950_client may be configured to always send a close APDU +to backend target when connection/session is closed. This will only +happen if close APDU is not already sent. Enabled by configuration +for z3950_client (force_close). + +Filter virt_db and multi: relay close APDU. + +Filter virt_db and multi: relay init size parameters +preferredMessageSize and maximumRecordSize. + +Filter sru_z3950: increase init sz parameters from 1MB to 10 MB. + --- 1.2.4 2011/01/27 RPM package for Metaproxy works for both SLES11 and Centos 5.5.