Files
rsync/NEWS
Wayne Davison 962f8b9004 Complain if an inc-recursive path is not right for its dir.
This ensures that a malicious sender can't use a just-sent
symlink as a trasnfer path.
2014-12-31 13:48:42 -08:00

25 lines
820 B
Plaintext

NEWS for rsync 3.1.2 (UNRELEASED)
Protocol: 31 (unchanged)
Changes since 3.1.1:
BUG FIXES:
- Make sure that an inc-recursive transfer includes the right directory-
name prefixes for each dir. This makes it impossible for a malicious
sender to use a just-sent symlink as a path in a transfer.
- Only skip set_modtime() on a transferred file if the time is exactly
right.
ENHANCEMENTS:
- Added "(DRY RUN)" info to the --debug=exit output line.
- Use usleep() for our msleep() function if it is available.
- Added a few extra long-option names to rrsync script, which will make
BackupPC happier.
- Misc. manpage tweaks.
DEVELOPER RELATED:
- Fixed a bug with the Makefile's use of INSTALL_STRIP.
- Tweaks for newer versions of git in the packaging tools.