From bd2f40fe6690ff236d0a5e144ff8982a63052ac2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 1 Aug 2011 15:31:33 +0200 Subject: [PATCH] Version 1.3.3 --- NEWS | 5 +++++ configure.ac | 2 +- debian/changelog | 6 ++++++ metaproxy.spec | 2 +- win/makefile | 2 +- 5 files changed, 14 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 79dfc4a..92c7fb5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +--- 1.3.3 2011/08/01 + +Fix dlpath in installed metaproxy.xml for RPM/Deb package. The +file was not update for libdir/metaproxy4 in version 1.3.2. + --- 1.3.2 2011/08/01 Change location of Metaproxy modules from libdir/metaproxy to diff --git a/configure.ac b/configure.ac index 033840f..633e169 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.3.2],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.3.3],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index 51db072..ecd3936 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.3-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 01 Aug 2011 15:29:32 +0200 + metaproxy (1.3.2-1indexdata) unstable; urgency=low * Upstream. diff --git a/metaproxy.spec b/metaproxy.spec index 9a0822b..9d3434e 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -1,6 +1,6 @@ Summary: Z39.50/SRU router Name: metaproxy -Version: 1.3.2 +Version: 1.3.3 Release: 1indexdata License: GPL Group: Applications/Internet diff --git a/win/makefile b/win/makefile index 5c9d7c3..6a56d62 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.2 +VERSION=1.3.3 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4