File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / rsync / NEWS
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri Feb 17 15:09:30 2012 UTC (12 years, 4 months ago) by misho
Branches: rsync, MAIN
CVS tags: rsync3_0_9p0, RSYNC3_0_9, HEAD
rsync

    1: NEWS for rsync 3.0.9 (23 Sep 2011)
    2: Protocol: 30 (unchanged)
    3: Changes since 3.0.8:
    4: 
    5:   BUG FIXES:
    6: 
    7:     - Fix a crash bug in checksum scanning when --inplace is used.
    8: 
    9:     - Fix a hang if a hard-linked file cannot be opened by the sender (e.g.
   10:       if it has no read permission).
   11: 
   12:     - Fix preservation of a symlink's system xattrs (e.g. selinux) on Linux.
   13: 
   14:     - Fix a memory leak in the xattr code.
   15: 
   16:     - Fixed a bug with --delete-excluded when a filter merge file has a rule
   17:       that specifies a receiver-only side restriction.
   18: 
   19:     - Fix a bug with the modifying of unwritable directories.
   20: 
   21:     - Fix --fake-super's interaction with --link-dest same-file comparisons.
   22: 
   23:     - Fix the updating of the curr_dir buffer to avoid a duplicate slash.
   24: 
   25:     - Fix the directory permissions on an implied dot-dir when using --relative
   26:       (e.g. /outside/path/././send/path).
   27: 
   28:     - Fixed some too-long sleeping instances when using --bwlimit.
   29: 
   30:     - Fixed when symlink ownership difference-checking gets compiled into
   31:       unchanged_attrs().
   32: 
   33:     - Improved the socket-error reporting when multiple protocols fail.
   34: 
   35:     - Fixed a case where a socket error could reference just-freed memory.
   36: 
   37:     - Failing to use a password file that was specified on the command-line is
   38:       now a fatal error.
   39: 
   40:     - Fix the non-root updating of directories that don't have the read and/or
   41:       execute permission.
   42: 
   43:     - Make daemon-excluded file errors more error-like.
   44: 
   45:     - Fix a compilation issue on older C compilers (due to a misplaced var
   46:       declaration).
   47: 
   48:     - Make configure avoid finding socketpair on cygwin.
   49: 
   50:     - Avoid trying to reference SO_BROADCAST if the OS doesn't support it.
   51: 
   52:     - Fix some issues with the post-processing of the man pages.
   53: 
   54:     - Fixed the user home-dir handling in the support/lsh script.
   55: 
   56:     - Some minor manpage improvements.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>