X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=NEWS;h=106bb99bd8b9fb70665aa76a1f32feae1ab9587a;hb=c61cbac9542ca9443e4fb0c215240bd9053a54f8;hp=aeaa5184c63b10e61f106191a48dc2e6760a847b;hpb=51722f7897d88c134bab55940679b6afc64c4420;p=pazpar2-moved-to-github.git diff --git a/NEWS b/NEWS index aeaa518..106bb99 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,49 @@ -Added SRU support for client connections. The SRU support currently -is triggered by a new setting, sru, which, when set, specifies the -SRU type: get, post or soap. Refer to sru-test.xml for an example. +--- 1.1.1 2009/08/28 + +One result set is created per session (last search) rather than for +each connection which happen to be shared (bug #3009). + +marc21 stylesheets changed for efficiency. + +--- 1.1.0 2009/08/19 + +Session timeout may be specified on the command-line as option -T. + +Pazpar2 may now be operated in a no-merged mode for records.. All records +will be considered unique. This mode is enabled if no mergekey is +generated by the normalization stylesheet (pz:xslt). + +Pazpar2 caches original records from each target and the 'record' command +with offset returns the original record if 'syntax' and 'esn' are NOT +specified. This speeds up retrieval of original records but also means +that Pazpar2 uses more memory. The cached records will be freed when the +session terminates or a new search is executed. + +Pazpar2 no longer uses its own ICU wrapper. Instead the ICU wrapper +library part of YAZ is used. + +Added SRU client support. + +Automatically computes pz:nativesyntax if not provided. Works for XML and +MARC. + +--- 1.0.13 2008/11/24 + +Command bytarget returns name of target (if defined). + +--- 1.0.12 2008/11/04 + +Fixed bug #2021.. location now holds all brief elements. + +--- 1.0.11 2008/10/15 + +Fixed check for application/x-www-form-urlencoded parameters. + +--- 1.0.10 2008/10/14 + +Fixes for IE in pz2.js. + +Fixed bug #2021: non-merged, brief meta data NOT included for command=show. --- 1.0.9 2008/05/23