From 975af84a25e086c3063390e03ff620beb2981b52 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 12 Jun 2014 19:20:39 +0200 Subject: [PATCH] Version 1.6.43 --- IDMETA | 2 +- NEWS | 5 +++++ debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index c52d226..cf2111b 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="trusty saucy raring quantal precise oneiric lucid" CENTOS_DIST="centos5 centos6" -VERSION=1.6.42 +VERSION=1.6.43 diff --git a/NEWS b/NEWS index 643586e..c1e473f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +--- 1.6.43 2014/06/12 + +Add pz:redis option for ZOOM caching using redis. This is an alternative +to memcached. Requires YAZ 5.2.0 to work. + --- 1.6.42 2014/05/06 Re-ingest native facets PAZ-934 diff --git a/debian/changelog b/debian/changelog index fed5ae1..70b989f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.6.43-1.indexdata) unstable; urgency=medium + + * Upstream. + + -- Adam Dickmeiss Thu, 12 Jun 2014 19:18:39 +0200 + pazpar2 (1.6.42-1.indexdata) unstable; urgency=medium * Upstream. diff --git a/win/makefile b/win/makefile index 6fd7d5c..daf37a5 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.6.42 +PACKAGE_VERSION=1.6.43 # YAZ YAZ_DIR=..\..\yaz -- 1.7.10.4