From: Adam Dickmeiss Date: Mon, 17 Aug 2015 09:31:37 +0000 (+0000) Subject: Version 1.12.0 X-Git-Tag: v1.12.0 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=d8ce400566fc900c78df81c50cd788c35baa0251 Version 1.12.0 --- diff --git a/IDMETA b/IDMETA index 97c8500..2979f98 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy" UBUNTU_DIST="vivid utopic trusty precise" CENTOS_DIST="centos5 centos6 centos7" -VERSION=1.11.3 +VERSION=1.12.0 diff --git a/NEWS b/NEWS index 79721a1..38a3d5b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +--- 1.12.0 2015/08/17 + +Fix PAZPAR2_PPMUTEX_H incorrectly defined PAZ-1023 + +Fix windows: crash in xmlDocFormatDump PAZ-1021 +Problem is the passed FILE*. We can not pass FILE pointers between +DLLs. So we just avoid dumping the XML config during start on Windows. + +Use YAZ comstack features for IPv6 and non-blocking getaddrinfo. PAZ-927 + +Upgrade to debian DH version 9 PAZ-1020 + +Fix bytarget list not cleared for new search PAZ-1019 + --- 1.11.3 2015/07/28 Do not re-search if facetlimit scan fails to find value PAZ-1013 diff --git a/win/makefile b/win/makefile index 4440605..e72f865 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.11.3 +PACKAGE_VERSION=1.12.0 # YAZ YAZ_DIR=..\..\yaz