From b80d372819c8c909455ca5868f6d7412dfbbef66 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 17 Apr 2014 13:31:00 +0200 Subject: [PATCH] Version 5.1.0 --- IDMETA | 2 +- NEWS | 30 ++++++++++++++++++++++++++++++ debian/changelog | 6 ++++++ debian/rules | 2 +- 4 files changed, 38 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 0375fef..d18fc81 100755 --- 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" -VERSION=5.0.22 +VERSION=5.1.0 diff --git a/NEWS b/NEWS index c8ada77..8d08d03 100644 --- 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 diff --git a/debian/changelog b/debian/changelog index c5dbf70..30799a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +yaz (5.1.0-1.indexdata) unstable; urgency=medium + + * Upstream. + + -- Adam Dickmeiss Thu, 17 Apr 2014 13:29:54 +0200 + yaz (5.0.22-1.indexdata) unstable; urgency=medium * Upstream. diff --git a/debian/rules b/debian/rules index df412b7..0dd8196 100755 --- a/debian/rules +++ b/debian/rules @@ -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: - dh_makeshlibs -V 'libyaz5 (>= 5.0.21)' + dh_makeshlibs -V 'libyaz5 (>= 5.1.0)' override_dh_installchangelogs: dh_installchangelogs NEWS -- 1.7.10.4