diff options
Diffstat (limited to 'pcr/perl-net-sftp-foreign/Changes')
-rw-r--r-- | pcr/perl-net-sftp-foreign/Changes | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/pcr/perl-net-sftp-foreign/Changes b/pcr/perl-net-sftp-foreign/Changes index f730a8973..80126616f 100644 --- a/pcr/perl-net-sftp-foreign/Changes +++ b/pcr/perl-net-sftp-foreign/Changes @@ -1,5 +1,30 @@ Revision history for Net::SFTP::Foreign +1.77 Nov 5, 2013 + - release as stable + - fix misspellings in error message + +1.76_04 Oct 2, 2013 + - fix 'Use of "goto" to jump into a construct is deprecated' + warning (bug report by Brent Bates) + - don't force permissions from rput when copy_perm is unset + +1.76_03 Aug 26, 2013 + - fix several spelling errors + - add spell checking test + - remove pod test from MANIFEST + - ensure that pty is not destroyed before main object (bug + report by Stephen Wylie) during global destruction + +1.76_02 Apr 29, 2013 + - remove warning happening when best_effort was set, specially + visible from Compat module (bug report by emerlyn at + PerlMonks) + +1.76_01 Apr 26, 2013 + - protect against callbacks setting $\ (bug report by Thomas + Wadley) + 1.75 Apr 2, 2013 - release as stable |