From: Adam Dickmeiss Date: Thu, 14 Aug 2014 09:30:56 +0000 (+0200) Subject: Version 1.7.1 X-Git-Tag: v1.7.1 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=fbf9a96bf6f30c4f952bf77103e3794311f5dca4;hp=a01504754a0c0be56029cf3edd169f9ceb7f0023;p=pazpar2-moved-to-github.git Version 1.7.1 --- 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