Patch from Paul Haas:
[rsync/rsync.git] / NEWS
1 rsync changes since last release
2
3   ENHANCEMENTS:
4
5     * "make install-strip" works.  (Greg Louis)
6
7     * With --progress, if we've finished transferring a file, show the
8       time taken; otherwise show expected time to complete. (Cameron
9       Simpson)
10
11   BUG FIXES:
12
13     * Fix situation where failure to fork (e.g. because out of process
14       slots) would cause rsync to kill all processes owned by the
15       current user.  Yes, really!  (Paul Haas, Martin Pool)
16
17     * Fix test suite on Solaris.  (Jos Backus)
18
19     * Fix minor memory leak in socket code.  (Dave Dykstra, Martin
20       Pool.)
21
22     * Fix --whole-file problem that caused it to be the default even
23       for remote connections.  (Martin Pool, Frank Schulz)