Opened 4 years ago

Closed 4 years ago

#13894 closed enhancement (fixed)

rsync-3.2.3

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 10.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by Bruce Dubbs, 4 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 4 years ago

# NEWS for rsync 3.2.3 (6 Aug 2020)

## Changes in this version:

### BUG FIXES:

  • Fixed a bug in the xattr code that was freeing the wrong object when trying to cleanup the xattr list.
  • Fixed a bug in the xattr code that was not leaving room for the "rsync." prefix in some instances where it needed to be added.
  • Restored the ability to use --bwlimit=0 to specify no bandwidth limit. (It was accidentally broken in 3.2.2.)
  • Fix a bug when combining --delete-missing-args with --no-implied-dirs & -R where rsync might create the destination path of a missing arg. The code also avoids some superfluous warnings for nested paths of removed args.
  • Fixed an issue where hard-linked devices could cause the rdev_major value to get out of sync between the sender and the receiver, which could cause a device to get created with the wrong major value in its major,minor pair.
  • Rsync now complains about a missing --temp-dir before starting any file transfers.
  • A completely empty source arg is now a fatal error. This doesn't change the handling of implied dot-dir args such as "localhost:" and such.

comment:3 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 23470.

Note: See TracTickets for help on using tickets.