Release 1.00
authorMike Taylor <mike@indexdata.com>
Mon, 9 Jul 2007 09:41:28 +0000 (09:41 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 9 Jul 2007 09:41:28 +0000 (09:41 +0000)
Changes
lib/ZOOM/IRSpy.pm

diff --git a/Changes b/Changes
index 2c4fb60..cad9035 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,11 @@
-$Id: Changes,v 1.16 2007-06-27 11:10:20 mike Exp $
+$Id: Changes,v 1.17 2007-07-09 09:41:28 mike Exp $
 
 Revision history for Perl extension ZOOM::IRSpy.
 
+1.00  Mon Jul  9 10:40:38 BST 2007
+       - First public release.
+       - Many, many changes since 0.02.
+
 0.02  Wed Jun 27 12:09:49 BST 2007
        - Renamed from Net::Z3950::IRSpy to ZOOM::IRSpy
        - Fix display of non-ASCII characters in, for example, the
index 0fe969e..7464d5a 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: IRSpy.pm,v 1.85 2007-06-27 11:09:03 mike Exp $
+# $Id: IRSpy.pm,v 1.86 2007-07-09 09:41:44 mike Exp $
 
 package ZOOM::IRSpy;
 
@@ -21,7 +21,7 @@ use ZOOM::IRSpy::Utils qw(cql_target render_record
                          irspy_record2identifier);
 
 our @ISA = qw();
-our $VERSION = '0.02';
+our $VERSION = '1.00';
 our $irspy_to_zeerex_xsl = dirname(__FILE__) . '/../../xsl/irspy2zeerex.xsl';