From c9d3bc3fcaa8d33cfa6a5791e6ac0118976a1a93 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 10 Feb 2008 21:21:24 -0800 Subject: [PATCH] A few more NEWS tweaks. --- NEWS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a2bb8809..3aeebb99 100644 --- a/NEWS +++ b/NEWS @@ -110,6 +110,8 @@ Changes since 2.6.9: symlink and --copy-unsafe-links or --copy-dirlinks are used (the code already handled this for --copy-links). + - Fixed the combination of --only-write-batch and --dry-run. + ENHANCEMENTS: - A new incremental-recursion algorithm is now used when rsync is talking @@ -168,7 +170,7 @@ Changes since 2.6.9: - Added the --skip-compress=LIST option to override the default list of file suffixes that will not be compressed when using --compress. - + - The daemon's default for "dont compress" was extended to include: *.7z *.mp[34] *.mov *.avi *.ogg *.jpg *.jpeg The matching routine was also optimized to run more quickly. @@ -235,6 +237,9 @@ Changes since 2.6.9: - Rsync now supports the transfer of 64-bit timestamps (time_t values). + - Made the file-deletion code use a little less stack when recursing + through a directory hierarchy of extraneous files. + - Fixed a build problem with older (2.x) versions of gcc. - Added some isType() functions that make dealing with signed characters -- 2.34.1