From: Adam Dickmeiss Date: Wed, 15 Jun 2011 12:33:08 +0000 (+0200) Subject: Version 1.2.6 X-Git-Tag: v1.2.6 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=refs%2Ftags%2Fv1.2.6;p=metaproxy-moved-to-github.git Version 1.2.6 --- diff --git a/NEWS b/NEWS index 758167d..623eea3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.2.6 2011/06/15 + +First version with zoom filter. + --- 1.2.5 2011/05/06 Filter z3950_client may be configured to always send a close APDU diff --git a/configure.ac b/configure.ac index 95cc136..0693904 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.2.5],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.2.6],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/control b/debian/control index ec9782c..86d1ab5 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Standards-Version: 3.6.2 Maintainer: Adam Dickmeiss Priority: extra -Build-Depends: debhelper (>= 4), libyaz4-dev, libyazpp4-dev (>= 1.2.3), libxslt1-dev, libboost-dev, libboost-thread-dev, libboost-test-dev +Build-Depends: debhelper (>= 4), libyaz4-dev (>= 4.2.2), libyazpp4-dev (>= 1.2.3), libxslt1-dev, libboost-dev, libboost-thread-dev, libboost-test-dev Package: metaproxy Section: net diff --git a/metaproxy.spec b/metaproxy.spec index f3aabd2..a5d9c96 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -1,6 +1,6 @@ Summary: Z39.50/SRU router Name: metaproxy -Version: 1.2.5 +Version: 1.2.6 Release: 1indexdata License: GPL Group: Applications/Internet @@ -8,7 +8,8 @@ Vendor: Index Data ApS Source: metaproxy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root Prefix: %{_prefix} /etc/metaproxy -BuildRequires: pkgconfig, libyazpp4, libxslt-devel, boost-devel +BuildRequires: pkgconfig, libyaz4-devel >= 4.2.2, libyazpp4-devel >= 1.2.3 +BuildRequires: libxslt-devel, boost-devel Packager: Adam Dickmeiss URL: http://www.indexdata.com/metaproxy Group: Applications/Internet diff --git a/win/makefile b/win/makefile index b26d462..b173e83 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.2.5 +VERSION=1.2.6 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz