From: Adam Dickmeiss Date: Mon, 18 Aug 2014 11:31:06 +0000 (+0000) Subject: Version 1.7.2 X-Git-Tag: v1.7.2 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=3951e71cd7c120f0a99a59795ec93de6ef66e428;p=pazpar2-moved-to-github.git Version 1.7.2 --- diff --git a/IDMETA b/IDMETA index 870b85c..420050a 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="trusty precise" CENTOS_DIST="centos5 centos6" -VERSION=1.7.1 +VERSION=1.7.2 diff --git a/NEWS b/NEWS index 3151d0b..610cba1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.7.2 2014/08/18 + +Fix hang for 2nd use of target with unresolved DNS PAZ-949 + --- 1.7.1 2014/08/14 Use poll rather than select for main event loop to overcome limit of diff --git a/win/makefile b/win/makefile index 5240ecb..d3b77cf 100644 --- a/win/makefile +++ b/win/makefile @@ -5,7 +5,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.7.1 +PACKAGE_VERSION=1.7.2 # YAZ YAZ_DIR=..\..\yaz