From 1aa3d495d48e9f30c1be3dbca4c790d518438d77 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 11 Sep 2014 11:53:22 +0000 Subject: [PATCH] Version 1.7.5 --- IDMETA | 2 +- NEWS | 6 ++++++ win/makefile | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 747e6ac..18a9ce1 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="trusty precise" CENTOS_DIST="centos5 centos6" -VERSION=1.7.4 +VERSION=1.7.5 diff --git a/NEWS b/NEWS index c2719ea..47437f5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +--- 1.7.5 2014/09/11 + +Various fixes for threaded operation PAZ-960 thru PAZ-966 + +Dump main configuration file during start of Pazpar2 PAZ-957 + --- 1.7.4 2014/09/02 Log ingest failures and record failures: diff --git a/win/makefile b/win/makefile index 4ec8213..12050eb 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.4 +PACKAGE_VERSION=1.7.5 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4