X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=NEWS;h=5c93e419c5203331abbc9d812adaf8574d1d81f8;hb=4fd9b3fef00531efd168d1223689fba82f09045c;hp=35167ee90df767377f0240d430010523c8c8abef;hpb=e648fad9feddf0b92031567eaeba9222959928ce;p=pazpar2-moved-to-github.git diff --git a/NEWS b/NEWS index 35167ee..5c93e41 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,34 @@ +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. + +Misc documentation updates and spell fixes. + +Debian package pazpar2 creates log rotate entry. + +Debian package pazpar2-apache2 reloads Apache2. jsdemo included in distribution. It illustrates the use of the js/pz2.js JavaScript library.