Release 1.25
authormike <mike>
Mon, 29 Sep 2008 16:22:25 +0000 (16:22 +0000)
committermike <mike>
Mon, 29 Sep 2008 16:22:25 +0000 (16:22 +0000)
Changes
lib/Net/Z3950/ZOOM.pm

diff --git a/Changes b/Changes
index cdae573..c13b574 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,12 +1,13 @@
-$Id: Changes,v 1.81 2008-09-16 12:39:45 mike Exp $
+$Id: Changes,v 1.82 2008-09-29 16:23:18 mike Exp $
 
 Revision history for Perl extension Net::Z3950::ZOOM.
 
 1.25  [IN PROGRESS]
        - Fix test-suite not to run the "packages" tests against
          test.indexdata.com, which has gone away, but against
-         z3950.indexdata.com, like the other tests ### NYI
-       - Add Rename zdump.pl to zoomdump, and add it to the set of
+         z3950.indexdata.com, like the other tests.  A new server
+         runs on a different port for these tests.
+       - Rename zdump.pl to zoomdump, and add it to the set of
          programs installed.
 
 1.24  Tue Jun 17 11:31:08 BST 2008
index b8711c5..c4e64f9 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: ZOOM.pm,v 1.41 2008-06-17 10:30:52 mike Exp $
+# $Id: ZOOM.pm,v 1.42 2008-09-29 16:22:25 mike Exp $
 
 package Net::Z3950::ZOOM; 
 
@@ -6,7 +6,7 @@ use 5.008;
 use strict;
 use warnings;
 
-our $VERSION = '1.24';
+our $VERSION = '1.25';
 
 require XSLoader;
 XSLoader::load('Net::Z3950::ZOOM', $VERSION);