From eed5b890fd5be803bf5ac5f27bb3aa5e2c81ee0f Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 8 Aug 2006 16:27:04 +0000 Subject: [PATCH] Version 1.03 --- Changes | 8 +++++++- SimpleServer.pm | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index fc6d941..b08c0ab 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,13 @@ -$Id: Changes,v 1.27 2006-08-08 16:15:55 mike Exp $ +$Id: Changes,v 1.28 2006-08-08 16:27:27 mike Exp $ Revision history for Perl extension Net::Z3950::SimpleServer +1.03 Tue Aug 8 17:27:16 BST 2006 + - Rely on version 2.1.14 or later of YAZ; this is the first + version that reliably passes through the additional + information associated with errors generated while serving + SRU/W requests. No functional differences since 1.02. + 1.02 Wed Jul 26 12:09:50 BST 2006 - Better support for Open and User/Password authentication. - SimpleServer.xs's rpn2pquery() is now discarded, and YAZ's diff --git a/SimpleServer.pm b/SimpleServer.pm index 35f96f2..bfff664 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -25,7 +25,7 @@ ## ## -## $Id: SimpleServer.pm,v 1.28 2006-07-21 22:14:19 mike Exp $ +## $Id: SimpleServer.pm,v 1.29 2006-08-08 16:27:04 mike Exp $ package Net::Z3950::SimpleServer; @@ -39,7 +39,7 @@ require AutoLoader; @ISA = qw(Exporter AutoLoader DynaLoader); @EXPORT = qw( ); -$VERSION = '1.02'; +$VERSION = '1.03'; bootstrap Net::Z3950::SimpleServer $VERSION; -- 1.7.10.4