From: Adam Dickmeiss Date: Wed, 5 Sep 2012 09:18:16 +0000 (+0200) Subject: Version 1.6.17 X-Git-Tag: v1.6.17 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=48b3c8ffef838bf61941f48a66ff1fd70ceb4757 Version 1.6.17 --- diff --git a/IDMETA b/IDMETA index fa8db79..e2d72db 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.16 +VERSION=1.6.17 diff --git a/NEWS b/NEWS index 2c40afc..5cbf7a5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +--- 1.6.17 2012/09/05 + +Fix bad re-use of connections (connections with changing proxy should not +be reused). + --- 1.6.16 2012/08/22 Fix a bug introduce in 1.6.15 around the position sorting. It resetted the diff --git a/debian/changelog b/debian/changelog index 44d1042..19c1c50 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.6.17-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 05 Sep 2012 11:17:31 +0200 + pazpar2 (1.6.16-1indexdata) unstable; urgency=low * Upstream diff --git a/win/makefile b/win/makefile index 3d6da07..ce620d7 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.9 +PACKAGE_VERSION=1.6.17 # YAZ YAZ_DIR=..\..\yaz