Version 1.2.6 v1.2.6
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 15 Jun 2011 12:33:08 +0000 (14:33 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 15 Jun 2011 12:33:08 +0000 (14:33 +0200)
NEWS
configure.ac
debian/control
metaproxy.spec
win/makefile

diff --git a/NEWS b/NEWS
index 758167d..623eea3 100644 (file)
--- 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
index 95cc136..0693904 100644 (file)
@@ -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])
 
index ec9782c..86d1ab5 100644 (file)
@@ -3,7 +3,7 @@ Section: devel
 Standards-Version: 3.6.2
 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 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
index f3aabd2..a5d9c96 100644 (file)
@@ -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 <info@indexdata.dk>
 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 <adam@indexdata.dk>
 URL: http://www.indexdata.com/metaproxy
 Group:  Applications/Internet
index b26d462..b173e83 100644 (file)
@@ -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