Share

PerlRsync

File Release Notes and Changelog

Release Name: 0.20

Notes:
Some modest tweaking and a fw bug fixes.


Changes: 0.20 Fri Jan 17 22:24:11 PST 2003 - Added rsyncCmdType argument to File::RsyncP->new. - Allowed rsyncCmd to be a code reference. - Added logHandler to File::RsyncP::FileIO->new, allowing a callback style log function rather than logMsg. - Added logHandlerSet to File::RsyncP::FileIO. - Added optional needMD4 argument to File::RsyncP::FileIO->csumStart. - Renamed sub mkpath to makePath. - Renamed sub mkspecial to makeSpecial. - Replaced unlink() calls with CORE::unlink(). - Added handling of special files to File::RsyncP::FileIO->fileListEltSend - Added File::RsyncP::FileIO->ignoreAttrOnFile. - Sending file deltas now sends deltas if the files are identical, rather than the whole file. - Changed t/rsyncLoad.t to use File::RsyncP instead of File::RsyncP::Digest.