some spell-cheking testing fixes (patch by E. Choroba)
Changes for version 1.78_07
setcwd was broken in taint mode (bug report by Julian Bridle and E. Choroba)
Changes for version 1.78_06
the auto resume feature in put method was broken (bug report and fix by Denis Shirokov)
Changes for version 1.78_05
make autodisconnect on current pid/thread the default
WARNING: this is a backward incompatible change!!!
check also the thread generation match before autodisconnecting (bug report by Harry Zhu)
Changes for version 1.78_04
document test_d and test_e methods
avoid running tests in parallel (fixes #RT101936 reported by Karen Etheridge)
flush and close methods now check that the file handle is still open (bug reported by David Jack Wange Olrik, github/#5)
Changes for version 1.78_03
rput handling of copy_perm was broken (bug report by Karsten Wagner Bang)
add support for perm option in rput method
document HP-UX password bug
Changes for version 1.78_02
redo block size autodetection logic which should improve performance greatly in some cases (this is a dangerous change that could introduce regressions, report them!)
add support for new constructor option min_block_size
add support for check option into setcwd method (feature request by T. Linden)
Changes for version 1.78_01
fix more POD errors
fix POD error (reported by Stefan Zwijsen)
require Time::HiRes on Makefile.PL as some distributions don't include it on the base perl distribution
fix doc misspelling (reported by Sándor Farkas)
add support for fsync method via fsync@openssh.com extension