From: Adam Dickmeiss Date: Wed, 17 Dec 2014 10:47:11 +0000 (+0000) Subject: Version 1.8.5 X-Git-Tag: v1.8.5 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=ed767b87a099ee8c6b6a8723900dc3bf475d2a8b Version 1.8.5 --- diff --git a/IDMETA b/IDMETA index db077b0..d6e7ac5 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="utopic trusty saucy precise" CENTOS_DIST="centos5 centos6" -VERSION=1.8.4 +VERSION=1.8.5 diff --git a/NEWS b/NEWS index a00083b..9e5e6c2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +--- 1.8.5 2014/12/17 + +Larger string buffer for forward address PAZ-987 +Fixes buffer overflow that could occur if forward address is IPV6. + +Updates to Windows NMAKE makefile for Visual Studio 2013. + --- 1.8.4 2014/11/26 Use YAZ backtrace facility PAZ-983. In case of crashes YAZ log may diff --git a/win/makefile b/win/makefile index 4be18db..c085ee3 100644 --- a/win/makefile +++ b/win/makefile @@ -5,7 +5,7 @@ DEBUG=0 # 0 for release, 1 for debug USE_MANIFEST = 0 # Can be enabled Visual Studio 2005/2008 PACKAGE_NAME=pazpar2 -PACKAGE_VERSION=1.8.4 +PACKAGE_VERSION=1.8.5 # YAZ YAZ_DIR=..\..\yaz