From 4e9187d51da4107d06e2b32ab205ffe0cbdbbb13 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 26 Aug 2015 10:42:03 +0000 Subject: [PATCH] Version 1.12.1 --- IDMETA | 2 +- NEWS | 4 ++++ win/makefile | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 2979f98..31fa833 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.12.0 +VERSION=1.12.1 diff --git a/NEWS b/NEWS index 38a3d5b..357c548 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.12.1 2015/08/26 + +Fix pazpar2 crash when using pz:extendrecs PAZ-1024 + --- 1.12.0 2015/08/17 Fix PAZPAR2_PPMUTEX_H incorrectly defined PAZ-1023 diff --git a/win/makefile b/win/makefile index e72f865..24ee6d6 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.12.0 +PACKAGE_VERSION=1.12.1 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4