Version 5.1.0 v5.1.0
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 17 Apr 2014 11:31:00 +0000 (13:31 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 17 Apr 2014 11:31:00 +0000 (13:31 +0200)
IDMETA
NEWS
debian/changelog
debian/rules

diff --git a/IDMETA b/IDMETA
index 0375fef..d18fc81 100755 (executable)
--- a/IDMETA
+++ b/IDMETA
@@ -1,4 +1,4 @@
 DEBIAN_DIST="jessie wheezy squeeze"
 UBUNTU_DIST="saucy raring quantal precise oneiric lucid"
 CENTOS_DIST="centos5 centos6"
 DEBIAN_DIST="jessie wheezy squeeze"
 UBUNTU_DIST="saucy raring quantal precise oneiric lucid"
 CENTOS_DIST="centos5 centos6"
-VERSION=5.0.22
+VERSION=5.1.0
diff --git a/NEWS b/NEWS
index c8ada77..8d08d03 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+--- 5.1.0 2014/04/17
+
+Doc: move main YAZ manual to book.xml; use nxml YAZ-758
+
+zoomsh: offer option -a apdulog
+As we're used to from yaz-client and GFS based servers.
+
+ZOOM: new setting apdufile. Sets name of APDU file. If not given,
+existing setting apdulog takes effect.
+
+Add odr_setprint_noclose. It's like odr_setprint, but does not fclose at
+odr_destroy.
+
+Add wrbuf_cstr_null.
+
+Add re-entrant CQL/Solr/RPN query conversion functions.
+The re-entrant functions are: cql_transform_r,
+cql_transform_rpn2cql_stream_r, solr_transform_rpn2solr_stream_r.
+These have same functionality as cql_transform,
+cql_transform_rpn2cql_stream, solr_transform_rpn2solr_stream. They
+return the additional infomration as WRBUF to make them re-entrant.
+
+Remove CQL to Solr conversion and base solr_transform_t on
+cql_transform_t. The RPN to Solr is indeed in use. It uses exact same
+data structure as cql_transform_t.
+
+cql2pqf utility allows RPN to Solr conversion
+
+Fix assert in ZOOM when http connect fails YAZ-757
+
 --- 5.0.22 2014/04/09
 
 ZOOM: Call cs_rcvconnect during HTTP redirect YAZ-754
 --- 5.0.22 2014/04/09
 
 ZOOM: Call cs_rcvconnect during HTTP redirect YAZ-754
index c5dbf70..30799a0 100644 (file)
@@ -1,3 +1,9 @@
+yaz (5.1.0-1.indexdata) unstable; urgency=medium
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Thu, 17 Apr 2014 13:29:54 +0200
+
 yaz (5.0.22-1.indexdata) unstable; urgency=medium
 
   * Upstream.
 yaz (5.0.22-1.indexdata) unstable; urgency=medium
 
   * Upstream.
index df412b7..0dd8196 100755 (executable)
@@ -16,7 +16,7 @@ override_dh_auto_install:
        mv debian/tmp/usr/share/doc/yaz debian/tmp/usr/share/doc/yaz-doc
 
 override_dh_makeshlibs:
        mv debian/tmp/usr/share/doc/yaz debian/tmp/usr/share/doc/yaz-doc
 
 override_dh_makeshlibs:
-       dh_makeshlibs -V 'libyaz5 (>= 5.0.21)'
+       dh_makeshlibs -V 'libyaz5 (>= 5.1.0)'
 
 override_dh_installchangelogs:
        dh_installchangelogs NEWS
 
 override_dh_installchangelogs:
        dh_installchangelogs NEWS