X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/21068d8e87cfe777aed2735a3241084b313109ad..2c386ff971dbed3f3f3786cbcd10ce6f24f35a74:/OLDNEWS diff --git a/OLDNEWS b/OLDNEWS index ca962202..613ce8c8 100644 --- a/OLDNEWS +++ b/OLDNEWS @@ -111,8 +111,9 @@ Changes since 2.6.8: - Added a new environment variable to the pre-/post-xfer exec commands (in the daemon's config file): RSYNC_PID. This value will be the same in - both the pre- and post-xfer commands, so it can be used if the pre-xfer - command wants to cache some arg/request info for the post-xfer command. + both the pre- and post-xfer commands, so it can be used as a unique ID + if the pre-xfer command wants to cache some arg/request info for the + post-xfer command. INTERNAL: @@ -305,8 +306,8 @@ Changes since 2.6.6: - Fixed the matching of the dont-compress items (e.g. *.gz) against files that have a path component containing a slash. - - If code reading a filter/exclude file an EINTR error, rsync now clears - the error flag on the file handle so it can keep on reading. + - If the code reading a filter/exclude file gets an EINTR error, rsync now + clears the error flag on the file handle so it can keep on reading. - If --relative is active, the sending side cleans up trailing "/" or "/." suffixes to avoid triggering a bug in older rsync versions. Also, we now