From 8b31f5630f6345f686449f8a84c33c0813283e42 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 28 Jun 2000 04:09:41 +0000 Subject: [PATCH] 286. [bug] On Solaris 2, when named inherited a signal state where SIGHUP had the SIG_IGN action, SIGHUP would be ignored rather than causing the server to reload its configuration. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 6dcc3af901..71285d721a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ + 286. [bug] On Solaris 2, when named inherited a signal state + where SIGHUP had the SIG_IGN action, SIGHUP would + be ignored rather than causing the server to reload + its configuration. + 285. [bug] A change made to the dst API for beta4 inadvertently broke OMAPI's creation of a dst key from an incoming message, causing an assertion to be triggered. Fixed.