From: Adam Dickmeiss Date: Mon, 22 Aug 2011 10:44:11 +0000 (+0200) Subject: Version 1.3.6 X-Git-Tag: v1.3.6 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=2fa1fd32d3386fd41e98827ffe439fc981c1c4f3;p=metaproxy-moved-to-github.git Version 1.3.6 --- diff --git a/NEWS b/NEWS index a81fe7d..5a5787b 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ ---- 1.3.6 IN PROGRESS +--- 1.3.6 2011/08/22 zoom: new target profile element literalTransform that holds XSLT (encoded as string) for target. Only if present and non-zero length it is diff --git a/configure.ac b/configure.ac index a9e7b67..c242dc5 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.3.5],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.3.6],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index 1623cee..eb65ecb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.6-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 22 Aug 2011 12:43:04 +0200 + metaproxy (1.3.5-1indexdata) unstable; urgency=low * Upstream. diff --git a/metaproxy.spec b/metaproxy.spec index 82969a6..52449e0 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -1,6 +1,6 @@ Summary: Z39.50/SRU router Name: metaproxy -Version: 1.3.5 +Version: 1.3.6 Release: 1indexdata License: GPL Group: Applications/Internet diff --git a/win/makefile b/win/makefile index 6a56d62..fc333d8 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.3.3 +VERSION=1.3.6 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz