Version 1.3.1 v1.3.1
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 28 Jul 2011 12:54:59 +0000 (14:54 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 28 Jul 2011 12:54:59 +0000 (14:54 +0200)
NEWS
configure.ac
debian/changelog
debian/control
metaproxy.spec
win/makefile

diff --git a/NEWS b/NEWS
index 2044092..60d8413 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
---- 1.3.0 2011/07/27 
+--- 1.3.1 2011/07/28
+
+zoom: fix a bug WRT passing authentication parameters to backends.
+
+--- 1.3.0 2011/07/27
 
 Fixes for windows Makefile.
 
index 163dbb9..5bed507 100644 (file)
@@ -3,7 +3,7 @@
 
 # Autoconf and automake setup
 AC_PREREQ([2.60])
-AC_INIT([metaproxy],[1.3.0],[metaproxy-help@indexdata.dk])
+AC_INIT([metaproxy],[1.3.1],[metaproxy-help@indexdata.dk])
 
 AC_CONFIG_HEADERS([src/config.hpp])
 
index 5f940f5..95ef39a 100644 (file)
@@ -1,3 +1,9 @@
+metaproxy (1.3.1-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdat.dk>  Thu, 28 Jul 2011 14:54:12 +0200
+
 metaproxy (1.3.0-1indexdata) unstable; urgency=low
 
   * Upstream.
index 8a44412..6a72779 100644 (file)
@@ -4,7 +4,7 @@ Standards-Version: 3.6.2
 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 Priority: extra
 Build-Depends: debhelper (>= 4),
-       libyaz4-dev (>= 4.2.3),
+       libyaz4-dev (>= 4.2.6),
        libyazpp4-dev (>= 1.2.6),
        libxslt1-dev,
        libboost-dev,
index eaf8f5c..164fc78 100644 (file)
@@ -1,6 +1,6 @@
 Summary: Z39.50/SRU router
 Name: metaproxy
-Version: 1.3.0
+Version: 1.3.1
 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.3, libyazpp4-devel >= 1.2.6
+BuildRequires: pkgconfig, libyaz4-devel >= 4.2.6, libyazpp4-devel >= 1.2.6
 BuildRequires: libxslt-devel, boost-devel
 Packager: Adam Dickmeiss <adam@indexdata.dk>
 URL: http://www.indexdata.com/metaproxy
index 05a4f5a..65ee723 100644 (file)
@@ -7,7 +7,7 @@
 DEBUG=0   # 0 for release, 1 for debug
 
 # Metaproxy version
-VERSION=1.3.0
+VERSION=1.3.1
 
 # YAZ and YAZ++ directories
 YAZ_DIR=..\..\yaz