From: Adam Dickmeiss Date: Fri, 24 May 2013 07:22:45 +0000 (+0200) Subject: Version 1.6.31 X-Git-Tag: v1.6.31~2 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=0d57a3a6b4bbe9e537dd9e85cda818be5687eb38 Version 1.6.31 --- diff --git a/IDMETA b/IDMETA index b29b829..54f6530 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="quantal precise oneiric natty lucid" CENTOS_DIST="centos5 centos6" -VERSION=1.6.30 +VERSION=1.6.31 diff --git a/NEWS b/NEWS index 608a28c..1973bb0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 1.6.31 2013/05/26 + Local limit for fields of type "generic" (ie text fields) are now normalized by mergekey rule before comparison takes place. Before, no normalization took place and comparsion was, thus, exact. diff --git a/debian/changelog b/debian/changelog index df2e882..5791f98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.6.31-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 24 May 2013 08:49:27 +0200 + pazpar2 (1.6.30-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index 513003d..5d7ac6d 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.30 +PACKAGE_VERSION=1.6.31 # YAZ YAZ_DIR=..\..\yaz