From e4bbd9744710dba2d6019c684085b7836fbd3ea0 Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 26 Feb 2007 15:58:57 +0000 Subject: [PATCH] Towards 1.19 --- Changes | 8 +++++++- lib/Net/Z3950/ZOOM.pm | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index b049615..8103324 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,13 @@ -$Id: Changes,v 1.57 2007-02-26 14:57:17 mike Exp $ +$Id: Changes,v 1.58 2007-02-26 16:00:07 mike Exp $ Revision history for Perl extension Net::Z3950::ZOOM. +1.19 (IN PROGRESS) + - Set version number for Net::Z3950 to 0.99 -- less than the + 1.0 version number that will be used when it successfully + emulates the old Net::Z3950 module, but superseding the last + release, 0.51, of that module. + 1.18 Mon Feb 26 14:57:48 GMT 2007 - When a connection is in asynchronous mode, failing operations (search, scan, etc.) no longer throw exceptions. diff --git a/lib/Net/Z3950/ZOOM.pm b/lib/Net/Z3950/ZOOM.pm index 49ec94f..efde3c0 100644 --- a/lib/Net/Z3950/ZOOM.pm +++ b/lib/Net/Z3950/ZOOM.pm @@ -1,4 +1,4 @@ -# $Id: ZOOM.pm,v 1.33 2007-02-26 14:36:11 mike Exp $ +# $Id: ZOOM.pm,v 1.34 2007-02-26 15:58:57 mike Exp $ package Net::Z3950::ZOOM; @@ -6,7 +6,7 @@ use 5.008; use strict; use warnings; -our $VERSION = '1.18'; +our $VERSION = '1.19'; require XSLoader; XSLoader::load('Net::Z3950::ZOOM', $VERSION); -- 1.7.10.4