X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=NEWS;h=41a3880c81a54a185be45fc0a0c33a68e403caf6;hb=f3d6c3fed28aad086369677f9b677ba52e805f04;hp=57cf55d7b6eb87b35784ea37b1d8715aae0ce5fd;hpb=b2a58f35bdd9d45607f5b226743df8983c532433;p=metaproxy-moved-to-github.git diff --git a/NEWS b/NEWS index 57cf55d..41a3880 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,40 @@ +--- 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 @@ -5,7 +42,7 @@ 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 relays close APDU. +Filter virt_db and multi: relay close APDU. Filter virt_db and multi: relay init size parameters preferredMessageSize and maximumRecordSize.