From: Adam Dickmeiss Date: Fri, 22 Aug 2014 11:10:58 +0000 (+0000) Subject: Version 1.7.3 X-Git-Tag: v1.7.3 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=43204ce3c136146151139cf3662e7f302bbd67d7 Version 1.7.3 --- diff --git a/IDMETA b/IDMETA index 420050a..e5d8e60 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.2 +VERSION=1.7.3 diff --git a/NEWS b/NEWS index 610cba1..322a069 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.7.3 2014/08/22 + +poll: add assert for number of FDs; abort on poll failure + --- 1.7.2 2014/08/18 Fix hang for 2nd use of target with unresolved DNS PAZ-949 diff --git a/win/makefile b/win/makefile index d3b77cf..4213cab 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.2 +PACKAGE_VERSION=1.7.3 # YAZ YAZ_DIR=..\..\yaz