From a3571c6cce4325ac7802b555637fd24a868fab27 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 30 Sep 2004 09:37:38 +0000 Subject: [PATCH] - Mention the fix for lost output with 2>&1. - Prepare the file for the 2.6.3 final release. --- NEWS | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 399ec5be..aa697dce 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS for rsync 2.6.3 (UNRELEASED) +NEWS for rsync 2.6.3 (30 Sep 2004) Protocol: 28 (unchanged) Changes since 2.6.2: @@ -26,6 +26,10 @@ Changes since 2.6.2: with each newline transformed into a question mark (which prevents a filename from causing an empty line to be output). + - The "backed up ..." message that is output when at least 2 --verbose + options are specified is now the same both with and without the + --backup-dir option. + BUG FIXES: - Fixed a crash bug that might appear when --delete was used and @@ -115,13 +119,13 @@ Changes since 2.6.2: exist, rsync now produces a correct report of files that would be sent instead of dying with a chdir() error. - - The "backed up ..." message that is output when at least 2 --verbose - options are specified is now the same both with and without the - --backup-dir option. - - Fixed a bug that could cause a slow-to-connect rsync daemon to die with an error instead of waiting for the connection to finish. + - Fixed an ssh interaction that could cause output to be lost when the + user chose to combine the output of rsync's stdout and stderr (e.g. + using the "2>&1"). + ENHANCEMENTS: - Added the --partial-dir=DIR option that lets you specify where to -- 2.34.1