From f382c39ab7cdc815ef8320d45dbd878d4f6548f9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 26 Oct 2011 20:30:29 +0200 Subject: [PATCH] Verion 1.3.13 --- 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 8fadfd4..a0fdc05 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.3.13 2011/10/26 + +Fix Origin class assigment method; was removd by mistake in 1.3.12. + --- 1.3.12 2011/10/26 zoom: database args x-name=value are passed through to backend database. diff --git a/configure.ac b/configure.ac index 896c346..1cc3dcf 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.3.12],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.3.13],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index 6f5029c..cdd40cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.13-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 26 Oct 2011 20:29:14 +0200 + metaproxy (1.3.12-1indexdata) unstable; urgency=low * Upstream. diff --git a/metaproxy.spec b/metaproxy.spec index fe4ab16..5723cc9 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -1,6 +1,6 @@ Summary: Z39.50/SRU router Name: metaproxy -Version: 1.3.12 +Version: 1.3.13 Release: 1indexdata License: GPL Group: Applications/Internet diff --git a/win/makefile b/win/makefile index 5b508a2..6961cb9 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.11 +VERSION=1.3.13 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4