Stefan Nehlsen's fix of a timeout problem on large files.
[rsync.git] / NEWS
blobf4749b1c45a5bd66879552ea16b44a7e86598ee1
1 rsync changes since last release
3   ENHANCEMENTS:
5     * The --delete-after option now implies --delete. (Wayne Davison)
7     * The --suffix option can now be used with --backup-dir. (Michael
8       Zimmerman)
10   BUG FIXES:
11   
12     * Fix "forward name lookup failed" errors on AIX 4.3.3.  (John
13       L. Allen, Martin Pool)
15     * Fix compilation on Tru64.  (Albert Chin, Zoong Pham)
17     * Better handling of some client-server errors.  (Martin Pool)
19     * When -e is specified along with an rsyncd url, the client should
20       get a warning but it should not be treated as an error.  (Bill
21       Nottingham)
23       http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=62489
25   INTERNAL:
27     * Many code cleanups and improved internal documentation.  (Martin 
28       Pool, Nelson Beebe)
30     * More test cases.  (Martin Pool)
32     * Updated included popt to the latest vendor drop, version 1.6.4.
33       (Jos Backus)