From: Adam Dickmeiss Date: Mon, 14 Oct 2013 11:28:00 +0000 (+0200) Subject: Version 1.18 X-Git-Tag: v1.18 X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=commitdiff_plain;h=refs%2Ftags%2Fv1.18 Version 1.18 --- diff --git a/Changes b/Changes index 6b82fdf..78c075d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ 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). diff --git a/IDMETA b/IDMETA index 18a5c09..594fbb9 100644 --- a/IDMETA +++ b/IDMETA @@ -1,5 +1,5 @@ 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" diff --git a/SimpleServer.pm b/SimpleServer.pm index 341b4e5..c89ebfc 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -36,7 +36,7 @@ require AutoLoader; @ISA = qw(Exporter AutoLoader DynaLoader); @EXPORT = qw( ); -$VERSION = '1.17'; +$VERSION = '1.18'; bootstrap Net::Z3950::SimpleServer $VERSION; diff --git a/debian/changelog b/debian/changelog index 060cca9..9327343 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libnet-z3950-simpleserver-perl (1.18-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 14 Oct 2013 11:24:54 +0200 + libnet-z3950-simpleserver-perl (1.17-1indexdata) unstable; urgency=low * Upstream.