X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Changes;h=79986fc983f27770beaefa3da7701a26c29857f3;hb=8533e83c88ca5df20f068ba2b4bf18962b7b6fdd;hp=53c78f1ba924891ef31173c67b1bcfdd1e3d114a;hpb=0ad5fbd11b6296d8c92a8c82eaf415e81cb0140e;p=Net-SCP.git diff --git a/Changes b/Changes index 53c78f1..79986fc 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,25 @@ Revision history for Perl extension Net::SCP. +0.09 unreleased (will it ever?) + - minor documentation update + +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