Towards 1.09
authormike <mike>
Mon, 5 Jun 2006 16:34:40 +0000 (16:34 +0000)
committermike <mike>
Mon, 5 Jun 2006 16:34:40 +0000 (16:34 +0000)
Changes
lib/Net/Z3950/ZOOM.pm

diff --git a/Changes b/Changes
index e1585b9..c7288f9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,10 @@
-$Id: Changes,v 1.33 2006-05-11 21:41:25 mike Exp $
+$Id: Changes,v 1.34 2006-06-05 16:34:40 mike Exp $
 
 Revision history for Perl extension Net::Z3950::ZOOM.
 
+1.09  [IN PROGRESS]
+       - Add a nice, simple update client: samples/zoom/update.pl
+
 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.
index 207ccea..25e354e 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: ZOOM.pm,v 1.21 2006-05-11 21:40:15 mike Exp $
+# $Id: ZOOM.pm,v 1.22 2006-06-05 16:36:24 mike Exp $
 
 package Net::Z3950::ZOOM; 
 
@@ -6,7 +6,7 @@ use 5.008;
 use strict;
 use warnings;
 
-our $VERSION = '1.08';
+our $VERSION = '1.09';
 
 require XSLoader;
 XSLoader::load('Net::Z3950::ZOOM', $VERSION);