From 3951e71cd7c120f0a99a59795ec93de6ef66e428 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 18 Aug 2014 11:31:06 +0000 Subject: [PATCH] Version 1.7.2 --- IDMETA | 2 +- NEWS | 4 ++++ win/makefile | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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 -- 1.7.10.4