X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=78a7476107e19fdaf09d4ec0a370544d8d4fb80c;hb=f17753536a7a1ab86f518b7705ed3a2b3216c0e5;hp=e75dc33a6592e390ab5d0a2dfb202eb8712254a0;hpb=625d3e81bade293df64fdb1eda32265b1ddab3c8;p=pazpar2-moved-to-github.git diff --git a/NEWS b/NEWS index e75dc33..78a7476 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,34 @@ +--- 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.