From df9c46ca01d4d62c9edd10e1f5d29bc351580ca1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 30 Sep 2014 07:31:32 +0000 Subject: [PATCH] Version 1.8.0 --- IDMETA | 2 +- NEWS | 8 ++++++++ win/makefile | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 18a9ce1..bdff682 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.5 +VERSION=1.8.0 diff --git a/NEWS b/NEWS index 47437f5..ce3a71f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +--- 1.8.0 2014/09/30 + +New command=stop which stops further search&retrieval for active +databases. + +CF/primo XSL generates {volume,issue,pages}-number that are defined +in default Pazpar2 service definition. PAZ-968 PAZ-970 + --- 1.7.5 2014/09/11 Various fixes for threaded operation PAZ-960 thru PAZ-966 diff --git a/win/makefile b/win/makefile index 12050eb..23387b7 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.5 +PACKAGE_VERSION=1.8.0 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4