1.07
authormike <mike>
Thu, 11 May 2006 16:44:24 +0000 (16:44 +0000)
committermike <mike>
Thu, 11 May 2006 16:44:24 +0000 (16:44 +0000)
Changes

diff --git a/Changes b/Changes
index b2a56de..b0494f7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,15 @@
-$Id: Changes,v 1.30 2006-04-19 20:12:02 mike Exp $
+$Id: Changes,v 1.31 2006-05-11 16:44:24 mike Exp $
 
 Revision history for Perl extension Net::Z3950::ZOOM.
 
+1.07  Thu May 11 17:44:11 BST 2006
+       - Makefile.PL checks for at least version 2.1.11 of YAZ, and
+         refuses to build if it's not present.  Thanks to "gregor"
+         (an otherwise anonymous CPAN tester) for notifying me of the
+         previously poor reporting of failure when running against an
+         earlier YAZ.
+       - No changes to functionality or documentation.
+
 1.06  Wed Apr 19 21:11:52 BST 2006
        - Avoid mixed statement/declaration in ZOOM.xs.  *sigh*  Why
          the heck GCC allows this by default I will never understand.