X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Changes;h=ef4d1d0c4f03df845c5c7eca30111b212a99530c;hb=HEAD;hp=428652e21c04239c6f5585c0d45dbf3515408861;hpb=a47b0c6b624e2623d505023938d0932298abc7ff;p=Net-SCP.git diff --git a/Changes b/Changes index 428652e..ef4d1d0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,39 @@ Revision history for Perl extension Net::SCP. +0.09 unreleased (will it ever?) + - minor documentation updates + +0.08 Fri Oct 26 16:23:30 PDT 2007 + - Fix mkdir error message and extraneous warning, patch from Ofer Nave + , 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 , tvilliers at Lastminute.com, + Joe Smith and others for the pointer. + Closes: CPAN #14803 + - Fix unused "interactive" option in new method. Huh. Thanks to + John L. Utz III . + - 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 + + +0.07 Wed Mar 3 00:38:25 2004 + - get and put methods use OO-style scp to avoid clobbering errstr, + thanks to paguerlais@airfrance.fr + - remove extraneous warn + +0.06 Sat Apr 13 15:16:56 2002 + - mkdir method added by Anthony Awtrey + +0.05 Wed Oct 24 03:49:06 2001 + - documentation update + +0.04 Wed Feb 07 10:26:11 2000 + - fixed silly scp problem, thanks to Dan McCormick + 0.03 Mon Feb 05 07:02:34 2000 - fixed documentation errors and iscp/issh problems from merge