From 08f12eea6b5ee84728db1f3571b4be21e891cb12 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 22 Aug 2011 15:14:41 +0200 Subject: [PATCH] Version 1.3.8 --- NEWS | 5 +++++ configure.ac | 2 +- debian/changelog | 12 ++++++++++++ metaproxy.spec | 2 +- win/makefile | 2 +- 5 files changed, 20 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 5a5787b..1da369d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +--- 1.3.8 2011/08/22 + +zooom: relay schema in SRU mode. Previously recordSchema was not affected +by elementSet. + --- 1.3.6 2011/08/22 zoom: new target profile element literalTransform that holds XSLT diff --git a/configure.ac b/configure.ac index c242dc5..e4c8aa2 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.3.6],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.3.8],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index eb65ecb..7a69555 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +metaproxy (1.3.8-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 22 Aug 2011 15:13:02 +0200 + +metaproxy (1.3.7-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 22 Aug 2011 14:55:08 +0200 + metaproxy (1.3.6-1indexdata) unstable; urgency=low * Upstream. diff --git a/metaproxy.spec b/metaproxy.spec index 52449e0..283bbca 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -1,6 +1,6 @@ Summary: Z39.50/SRU router Name: metaproxy -Version: 1.3.6 +Version: 1.3.8 Release: 1indexdata License: GPL Group: Applications/Internet diff --git a/win/makefile b/win/makefile index fc333d8..11e5a7d 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.6 +VERSION=1.3.8 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4