From: Adam Dickmeiss Date: Mon, 1 Aug 2011 13:31:33 +0000 (+0200) Subject: Version 1.3.3 X-Git-Tag: v1.3.3 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;ds=sidebyside;h=refs%2Ftags%2Fv1.3.3;p=metaproxy-moved-to-github.git Version 1.3.3 --- 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