From: Adam Dickmeiss Date: Fri, 22 Nov 2013 11:37:08 +0000 (+0100) Subject: Version 1.19 X-Git-Tag: v1.19 X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=commitdiff_plain;h=31a533a431dc8cbcf96a4c350289a336710f45f1 Version 1.19 --- diff --git a/Changes b/Changes index 78c075d..776cb4f 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,15 @@ Revision history for Perl extension Net::Z3950::SimpleServer +1.19 Fri Nov 22 12:31:24 CET 2013 + - ESTIMATED_HIT_COUNT = 1 from search_handler signal. + - fetch handler: partial present response for undef RECORD + The old behavior was to return empty record (if RECORD was + not modified by handler). RECORD is now undefined upon entry + to fetch handler and handler must set it to return a record + or just leave it undefined to signal "no record". + 1.18 Mon Oct 14 11:23:17 CEST 2013 - - Debian/RPM packagesr now built with YAZ 5. + - Debian/RPM packages now built with YAZ 5. 1.17 Tue Feb 12 13:30:52 CET 2013 - Scan and Search handler gets EXTRA_ARGS . It's represented as diff --git a/IDMETA b/IDMETA index 5a27440..162e26a 100644 --- a/IDMETA +++ b/IDMETA @@ -1,5 +1,5 @@ NAME=libnet-z3950-simpleserver-perl -VERSION=1.18 +VERSION=1.19 OMIT_FROM_DIST="archive" DEBIAN_DIST="wheezy squeeze jessie" UBUNTU_DIST="raring quantal precise oneiric lucid" diff --git a/SimpleServer.pm b/SimpleServer.pm index c89ebfc..72b9cb6 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -36,7 +36,7 @@ require AutoLoader; @ISA = qw(Exporter AutoLoader DynaLoader); @EXPORT = qw( ); -$VERSION = '1.18'; +$VERSION = '1.19'; bootstrap Net::Z3950::SimpleServer $VERSION; diff --git a/debian/changelog b/debian/changelog index 9327343..fcdaf39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libnet-z3950-simpleserver-perl (1.19-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 22 Nov 2013 12:33:16 +0100 + libnet-z3950-simpleserver-perl (1.18-1indexdata) unstable; urgency=low * Upstream.