eek
authorivan <ivan>
Sat, 16 Feb 2002 18:26:31 +0000 (18:26 +0000)
committerivan <ivan>
Sat, 16 Feb 2002 18:26:31 +0000 (18:26 +0000)
Changes
README
SSH.pm

diff --git a/Changes b/Changes
index a45b93a..0e6ef41 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,11 @@
 Revision history for Perl extension Net::SSH.
 
+0.05  unreleased
+       - brainfart mis-credit
+
 0.04  Fri Feb 15 14:05:06 2002
        - added ssh_cmd from Martin Langhoff <martin@cwa.co.nz> with updates by
-         Jeff Raffo <jraffo@fix.net>
+         Jeff Finucane <jeff@cmh.net>
 
 0.03  Wec Oct 24 03:49:06 2001
        - current OpenSSH wants s/ /=/ in -o options
diff --git a/README b/README
index 861f60f..5d121c6 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Net::SSH v0.04
+Net::SSH
 
 Copyright (c) 2002 Ivan Kohler.
 Copyright (c) 2002 Freeside Internet Services, LLC
@@ -31,5 +31,5 @@ A mailing list for users and developers is available.  Send a blank message to
 
 Ivan Kohler <ivan-netssh_readme@420.am>
 
-$Id: README,v 1.3 2002-02-15 19:49:54 ivan Exp $
+$Id: README,v 1.4 2002-02-16 18:26:31 ivan Exp $
 
diff --git a/SSH.pm b/SSH.pm
index 609c837..1959994 100644 (file)
--- a/SSH.pm
+++ b/SSH.pm
@@ -9,7 +9,7 @@ use IPC::Open3;
 
 @ISA = qw(Exporter);
 @EXPORT_OK = qw( ssh issh ssh_cmd sshopen2 sshopen3 );
-$VERSION = '0.04';
+$VERSION = '0.05';
 
 $DEBUG = 0;
 
@@ -170,7 +170,7 @@ Ivan Kohler <ivan-netssh_pod@420.am>
 John Harrison <japh@in-ta.net> contributed an example for the documentation.
 
 Martin Langhoff <martin@cwa.co.nz> contributed the ssh_cmd command, and
-Jeff Finucane <jeff.cmh.net> updated it and took care of the 0.04 release.
+Jeff Finucane <jeff@cmh.net> updated it and took care of the 0.04 release.
 
 =head1 COPYRIGHT