From 699075159011e4fd3e0e37f58579201b4630de46 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 27 Mar 2013 13:37:50 +0100 Subject: [PATCH] Version 1.3.54 --- IDMETA | 2 +- NEWS | 21 +++++++++++++++++++++ debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 29 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 4930de3..833da06 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="quantal precise oneiric natty lucid" CENTOS_DIST="centos5 centos6" -VERSION=1.3.53 +VERSION=1.3.54 diff --git a/NEWS b/NEWS index b1c2c35..c30aed4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +--- 1.3.54 2013/03/27 + +configure: check for Libxslt support in YAZ and rely on definitions +from yaz-config, rather than doing own xslt/xml2 checks. + +Allow timestamp format for log lines to be given with option -m +for metaproxy. Similar to yaz-ztest/GFS option -m. + +Document log category 'line' for log filter. + +Solr configuration example in etc/config-solr.xml + +multi: do not mess with request package. For scan and search, +database-names were modified and the request package was left with +dangling pointers that caused a log filter to fail (request package +inspected after multi was invoked). + +Documentation: fix id of metaproxy-config ref . + +Documentation: update for USEMARCON support. + --- 1.3.53 2013/01/31 record_transform: allow OPACXML to OPAC conversion diff --git a/debian/changelog b/debian/changelog index 9c8582a..93fec4a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.54-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 27 Mar 2013 11:25:03 +0100 + metaproxy (1.3.53-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index a74d92b..3fb0d26 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.53 +VERSION=1.3.54 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4