From c93e0390ae8a2f05fc19b972258c86761b727f6d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 10 Feb 2015 14:20:32 +0000 Subject: [PATCH] Version 1.8.6 --- IDMETA | 2 +- NEWS | 9 +++++++++ win/makefile | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index d6e7ac5..8e7ad7a 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.5 +VERSION=1.8.6 diff --git a/NEWS b/NEWS index 9e5e6c2..084446b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +--- 1.8.6 2015/02/10 + +Increase facet limit PAZ-990 +No longer a limit on facets. + +Pazpar2-js no longer requires Apache2 PAZ-989 +Package pazpar2-apache2 sets up everything WRT apache and only +package which requires it. pazpar2-apache depends on pazpar2-js. + --- 1.8.5 2014/12/17 Larger string buffer for forward address PAZ-987 diff --git a/win/makefile b/win/makefile index c085ee3..a9634cf 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.5 +PACKAGE_VERSION=1.8.6 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4