From 94db700dc900350de02f47ee9daa2739b3e342d7 Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 19 Apr 2006 20:07:24 +0000 Subject: [PATCH] Towards 1.06 --- Changes | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 3b963b6..cdafa6b 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,14 @@ -$Id: Changes,v 1.28 2006-04-12 12:31:32 mike Exp $ +$Id: Changes,v 1.29 2006-04-19 20:07:24 mike Exp $ Revision history for Perl extension Net::Z3950::ZOOM. +1.06 IN PROGRESS + - Avoid mixed statement/declaration in ZOOM.xs. *sigh* Why + the heck GCC allows this by default I will never understand. + - Add (commented out) OPTIMIZE option to Makefile.PL, to turn + on -Wdeclaration-after-statement, which makes mixed + statement/declaration illegal. + 1.05 Wed Apr 12 13:31:27 BST 2006 - Implementation of asynchronous events! The Net::Z3950::ZOOM interface provides this through the event, last_event() and -- 1.7.10.4