From: Adam Dickmeiss Date: Mon, 17 Sep 2012 11:07:58 +0000 (+0200) Subject: Version 1.6.18 X-Git-Tag: v1.6.18 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=f06ad01d969e37e5d050a238e395751de4b6ebc3 Version 1.6.18 --- diff --git a/IDMETA b/IDMETA index e2d72db..03e0b28 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.17 +VERSION=1.6.18 diff --git a/NEWS b/NEWS index c513062..186603f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +--- 1.6.18 2012/09/17 Rank algorithm configurable by 'rank' element inside service. So far only, attribute 'cluster' is recognized. If cluster="yes", multiple diff --git a/debian/changelog b/debian/changelog index 19c1c50..bef19e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.6.18-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 17 Sep 2012 13:05:14 +0200 + pazpar2 (1.6.17-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index ce620d7..8c06b17 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.17 +PACKAGE_VERSION=1.6.18 # YAZ YAZ_DIR=..\..\yaz