Version 1.18 v1.18
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 14 Oct 2013 11:28:00 +0000 (13:28 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 14 Oct 2013 11:28:00 +0000 (13:28 +0200)
Changes
IDMETA
SimpleServer.pm
debian/changelog

diff --git a/Changes b/Changes
index 6b82fdf..78c075d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Net::Z3950::SimpleServer
 
 Revision history for Perl extension Net::Z3950::SimpleServer
 
+1.18  Mon Oct 14 11:23:17 CEST 2013
+       -  Debian/RPM packagesr 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
          a hash. It holds the extra arguments for SRU (URL).
 1.17  Tue Feb 12 13:30:52 CET 2013
        - Scan and Search handler gets EXTRA_ARGS . It's represented as
          a hash. It holds the extra arguments for SRU (URL).
diff --git a/IDMETA b/IDMETA
index 18a5c09..594fbb9 100644 (file)
--- a/IDMETA
+++ b/IDMETA
@@ -1,5 +1,5 @@
 NAME=libnet-z3950-simpleserver-perl
 NAME=libnet-z3950-simpleserver-perl
-VERSION=1.17
+VERSION=1.18
 OMIT_FROM_DIST="archive"
 DEBIAN_DIST="wheezy squeeze"
 UBUNTU_DIST="quantal precise oneiric lucid"
 OMIT_FROM_DIST="archive"
 DEBIAN_DIST="wheezy squeeze"
 UBUNTU_DIST="quantal precise oneiric lucid"
index 341b4e5..c89ebfc 100644 (file)
@@ -36,7 +36,7 @@ require AutoLoader;
 
 @ISA = qw(Exporter AutoLoader DynaLoader);
 @EXPORT = qw( );
 
 @ISA = qw(Exporter AutoLoader DynaLoader);
 @EXPORT = qw( );
-$VERSION = '1.17';
+$VERSION = '1.18';
 
 bootstrap Net::Z3950::SimpleServer $VERSION;
 
 
 bootstrap Net::Z3950::SimpleServer $VERSION;
 
index 060cca9..9327343 100644 (file)
@@ -1,3 +1,9 @@
+libnet-z3950-simpleserver-perl (1.18-1indexdata) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 14 Oct 2013 11:24:54 +0200
+
 libnet-z3950-simpleserver-perl (1.17-1indexdata) unstable; urgency=low
 
   * Upstream.
 libnet-z3950-simpleserver-perl (1.17-1indexdata) unstable; urgency=low
 
   * Upstream.