X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=0f1f78b84529e9b3835db10987f27f6670a591c0;hb=58fcccb36baadab8148acde0acaf2c8de70123d5;hp=e75dc33a6592e390ab5d0a2dfb202eb8712254a0;hpb=625d3e81bade293df64fdb1eda32265b1ddab3c8;p=pazpar2-moved-to-github.git diff --git a/NEWS b/NEWS index e75dc33..0f1f78b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,102 @@ +--- 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). + +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. + +Debian package now enables ICU tokenization and normalization by default. + +--- 1.0.2 2007/08/22 + +Exposed user setting values (i.e. non-pz: names) to the record systems in two +ways: Either as parameters to the normalization stylesheets (which would allow the +programmer to postprocess or use the values in any way) or after the normalization +step, in which case values are made part of the normalized record (and available for +sorting, termlists, display, or other interface-related use. + +Implemented sorting by year. + +Option -d dumps records to the current log file instead of stderr. + +Fixes for compilation on cygwin. + +Z39.50 client code uses pz:elements. pz:elements was recognized in +earlier Pazpar2 versions but it was not used for anything. + +icu_chain_test is using fgets instead of getline - fixes compilation +on MacOSX . + +Loosen the CCL query parsing so that Pazpar2 only returns error if _all_ +query conversions fail (rather than _any_). This means targets that do +not support some fields are ignored in a search. + --- 1.0.1 2007/07/03 Improved handling of socket timeout for Z39.50 connections.