+--- 1.3.10 2011/09/09
+
+zoom: new target profile setting: sortmap_field. If sortmap_field is given
+the field is mapped to the value for the sortmap. Values not matching
+sortmap_field are passed verbatim.
+
+zoom: new target profile setting: sortStrategy. One of: "z3950", "type7",
+"cql", "sru11" or "embed". The "embed" chooses type-7 or CQL sortby
+depending on whether RPN or CQL is actually sent to the target.
+
--- 1.3.9 2011/08/25
zoom: urlRecipe result is stored in <pz:metadata type="generated-url">.
# Autoconf and automake setup
AC_PREREQ([2.60])
-AC_INIT([metaproxy],[1.3.9],[metaproxy-help@indexdata.dk])
+AC_INIT([metaproxy],[1.3.10],[metaproxy-help@indexdata.dk])
AC_CONFIG_HEADERS([src/config.hpp])
+metaproxy (1.3.10-1indexdata) unstable; urgency=low
+
+ * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk> Fri, 09 Sep 2011 09:57:00 +0200
+
metaproxy (1.3.9-1indexdata) unstable; urgency=low
* Upstream.
Maintainer: Adam Dickmeiss <adam@indexdata.dk>
Priority: extra
Build-Depends: debhelper (>= 4),
- libyaz4-dev (>= 4.2.8),
+ libyaz4-dev (>= 4.2.14),
libyazpp4-dev (>= 1.2.7),
libxslt1-dev,
libboost-dev,
Summary: Z39.50/SRU router
Name: metaproxy
-Version: 1.3.9
+Version: 1.3.10
Release: 1indexdata
License: GPL
Group: Applications/Internet
Source: metaproxy-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Prefix: %{_prefix} /etc/metaproxy
-BuildRequires: pkgconfig, libyaz4-devel >= 4.2.8, libyazpp4-devel >= 1.2.7
+BuildRequires: pkgconfig, libyaz4-devel >= 4.2.14, libyazpp4-devel >= 1.2.7
BuildRequires: libxslt-devel, boost-devel
Packager: Adam Dickmeiss <adam@indexdata.dk>
URL: http://www.indexdata.com/metaproxy
DEBUG=0 # 0 for release, 1 for debug
# Metaproxy version
-VERSION=1.3.9
+VERSION=1.3.10
# YAZ and YAZ++ directories
YAZ_DIR=..\..\yaz