Version 1.19 v1.19
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 22 Nov 2013 11:37:08 +0000 (12:37 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 22 Nov 2013 11:37:08 +0000 (12:37 +0100)
Changes
IDMETA
SimpleServer.pm
debian/changelog

diff --git a/Changes b/Changes
index 78c075d..776cb4f 100644 (file)
--- 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 (file)
--- 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"
index c89ebfc..72b9cb6 100644 (file)
@@ -36,7 +36,7 @@ require AutoLoader;
 
 @ISA = qw(Exporter AutoLoader DynaLoader);
 @EXPORT = qw( );
-$VERSION = '1.18';
+$VERSION = '1.19';
 
 bootstrap Net::Z3950::SimpleServer $VERSION;
 
index 9327343..fcdaf39 100644 (file)
@@ -1,3 +1,9 @@
+libnet-z3950-simpleserver-perl (1.19-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Fri, 22 Nov 2013 12:33:16 +0100
+
 libnet-z3950-simpleserver-perl (1.18-1indexdata) unstable; urgency=low
 
   * Upstream.