Clean up text.
[rsync/rsync.git] / NEWS
... / ...
CommitLineData
1rsync changes since last release
2
3 ENHANCEMENTS:
4
5 * With --progress, when a transfer is complete show the time taken;
6 otherwise show expected time to complete. (Cameron Simpson)
7
8 * Make "make install-strip" works properly, and "make install"
9 accepts a DESTDIR variable for help in building binary packages.
10 (Peter Breitenlohner, Greg Louis)
11
12
13 BUG FIXES:
14
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
19 * Fix test suite on Solaris. (Jos Backus)
20
21 * Fix minor memory leak in socket code. (Dave Dykstra, Martin
22 Pool.)
23
24 * Fix --whole-file problem that caused it to be the default even
25 for remote connections. (Martin Pool, Frank Schulz)