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