Version 1.3.10 v1.3.10
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 9 Sep 2011 07:58:30 +0000 (09:58 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 9 Sep 2011 07:58:30 +0000 (09:58 +0200)
NEWS
configure.ac
debian/changelog
debian/control
metaproxy.spec
win/makefile

diff --git a/NEWS b/NEWS
index a5a12ca..fb33328 100644 (file)
--- 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 <pz:metadata type="generated-url">.
index 55755ef..83ddac9 100644 (file)
@@ -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])
 
index 1f44519..cd9a630 100644 (file)
@@ -1,3 +1,9 @@
+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.
index ec5f6b8..fa629bf 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.8),
+       libyaz4-dev (>= 4.2.14),
        libyazpp4-dev (>= 1.2.7),
        libxslt1-dev,
        libboost-dev,
index c405877..19d0ae8 100644 (file)
@@ -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 <info@indexdata.dk>
 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
index 37daeb3..e0db799 100644 (file)
@@ -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