Jos points out that test -L is still broken on Solaris. Now we try up
[rsync/rsync.git] / NEWS
CommitLineData
d1239eae 1rsync changes since last release
daa3d0e2
MP
2
3 ENHANCEMENTS:
4
118f39d4
MP
5 * With --progress, when a transfer is complete show the time taken;
6 otherwise show expected time to complete. (Cameron Simpson)
142f5be9 7
6aaf8d8c
MP
8 * Make "make install-strip" works properly, and "make install"
9 accepts a DESTDIR variable for help in building binary packages.
ef86d747 10 (Peter Breitenlohner, Greg Louis)
6aaf8d8c
MP
11
12
4c631ac6
MP
13 BUG FIXES:
14
4cf64834
MP
15 * Fix situation where failure to fork (e.g. because out of process
16 slots) would cause rsync to kill all processes owned by the
17 current user. Yes, really! (Paul Haas, Martin Pool)
18
d1239eae 19 * Fix test suite on Solaris. (Jos Backus, Martin Pool)
6b2d24de
MP
20
21 * Fix minor memory leak in socket code. (Dave Dykstra, Martin
22 Pool.)
1bfbf40b
MP
23
24 * Fix --whole-file problem that caused it to be the default even
4cf64834 25 for remote connections. (Martin Pool, Frank Schulz)
b0633744
MP
26
27 * Work around bug in Mac OS X mkdir(2), which cannot handle
28 trailing slashes.
29 <http://www.opensource.apple.com/bugs/X/BSD%20Kernel/2734739.html>
30 (Martin Pool)