From a85dbd70f32ef064b217b9b52404b6f821f57bf5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 27 Mar 2015 15:19:25 +0000 Subject: [PATCH] Version 1.8.7 --- IDMETA | 2 +- NEWS | 12 ++++++++++++ win/makefile | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 8e7ad7a..3629e53 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.6 +VERSION=1.8.7 diff --git a/NEWS b/NEWS index 084446b..00965f3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +--- 1.8.7 2015/03/27 + +solr-pz2.xsl: extend Solr transformation to emit license_name field PAZ-996 + +cf.xsl: forwards flat affiliation structure PAZ-992 + +parpar2: log YAZ version upon start PAZ-993 + +Update and fix documentation for preferred targets + +Fix spelling of present_chunk in documentation + --- 1.8.6 2015/02/10 Increase facet limit PAZ-990 diff --git a/win/makefile b/win/makefile index a9634cf..3d59581 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.6 +PACKAGE_VERSION=1.8.7 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4