Use usleep() for msleep() if it is available.
[rsync.git] / NEWS
1 NEWS for rsync 3.1.2 (UNRELEASED)
2 Protocol: 31 (unchanged)
3 Changes since 3.1.1:
4
5   BUG FIXES:
6
7     - ...
8
9   ENHANCEMENTS:
10
11     - Added "(DRY RUN)" info to the --debug=exit output line.
12     - Use usleep() for our msleep() function if it is available.
13     - Added a few extra long-option names to rrsync script, which will make
14       BackupPC happier.
15
16   DEVELOPER RELATED:
17
18     - Fixed a bug with the Makefile's use of INSTALL_STRIP.
19     - Tweaks for newer versions of git in the packaging tools.