From ef048eff6fb7969979927c61edfdb10edbc10518 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 12 Mar 2014 14:12:37 +0100 Subject: [PATCH] Version 1.30 --- Changes | 6 ++++++ IDMETA | 2 +- debian/changelog | 6 ++++++ lib/Net/Z3950/ZOOM.pm | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 8a76127..d2e8bb8 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Perl extension Net::Z3950::ZOOM. +1.30 Wed Mar 12 14:08:26 CET 2014 + - Update test 19-events.t and 29-events.t + Events check: allow for multiple Connect events + - Require YAZ 4 or later + - Require perl-XML-LibXML-XPathContext on RHEL/CentOS v5 only. + 1.29 Mon Oct 14 10:41:28 CEST 2013 - Debian/RPM packages now built with YAZ 5. - Do not depend on libyaz4-devel in Debian package diff --git a/IDMETA b/IDMETA index 261e63b..8f2ebc2 100644 --- a/IDMETA +++ b/IDMETA @@ -1,5 +1,5 @@ NAME=libnet-z3950-zoom-perl -VERSION=1.29 +VERSION=1.30 OMIT_FROM_DIST="archive modules" DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="saucy raring quantal precise oneiric lucid" diff --git a/debian/changelog b/debian/changelog index 2b188bf..9e215cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libnet-z3950-zoom-perl (1.30-1.indexdata) unstable; urgency=medium + + * Upstream. + + -- Adam Dickmeiss Wed, 12 Mar 2014 14:09:05 +0100 + libnet-z3950-zoom-perl (1.29-1indexdata) unstable; urgency=low * Upstream. diff --git a/lib/Net/Z3950/ZOOM.pm b/lib/Net/Z3950/ZOOM.pm index 3bbed50..ba0572b 100644 --- a/lib/Net/Z3950/ZOOM.pm +++ b/lib/Net/Z3950/ZOOM.pm @@ -4,7 +4,7 @@ use 5.008; use strict; use warnings; -our $VERSION = '1.29'; +our $VERSION = '1.30'; require XSLoader; XSLoader::load('Net::Z3950::ZOOM', $VERSION); -- 1.7.10.4