From 674573595292de5994a0d790993113a0e4ff24d2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 10 Sep 2012 15:03:38 +0200 Subject: [PATCH] Version 1.3.44 --- IDMETA | 2 +- NEWS | 9 +++++++++ debian/changelog | 6 ++++++ etc/config-zoom.xml | 16 ++++++++++++++++ etc/config0.xml | 2 +- win/makefile | 2 +- 6 files changed, 34 insertions(+), 3 deletions(-) diff --git a/IDMETA b/IDMETA index 32fc855..e9d802d 100644 --- a/IDMETA +++ b/IDMETA @@ -1,4 +1,4 @@ DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="precise oneiric natty lucid" CENTOS_DIST="centos5" -VERSION=1.3.43 +VERSION=1.3.44 diff --git a/NEWS b/NEWS index 266e2c2..ac38809 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +--- 1.3.44 2012/09/10 + +zoom: Honor extraArgs, strip # in zurl. + +multi: fix SEGV for scan. Reported by Rustam T. Usmanov. + +zoom: url_recipe allow %{var[reg]} substitutions. +It's like ${var[reg]} but does URI component encoding as well. + --- 1.3.43 2012/08/22 RPM/Deb: require yazpp 1.3.2, because it fixes a missing close of diff --git a/debian/changelog b/debian/changelog index 8ef1bd2..ae96747 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.44-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 10 Sep 2012 15:03:00 +0200 + metaproxy (1.3.43-1indexdata) unstable; urgency=low * Upstream. diff --git a/etc/config-zoom.xml b/etc/config-zoom.xml index 0389f15..d65cb66 100644 --- a/etc/config-zoom.xml +++ b/etc/config-zoom.xml @@ -38,6 +38,22 @@ http://sever.com?title=${md-title[\s+/+/g]}&parm=1 localhost:9998/Default + + +solr +1 +1=author +1=isbn +1=issn +1=journal-title +1=subject +1=text +1=title +fq=database:4502 +ARTstor +solr +lui.indexdata.com/solr#4502 + heikki/content1 localhost:9999/heikki/content1 diff --git a/etc/config0.xml b/etc/config0.xml index 85a333d..8edecf5 100644 --- a/etc/config0.xml +++ b/etc/config0.xml @@ -5,7 +5,7 @@ - @:9000 + @:9070 FN /fn_stat diff --git a/win/makefile b/win/makefile index 2459eef..0c97d7b 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.43 +VERSION=1.3.44 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4