From e12dd92614be28022838867b85eb073862bbbf61 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 27 Jun 2011 22:20:44 +0200 Subject: [PATCH] Version 1.2.9 --- NEWS | 23 +++++++++++++++++++++++ configure.ac | 2 +- debian/changelog | 6 ++++++ metaproxy.spec | 2 +- win/makefile | 2 +- 5 files changed, 32 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index b1fc9ae..41a3880 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +--- 1.2.9 2011/06/27 + +zoom: enable marc-8 encoding by default for usmarc and opac (in pz2 +transforn mode). + +zoom: configurable element sets for record transforms. + +zoom: the target profile based transform is specified by element_transform +in element torus of of the ZOOM filter configuration ; default value +is "pz2". Target profile based retrieval is specified by element_raw +in configuration. It will perform same steps, but omit the XSL transform. +Default value is "raw". + +zoom: element set is omitted if not set in profile. But only if pz2 +transform is in effect. Previously the default element set was to "F". + +zoom: For non-CF targets database arguments are parsed. User may supply +db,user=myuser&password=mypass for non-CF targets. These values override +what's given the authentication from the target profile. + +session_shared: fix reference to freed memory. Would occur if a search +response had non-surrogate diagnostics. + --- 1.2.8 2011/06/22 Route may be given for each port in frontend_net. diff --git a/configure.ac b/configure.ac index dff7dea..0cec75c 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.2.8],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.2.9],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index 45c6b26..37c396e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.2.9-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 27 Jun 2011 22:15:46 +0200 + metaproxy (1.2.8-1indexdata) unstable; urgency=low * Upstream. diff --git a/metaproxy.spec b/metaproxy.spec index 6386d78..f11b74a 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -1,6 +1,6 @@ Summary: Z39.50/SRU router Name: metaproxy -Version: 1.2.8 +Version: 1.2.9 Release: 1indexdata License: GPL Group: Applications/Internet diff --git a/win/makefile b/win/makefile index b173e83..326132b 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.2.6 +VERSION=1.2.9 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4