From: Adam Dickmeiss Date: Thu, 30 Oct 2014 08:46:01 +0000 (+0000) Subject: Version 1.8.2 X-Git-Tag: v1.8.2 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=376322f0e5d56c9dcc23d0f7d15c90eb58342326 Version 1.8.2 --- diff --git a/IDMETA b/IDMETA index b27250e..b9a55d7 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.1 +VERSION=1.8.2 diff --git a/NEWS b/NEWS index d88245d..f79a617 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,19 @@ ---- 1.8.2 [IN PROGRESS] +--- 1.8.2 2014/10/30 + +Add Ubuntu utopic 14.04 and Ubuntu saucy 13.10 to the list of packages +built. Remove from js/pz2.js the code that translates just two diagnostic codes (1 and 2) into human-readable messages. This is no longer necessary at all, as PazPar2 has been returning the message as well as the code in its responses since December 2012. Fixes PAZ-978. +primo xsl produces citation rather than journal-subpart PAZ-972 +(fix in 1.8.1 was incorrect) + +Fix missing .url files PAZ-977 +Add missing .url+.cfg and add proper check for it. + --- 1.8.1 2014/10/10 Turbomarc needs number check for date 903 map PAZ-973 diff --git a/win/makefile b/win/makefile index 69c7312..38cbfd4 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.8.1 +PACKAGE_VERSION=1.8.2 # YAZ YAZ_DIR=..\..\yaz