X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=NEWS;h=3643f8e05ee36575bf08a32cd055ce9201bfbba7;hb=e2020001fd52f6cbfa51e6ef8706236d1c74aa3d;hp=7b3d6efa7557a99c2cf514a0ce11b55cf91d1eab;hpb=299dfe87fe63b53c8293857915684d7f87b0be9a;p=pazpar2-moved-to-github.git diff --git a/NEWS b/NEWS index 7b3d6ef..3643f8e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,39 @@ +-- 1.5.2 2011/01/18 +Fixes: +- Missing pz:termlist_term_factor in settings.c messed up pz:preferred +- Term factor is default enabled but can be diseabled by pz:termlist_term_factor=0 + +-- 1.5.1 2011/01/06 + +Add scaling of facet count. Currently always enabled, needs fixing. +Allow user-defined info for target suffix. This has no meaning in +Pazpar2 except to distinguish targets from each other. The suffix +data begins with #. For example z3950.indexdata.com/gils#Mydata + +Added exact-match recordfilter; format name=value + +--- 1.5.0 2010/10/05 + +SOLR support. Pazpar2 may operate as web service client for SOLR. + +--- 1.4.4 2010/08/17 + +Fix for show command and block=1 (dead lock). Bug was introduced in +1.4.0. + +--- 1.4.3 2010/07/02 + +New RPM packages: pazpar2, pazpar2-js, pazpar2-doc. These have been +tested on CentOS 5.5 only. + +--- 1.4.2 2010/06/18 + +Fix problem with result sets being removed from a client session +if the connection for it was resused by another session. Bug #3489. + +New iphone UI for Pazpar2 (www/iphone). + +--- 1.4.1 2010/05/21 Fixes for threaded operation.