From a6be17b47acb7c23ffb8d920a9722c925e92d426 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 25 Aug 2011 20:57:22 +0200 Subject: [PATCH] Version 1.3.9 --- NEWS | 9 ++++++++- configure.ac | 2 +- debian/changelog | 6 ++++++ metaproxy.spec | 2 +- win/makefile | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 1da369d..a5a12ca 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ +--- 1.3.9 2011/08/25 + +zoom: urlRecipe result is stored in . + +zoom: For content proxy authentication is stored in param name +"auth", instead of "authentication". + --- 1.3.8 2011/08/22 -zooom: relay schema in SRU mode. Previously recordSchema was not affected +zoom: relay schema in SRU mode. Previously recordSchema was not affected by elementSet. --- 1.3.6 2011/08/22 diff --git a/configure.ac b/configure.ac index e4c8aa2..a1445a8 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.3.8],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.3.9],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index 7a69555..1f44519 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.9-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 25 Aug 2011 20:55:30 +0200 + metaproxy (1.3.8-1indexdata) unstable; urgency=low * Upstream. diff --git a/metaproxy.spec b/metaproxy.spec index 283bbca..c405877 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -1,6 +1,6 @@ Summary: Z39.50/SRU router Name: metaproxy -Version: 1.3.8 +Version: 1.3.9 Release: 1indexdata License: GPL Group: Applications/Internet diff --git a/win/makefile b/win/makefile index 11e5a7d..37daeb3 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.8 +VERSION=1.3.9 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4