From: Adam Dickmeiss Date: Fri, 27 Jun 2014 13:01:05 +0000 (+0200) Subject: Version 1.7.0 X-Git-Tag: v1.7.0 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=253a3ffd6a467351349c19759d3b45f336c9ad07 Version 1.7.0 --- diff --git a/IDMETA b/IDMETA index ef6a69d..c6330e9 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="trusty saucy raring quantal precise oneiric" CENTOS_DIST="centos5 centos6" -VERSION=1.6.41 +VERSION=1.7.0 diff --git a/NEWS b/NEWS index c5b34b1..6d9f270 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +--- 1.7.0 2014/06/27 + +Separate package: pazpar2-xsl PAZ-932 + +--- 1.6.44 2014/06/27 + +Update OPAC stylesheets for availabilityDate PAZ-943 + +Fix too funny startrecs description + +Fix broken ~ match if filter contains = PAZ-941 + +--- 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 + +Fix medium override for solr-pz2.xsl. + --- 1.6.41 2014/04/23 Fix URL with leading http:// not working PAZ-933 diff --git a/debian/changelog b/debian/changelog index c644392..4ccf1da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pazpar2 (1.7.0-1.indexdata) unstable; urgency=medium + + * Upstream. + + -- Adam Dickmeiss Fri, 27 Jun 2014 15:02:50 +0200 + pazpar2 (1.6.41-1.indexdata) unstable; urgency=medium * Upstream. diff --git a/win/makefile b/win/makefile index e765121..d6c800f 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.40 +PACKAGE_VERSION=1.7.0 # YAZ YAZ_DIR=..\..\yaz