Version 1.3.5 v1.3.5
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 12 Aug 2011 09:07:59 +0000 (11:07 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 12 Aug 2011 09:07:59 +0000 (11:07 +0200)
Depend on yazpp 1.2.7 and YAZ 4.2.8.

NEWS
configure.ac
debian/changelog
debian/control
metaproxy.spec

diff --git a/NEWS b/NEWS
index 3ce5339..4222a38 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+--- 1.3.5 2011/08/12
+
+z3950_client: mark non-surrogate diagnostics from backend.
+
+zoom: a proxy may be specified for HTTP fetch of target profiles.
+
 --- 1.3.4 2011/08/01
 
 Honor piggyback. Makes some SRU targets behave that insist on
index 34e0ccf..a9e7b67 100644 (file)
@@ -3,7 +3,7 @@
 
 # Autoconf and automake setup
 AC_PREREQ([2.60])
-AC_INIT([metaproxy],[1.3.4],[metaproxy-help@indexdata.dk])
+AC_INIT([metaproxy],[1.3.5],[metaproxy-help@indexdata.dk])
 
 AC_CONFIG_HEADERS([src/config.hpp])
 
@@ -36,7 +36,7 @@ AC_CHECK_LIB([m],[main])
 AC_CHECK_FUNCS([localtime_r])
 
 ## YAZPP checks
-YAZPP_INIT([threads],[1.2.6])
+YAZPP_INIT([threads],[1.2.7])
 if test -z "$YAZPPLIB"; then
     AC_MSG_ERROR([YAZ++ development libraries missing])
 fi
index ecd3936..1623cee 100644 (file)
@@ -1,3 +1,9 @@
+metaproxy (1.3.5-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Fri, 12 Aug 2011 11:03:09 +0200
+
 metaproxy (1.3.3-1indexdata) unstable; urgency=low
 
   * Upstream.
index be41d05..ec5f6b8 100644 (file)
@@ -4,8 +4,8 @@ Standards-Version: 3.6.2
 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 Priority: extra
 Build-Depends: debhelper (>= 4),
-       libyaz4-dev (>= 4.2.6),
-       libyazpp4-dev (>= 1.2.6),
+       libyaz4-dev (>= 4.2.8),
+       libyazpp4-dev (>= 1.2.7),
        libxslt1-dev,
        libboost-dev,
        libboost-thread-dev,
index 21468fa..82969a6 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Z39.50/SRU router
 Name: metaproxy
-Version: 1.3.4
+Version: 1.3.5
 Release: 1indexdata
 License: GPL
 Group: Applications/Internet
@@ -8,7 +8,7 @@ Vendor: Index Data ApS <info@indexdata.dk>
 Source: metaproxy-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Prefix: %{_prefix} /etc/metaproxy
-BuildRequires: pkgconfig, libyaz4-devel >= 4.2.6, libyazpp4-devel >= 1.2.6
+BuildRequires: pkgconfig, libyaz4-devel >= 4.2.8, libyazpp4-devel >= 1.2.7
 BuildRequires: libxslt-devel, boost-devel
 Packager: Adam Dickmeiss <adam@indexdata.dk>
 URL: http://www.indexdata.com/metaproxy