X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f7916cbf3f705664ad3037f945b23808af5b2865..65854cf91aacc104c0bda62ba4646f2057cd0bb4:/NEWS diff --git a/NEWS b/NEWS index f7ea48f3..f0f2aa53 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,12 @@ NEWS for rsync 2.6.7 (UNRELEASED) Protocol: 29 (unchanged) Changes since 2.6.6: + OUTPUT CHANGES: + + - The itemized output now uses 'S' for a special file instead of + clumping them together with the 'D' for devices. The number of + characters is also different (to remove an unused field). + BUG FIXES: - Fixed a really old bug that caused --checksum (-c) to checksum all the @@ -125,6 +131,12 @@ Changes since 2.6.6: trailing stars) to match both the dir itself as well as all the content below the dir (dir/** would not match the dir). + - Added the --skip-empty-dirs (-k) option that makes the receiving + rsync discard empty chains of directories from the file-list. This + makes it much easier to scan a source hierarchy using include, + exclude, filter rules, and only end up with the directories needed + to hold the resulting files. + - If the --itemize-changes (-i) option is repeated, rsync now includes unchanged files in the itemized output (similar to -vv, but without all the other verbose messages that can get in the way). Of course,