From: Adam Dickmeiss Date: Fri, 9 Sep 2011 07:58:30 +0000 (+0200) Subject: Version 1.3.10 X-Git-Tag: v1.3.10 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=237b943e96e766992ac8611d69615dd5caf59ec0;p=metaproxy-moved-to-github.git Version 1.3.10 --- diff --git a/NEWS b/NEWS index a5a12ca..fb33328 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +--- 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 . diff --git a/configure.ac b/configure.ac index 55755ef..83ddac9 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # 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]) diff --git a/debian/changelog b/debian/changelog index 1f44519..cd9a630 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.3.10-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 09 Sep 2011 09:57:00 +0200 + metaproxy (1.3.9-1indexdata) unstable; urgency=low * Upstream. diff --git a/debian/control b/debian/control index ec5f6b8..fa629bf 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Standards-Version: 3.6.2 Maintainer: Adam Dickmeiss 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, diff --git a/metaproxy.spec b/metaproxy.spec index c405877..19d0ae8 100644 --- a/metaproxy.spec +++ b/metaproxy.spec @@ -1,6 +1,6 @@ Summary: Z39.50/SRU router Name: metaproxy -Version: 1.3.9 +Version: 1.3.10 Release: 1indexdata License: GPL Group: Applications/Internet @@ -8,7 +8,7 @@ Vendor: Index Data ApS 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 URL: http://www.indexdata.com/metaproxy diff --git a/win/makefile b/win/makefile index 37daeb3..e0db799 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ 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