From: Wayne Davison Date: Sat, 26 Jun 2010 17:59:30 +0000 (-0700) Subject: Mention more changes. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/1c9eafdda0a8512e20fce4a512e52ceb56a4b1af?hp=cf0f454b8ab967444f2fe5960b3caa01efb93a41 Mention more changes. --- diff --git a/NEWS b/NEWS index 76ecdb59..f8ddf8ed 100644 --- a/NEWS +++ b/NEWS @@ -47,6 +47,12 @@ Changes since 3.0.4: abnormally, and should also avoid dying with an "connection unexpectedly closed" exit when the closed connection is really expected. + - Fixed a bug in the comparing of upper-case letters in file suffixes for + --skip-compress. + + - If an rsync daemon has a module configured without a path setting, rsync + will now disallow access to that module. + ENHANCEMENTS: - Added the --remote-option=OPT (-M OPT) command-line option that is useful @@ -140,3 +146,5 @@ Changes since 3.0.4: DEVELOPER RELATED: - Added more conditional debug output. + + - Changed configure.in to configure.ac.