X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=9149835362801e8027e9fb5206dc9f79a5fa1a3f;hb=4889e797fbc4212baaf6eeae902f22b38f29fca8;hp=93c3b55d0790c60ae51026c809c103dc5923e1d5;hpb=d7dc14dcdfbd1ecdc805a0d649203f3b9888749c;p=pazpar2-moved-to-github.git diff --git a/NEWS b/NEWS index 93c3b55..9149835 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,55 @@ +--- 1.0.9 2008/05/23 + +Changed the JS library pz2.js to use POST for long URL (+ params). + +Added installation instructions for Windows. Note: NT services is +NOT available until we make a new release of YAZ. + +Preserve order of repeated metadata fields (they were reversed before). + +More MARC21 information extracted for metadata. + +--- 1.0.8 2008/04/22 + +Fixed bug #1162: HTML entities are not escaped properly. + +Native Windows port of Pazpar2. Makefile for Visual Studio provided. + +--- 1.0.7 2008/04/14 + +Marc21 stylesheet updated to reflect multiple full text fields + +--- 1.0.6 2008/03/12 + +Fixed bug in pz2.js WRT DOMElement attributes on IE. + +Fixed bug 2100: Database wildcards not working + +--- 1.0.5 2007/11/09 + +Added support for retrieval of records in binary. + +Fixed bug 1794: Pazpar2 does not return valid XML. + +Deal with ICU not returning sortkey (resulted in SEGV before). + +--- 1.0.4 2007/09/28 + +JavaScript library pzw2.js throws error if WS response (from Pazpar2 or +other) is malformed (non-wellformed XML or missing Pazpar2 OK status). + +Improved diagnostics when Pazpar2 HTTP decoding fails. + +Pazpar2 requests may be POSTed as using Content-Type +application/x-www-form-urlencoded. + +Pazpar2 honors LF in HTTP headers. + +Handle targets that handle negative hit counts (should not happen, but it +does). + +--- 1.0.3 2007/09/19 + ICU is used for tokenization and normalization of the following: mergekey, sorting, relevance terms.