Version 1.03
authorMike Taylor <mike@indexdata.com>
Tue, 8 Aug 2006 16:27:04 +0000 (16:27 +0000)
committerMike Taylor <mike@indexdata.com>
Tue, 8 Aug 2006 16:27:04 +0000 (16:27 +0000)
Changes
SimpleServer.pm

diff --git a/Changes b/Changes
index fc6d941..b08c0ab 100644 (file)
--- 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
index 35f96f2..bfff664 100644 (file)
@@ -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;