Mention the sigaction() and sigprocmask() goodness.
authorWayne Davison <wayned@samba.org>
Thu, 2 Feb 2006 22:38:55 +0000 (22:38 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 2 Feb 2006 22:38:55 +0000 (22:38 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b6aa663..b274c3e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -182,6 +182,10 @@ Changes since 2.6.6:
 
   INTERNAL:
 
+    - We now use sigaction() and sigprocmask() if possible, and fall back on
+      signal() if not.  Using sigprocmask() ensures that rsync enables all the
+      signals that it needs, just in case it was started in a masked state.
+
     - Some buffer sizes were expanded a bit, particularly on systems where
       MAXPATHLEN is overly small (e.g. cygwin).