X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/919ca3a3ccaebf2107304cb83e1ace296ce6ef98..29fe3961abc2dda69b967df7795bb0e6972cd9c4:/NEWS diff --git a/NEWS b/NEWS index b18b6df3..4cf38643 100644 --- a/NEWS +++ b/NEWS @@ -120,6 +120,9 @@ Changes since 2.6.2: - Added the --partial-dir=DIR option that lets you specify where to (temporarily) put a partially transferred file (instead of over- writing the destination file). E.g. --partial-dir=.rsync-partial + Also added support for the RSYNC_PARTIAL_DIR environment variable + that, when found, transforms a regular --partial option (such as + the convenient -P option) into one that also specifies a directory. - Added --keep-dirlinks (-K), which allows you to symlink a directory onto another partition on the receiving side and have rsync treat it @@ -169,6 +172,12 @@ Changes since 2.6.2: finished file would have a very brief window where its permissions disallowed all group and world access. + - Support for literal IPv6 addresses was added to the URL parser for the + "rsync:" scheme (e.g. rsync://[2001:638:500:101::21]:873/module/dir). + + - Added the ability to parse a literal IPv6 address in an "rsync:" URL + (e.g. rsync://[2001:638:500:101::21]:873/module/dir). + INTERNAL: - Some cleanup in the exclude code has saved some per-exclude memory