Towards 1.11
authormike <mike>
Mon, 19 Jun 2006 08:14:16 +0000 (08:14 +0000)
committermike <mike>
Mon, 19 Jun 2006 08:14:16 +0000 (08:14 +0000)
Changes
lib/Net/Z3950/ZOOM.pm

diff --git a/Changes b/Changes
index 55139de..5ee72a4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,11 @@
-$Id: Changes,v 1.37 2006-06-15 15:43:13 mike Exp $
+$Id: Changes,v 1.38 2006-06-19 08:14:16 mike Exp $
 
 Revision history for Perl extension Net::Z3950::ZOOM.
 
+1.11  [IN PROGRESS]
+       - Do not use "-Wdeclaration-after-statement" compiler option,
+         since this supported only by GCC (and only recent versions).
+
 1.10  Thu Jun 15 16:42:47 BST 2006
        - No functional changes, but use Adam's modified API to
          ZOOM_query_ccl2rpn().  This incompatible change means that
index 60e77a5..bcfecba 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: ZOOM.pm,v 1.25 2006-06-15 14:14:10 mike Exp $
+# $Id: ZOOM.pm,v 1.26 2006-06-19 08:14:29 mike Exp $
 
 package Net::Z3950::ZOOM; 
 
@@ -6,7 +6,7 @@ use 5.008;
 use strict;
 use warnings;
 
-our $VERSION = '1.10';
+our $VERSION = '1.11';
 
 require XSLoader;
 XSLoader::load('Net::Z3950::ZOOM', $VERSION);