diff options
author | ivan <ivan> | 2007-10-14 18:40:59 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-10-14 18:40:59 +0000 |
commit | fc1571c06733c4579e623ea420af3e6c2860e56e (patch) | |
tree | c75813ebded11472649c5d7fecd04e6baac7deb9 /Changes | |
parent | ccd12a399c6ae2e175d78039583a4d5ac3a826a5 (diff) |
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -3,6 +3,19 @@ Revision history for Perl extension Net::SCP. 0.08 unreleased - Fix mkdir error message and extraneous warning, patch from Ofer Nave <onave@bizrate.com>, thanks! + - Remove quit from the SYNOPSIS, and add a no-op quit method anyway, + for the sake of being an easier Net::FTP replacement. Thanks to + Zak Zebrowski <zakzebrowski@yahoo.com>, tvilliers at Lastminute.com, + Joe Smith <joe@inwap.com> and others for the pointer. + Closes: CPAN #14803 + - Fix unused "interactive" option in new method. Huh. Thanks to + John L. Utz III <utz@singingfish.com>. + - Document need to log into boxes once first. + - Add links to the more current stuff on CPAN. + - Patch to prevent an active CHLD reaper from picking up our ssh + process from from peterspeltz@yahoo.com. Closes: CPAN#19189 + - Documentation patch about ssh-keygen from terrence brannon + <tbone@directsynergy.com> 0.07 Wed Mar 3 00:38:25 2004 - get and put methods use OO-style scp to avoid clobbering errstr, |