X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=822be322e87adc2650efedacab650dd7f7256847;hb=8720a7c2a26c0ed6c525849e62558f8a26e80927;hp=c5df1850b3b5d85c10d6f66c37ae52baf58d0006;hpb=00c5f771fb7adcbfb6225430a854bd2ce38927a2;p=pazpar2-moved-to-github.git diff --git a/NEWS b/NEWS index c5df185..822be32 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +-- 1.5.3 2011/02/18 +- Fix for threaded runs: +Client now have a copy of the database URL, +which can used after the database has been release from the client. +This makes the logging in the connection idle timeout of the client nicer (no NOURL) +and should be thread-safe. +- tmarc.xsl: +Add journal-title-abbrev and full text. +- cf.xsl +New fields: isbn, issn, journaltitle, volume, issue +- Fix for cmd=record before search. +- Session Logging clean up +- Fix: wrong termlist factor when maxrecs is different from 100. + +-- 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.