From 2f438a597d89f68ee36a06240ca94de383083edc Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 11 Nov 2011 14:53:49 +0100 Subject: [PATCH] Version 1.3.14 --- NEWS | 4 ++++ configure.ac | 2 +- debian/changelog | 6 ++++++ metaproxy.spec | 2 +- win/makefile | 2 +- 5 files changed, 13 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index a0fdc05..06d2d36 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.3.14 2011/11/11 + +zoom: realm may be given as part of database. + --- 1.3.13 2011/10/26 Fix Origin class assigment method; was removd by mistake in 1.3.12. diff --git a/configure.ac b/configure.ac index 1cc3dcf..6546e1a 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.3.13],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.3.14],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index cdd40cd..4dd6638 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.14-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 11 Nov 2011 14:52:51 +0100 + metaproxy (1.3.13-1indexdata) unstable; urgency=low * Upstream. diff --git a/metaproxy.spec b/metaproxy.spec index 5723cc9..36424f0 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -1,6 +1,6 @@ Summary: Z39.50/SRU router Name: metaproxy -Version: 1.3.13 +Version: 1.3.14 Release: 1indexdata License: GPL Group: Applications/Internet diff --git a/win/makefile b/win/makefile index 6961cb9..10b3e1b 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.13 +VERSION=1.3.14 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4