From 3d42f8df29b419dc6ae48c2c923a0337273fb7a6 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Fri, 13 Aug 2004 13:22:52 +0000 Subject: [PATCH] Add note about signals and subthreads. --- documentation/RELEASE_NOTES.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 4f9f38a9b..447cb04a6 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -12,7 +12,8 @@

Changes since 3.14.6

POSIX signals

-

Signals are blocked in all but the main thread.

+

Signals are blocked in all but the main thread. Applications/drivers +which require signal delivery to a subthread will need to be modified.

errlog

errlog now calls atexit and releases all resources when process exits.