0.03 NET_SSH_0_03
authorivan <ivan>
Wed, 24 Oct 2001 10:50:56 +0000 (10:50 +0000)
committerivan <ivan>
Wed, 24 Oct 2001 10:50:56 +0000 (10:50 +0000)
Changes
SSH.pm

diff --git a/Changes b/Changes
index 34b2a5f..66f3b9c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Net::SSH.
 
+0.03  Wec Oct 24 03:49:06 2001
+       - current OpenSSH wants s/ /=/ in -o options
+       - more documentation updates
+
 0.02  Sat Nov 25 22:44:21 2000
        - documentation updates
 
diff --git a/SSH.pm b/SSH.pm
index 8acd909..e4e0887 100644 (file)
--- a/SSH.pm
+++ b/SSH.pm
@@ -8,7 +8,7 @@ use IPC::Open3;
 
 @ISA = qw(Exporter);
 @EXPORT_OK = qw( ssh issh sshopen2 sshopen3 );
-$VERSION = '0.02';
+$VERSION = '0.03';
 
 $DEBUG = 0;