X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=Changes;h=e1585b969d0e835964024820a77272ce9f19e81f;hb=46bfeaabf945852508cecfdd1dfab0ad4e9ea9e1;hp=b2a56de9fb44374dc8a9ba698613011a2203716c;hpb=140802ef0f95d568cdd516e671f9db6afe137e0b;p=ZOOM-Perl-moved-to-github.git diff --git a/Changes b/Changes index b2a56de..e1585b9 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,19 @@ -$Id: Changes,v 1.30 2006-04-19 20:12:02 mike Exp $ +$Id: Changes,v 1.33 2006-05-11 21:41:25 mike Exp $ Revision history for Perl extension Net::Z3950::ZOOM. +1.08 Thu May 11 22:40:41 BST 2006 + - Requires version 2.1.11 of YAZ, not 2.0.11. This is a + bugfix: the old reliance on 2.0.11 was merely a typo. + +1.07 Thu May 11 17:45:37 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.