If configured with --enable-maintainer-mode, then on receipt of a
[rsync/rsync.git] / NEWS
1 rsync 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     * If configured with --enable-maintainer-mode, then on receipt of
13       a fatal signal rsync will try to open an xterm running gdb,
14       similarly to Samba's "panic action" or GNOME's bug-buddy.
15       (Martin Pool)
16
17
18   BUG FIXES:
19
20     * Fix situation where failure to fork (e.g. because out of process
21       slots) would cause rsync to kill all processes owned by the
22       current user.  Yes, really!  (Paul Haas, Martin Pool)
23
24     * Fix test suite on Solaris.  (Jos Backus, Martin Pool)
25
26     * Fix minor memory leak in socket code.  (Dave Dykstra, Martin
27       Pool.)
28
29     * Fix --whole-file problem that caused it to be the default even
30       for remote connections.  (Martin Pool, Frank Schulz)
31
32     * Work around bug in Mac OS X mkdir(2), which cannot handle
33       trailing slashes.
34       <http://www.opensource.apple.com/bugs/X/BSD%20Kernel/2734739.html>
35       (Martin Pool)
36
37     * Improved network error handling.  (Greg A. Woods)