From: Adam Dickmeiss Date: Tue, 18 Sep 2012 12:58:57 +0000 (+0200) Subject: Version 1.6.19 X-Git-Tag: v1.6.19 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=8935bb7f0516cd2e861d4e47c6123e7ac4028e91 Version 1.6.19 --- diff --git a/IDMETA b/IDMETA index 03e0b28..3efb029 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="precise oneiric natty lucid" CENTOS_DIST="centos5" -VERSION=1.6.18 +VERSION=1.6.19 diff --git a/NEWS b/NEWS index 186603f..84c64ca 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +--- 1.6.19 2012/09/18 + +Rank algorithm skips strings that gets normalized to empty string. +For example, & and ! could map to the empty string. The weight for +those terms is now 0 (as if they were not part of the query). + +Rank algorithm does not use CCL from limitmap; only from the query +parameter (user query). + +Obey -w dir. + --- 1.6.18 2012/09/17 Rank algorithm configurable by 'rank' element inside service. So far diff --git a/debian/changelog b/debian/changelog index bef19e1..150c808 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.6.19-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 18 Sep 2012 14:58:16 +0200 + pazpar2 (1.6.18-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index 8c06b17..af85c85 100644 --- a/win/makefile +++ b/win/makefile @@ -4,7 +4,7 @@ DEBUG=0 # 0 for release, 1 for debug USE_MANIFEST = 1 # Can be enabled Visual Studio 2005/2008 PACKAGE_NAME=pazpar2 -PACKAGE_VERSION=1.6.18 +PACKAGE_VERSION=1.6.19 # YAZ YAZ_DIR=..\..\yaz