X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Changes;h=66fe0bbb4ee7f9325ec1e9d6afb96ecdf27f4cd5;hb=e862553c363986551651c42fa9a8afc6355f5b5b;hp=50e55fd6511f29c50ead37151960292546a09ec3;hpb=780a7fda4f5f0d4749636f839027ea76b8b2754f;p=ZOOM-Perl-moved-to-github.git diff --git a/Changes b/Changes index 50e55fd..66fe0bb 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,20 @@ -$Id: Changes,v 1.64 2007-08-15 18:37:01 mike Exp $ +$Id: Changes,v 1.68 2007-09-14 10:34:40 mike Exp $ Revision history for Perl extension Net::Z3950::ZOOM. 1.20 (IN PROGRESS) - Add new sample program, samples/zoom/zoomscan.pl + - 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() constructor 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.19 Mon Jul 9 14:09:31 BST 2007 - Add $conn->exception() method.