ZOOM_connection_peek_event()
[ZOOM-Perl-moved-to-github.git] / Changes
diff --git a/Changes b/Changes
index 16a34a8..1be9e3f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,32 @@
-$Id: Changes,v 1.49 2006-11-04 11:48:15 mike Exp $
+$Id: Changes,v 1.53 2006-12-06 11:18:33 mike Exp $
 
 Revision history for Perl extension Net::Z3950::ZOOM.
 
-1.13  READY TO GO
+1.16  (IN PROGRESS)
+       - Require version 2.1.41 or better of YAZ, so that Init
+         Response options are available using
+         $conn->option("init_opt_sort") etc.
+       - Include samples/zoom/zhello.pl to exercise these options.
+
+1.15  Fri Dec  1 14:17:49 GMT 2006
+       - ZOOM::Error::INIT is renamed to ZOOM::Error::ZINIT, since
+         INIT is a reserved word in Perl.  In version 1.14 and
+         earlier, "require ZOOM" would fail, saying "Too late to run
+         INIT block", and "use ZOOM" would result in
+         ZOOM::Error::INIT having a value equal to its name (why?!)
+         rather than, as intended, Net::Z3950::ZOOM::ERROR_INIT.
+       - Belatedly added documentation for $rec->error() and
+         $rec->exception().
+
+1.14  Tue Nov 28 17:33:07 GMT 2006
+       - Add $record->error() to return non-surrogate diagnostics,
+         and $record->exception() to return the same information
+         wrapped in a ZOOM::Exception object.
+       - Requires YAZ 2.1.40, which provides ZOOM_record_error().
+       - $conn->error_x() now returns the error-code when called in
+         scalar context, rather than the diagnostic set name.
+
+1.13  Sat Nov  4 16:47:00 GMT 2006
        - ZOOM::Connection::create() may now take either a single
          argument, which is a ZOOM::Options object, or any even
          number of argument (including zero), which are key => value