From c8fb970de6273fa0cb034cd6cb706734d5a7dafd Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 14 Sep 2007 10:33:00 +0000 Subject: [PATCH] Towards 1.20 --- Changes | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 4d6be3b..14c75ce 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -$Id: Changes,v 1.66 2007-09-14 09:42:01 mike Exp $ +$Id: Changes,v 1.67 2007-09-14 10:33:00 mike Exp $ Revision history for Perl extension Net::Z3950::ZOOM. @@ -7,6 +7,11 @@ Revision history for Perl extension Net::Z3950::ZOOM. - samples/zoom/zoomtst1.pl now accepts arbitrary options at the end of the command-line, so that (for example) you can specify a non-USMARC record syntax. + - Add new functions Net::Z3950::ZOOM::diag_srw_str() and + ZOOM::diag_srw_str() to map SRW diagnostic codes into + human-readable messages. + - ZOOM::Exception() uses diag_srw_str() to fill in the error + message, if it is undefined, for SRW errors. - The render() method of ZOOM::Exception(), and therefore the overloaded stringifying operator, deals with exceptions that have no message(). -- 1.7.10.4