* Make "make install-strip" works properly, and "make install"
[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
142f5be9
MP
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
6aaf8d8c
MP
11 * Make "make install-strip" works properly, and "make install"
12 accepts a DESTDIR variable for help in building binary packages.
13 (Peter Breitenlohner)
14
15
4c631ac6
MP
16 BUG FIXES:
17
4cf64834
MP
18 * Fix situation where failure to fork (e.g. because out of process
19 slots) would cause rsync to kill all processes owned by the
20 current user. Yes, really! (Paul Haas, Martin Pool)
21
4c631ac6 22 * Fix test suite on Solaris. (Jos Backus)
6b2d24de
MP
23
24 * Fix minor memory leak in socket code. (Dave Dykstra, Martin
25 Pool.)
1bfbf40b
MP
26
27 * Fix --whole-file problem that caused it to be the default even
4cf64834 28 for remote connections. (Martin Pool, Frank Schulz)