X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=e83b6722f62ccfcccd27029719d0ea00494d7151;hb=66676119122eb0e9ff008979e12872d60dd16c37;hp=9149835362801e8027e9fb5206dc9f79a5fa1a3f;hpb=4889e797fbc4212baaf6eeae902f22b38f29fca8;p=pazpar2-moved-to-github.git diff --git a/NEWS b/NEWS index 9149835..e83b672 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,38 @@ +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 Changed the JS library pz2.js to use POST for long URL (+ params).