Clean up text.
[rsync/rsync.git] / NEWS
CommitLineData
daa3d0e2
MP
1rsync changes since last release
2
3 ENHANCEMENTS:
4
5 * "make install-strip" works. (Greg Louis)
4c631ac6 6
118f39d4
MP
7 * With --progress, when a transfer is complete show the time taken;
8 otherwise show expected time to complete. (Cameron Simpson)
142f5be9 9
6aaf8d8c
MP
10 * Make "make install-strip" works properly, and "make install"
11 accepts a DESTDIR variable for help in building binary packages.
12 (Peter Breitenlohner)
13
14
4c631ac6
MP
15 BUG FIXES:
16
4cf64834
MP
17 * Fix situation where failure to fork (e.g. because out of process
18 slots) would cause rsync to kill all processes owned by the
19 current user. Yes, really! (Paul Haas, Martin Pool)
20
4c631ac6 21 * Fix test suite on Solaris. (Jos Backus)
6b2d24de
MP
22
23 * Fix minor memory leak in socket code. (Dave Dykstra, Martin
24 Pool.)
1bfbf40b
MP
25
26 * Fix --whole-file problem that caused it to be the default even
4cf64834 27 for remote connections. (Martin Pool, Frank Schulz)