X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=a0b84fd375fbe5347caf2a3609b249dd802d30dd;hb=4b1fc6c00b0a19fb4432aa49219045b6ae2bff7a;hp=aeaa5184c63b10e61f106191a48dc2e6760a847b;hpb=51722f7897d88c134bab55940679b6afc64c4420;p=pazpar2-moved-to-github.git diff --git a/NEWS b/NEWS index aeaa518..a0b84fd 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,88 @@ -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. +A service may be posted for command=init. This service will be used +during the session. The service may have its own target settings, +ICU config, timeout, etc. In order to be recognized, the POST request +must use Content-Type=text/xml. + +Timeout values may be given per-service. That's element 'timeout' +which takes three attribute values (a subset may be given): 'session', +'z3950_connect', 'z3950_session'. Option -T is no longer supported +- used to specify session timeout. + +Option -t tests the Pazpar2 configuration and returns exit code +(0=success, non-zero=failure). In previous version of Pazpar2, -t +specified local settings. + +In version 1.2.0 the configuration file - after include processing - +was dumped to stdout. Now, the configuration is only dumped to the +yaz log file if option -d is given. + +--- 1.2.0 2009/09/10 + +Configuration may now have multiple server areas. This means that a +Pazpar2 instance may listen on multiple ports. Virtual hosting is not +yet supported - on a server basis. Configuration may also have multiple +services .. That is repeating service elements inside a server. Each +has an attribute 'id' which serves as service ID. This ID in turn may +be used in a Pazpar2 session, by specifying parameter service=ID for +command init. There can be at most one unnamed service inside a server +which can be referred to by not specifying an service ID for command +init (backwards compatible). In order to partition multiple servers and +services a new include directive has been added. This takes an attribute +'src' which specifies one or more sub-files. For example to include +service files, one might use: + .. .. . +It is the intention that that completely makes the settings directive +redundant. + +Fix problem where the record command would wait forever if there were +no targets to wait for (activeclients == 0). + +--- 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