From fbf9a96bf6f30c4f952bf77103e3794311f5dca4 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 14 Aug 2014 11:30:56 +0200 Subject: [PATCH] Version 1.7.1 --- IDMETA | 2 +- NEWS | 2 +- win/makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/IDMETA b/IDMETA index 08bd2fd..8c26cb4 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="trusty saucy raring quantal precise" CENTOS_DIST="centos5 centos6" -VERSION=1.7.0 +VERSION=1.7.1 diff --git a/NEWS b/NEWS index 2d21a01..3151d0b 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ ---- 1.7.1 2014/08/13 +--- 1.7.1 2014/08/14 Use poll rather than select for main event loop to overcome limit of 1024 file descriptors PAZ-947 diff --git a/win/makefile b/win/makefile index d6c800f..5240ecb 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.0 +PACKAGE_VERSION=1.7.1 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4