Clean up text.
[rsync/rsync.git] / NEWS
CommitLineData
daa3d0e2
MP
1rsync changes since last release
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
4c631ac6 19 * Fix test suite on Solaris. (Jos Backus)
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)