From f8e01c553619f727eddb906d0c309564da662d7f Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 5 Jun 2009 15:52:07 +0000 Subject: [PATCH] SIGALARM stuff. --- documentation/RELEASE_NOTES.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index f0f1fcc57..7d5955659 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -12,6 +12,17 @@

Changes between 3.14.10 and 3.14.11

+

Use of SIGALRM disabled

+ +

Previous releases that supported HPUX required that EPICS trap and be able to +generate the SIGALRM signal in order to break out of a blocking socket system +call on those systems (Posix only). There were two API routines that had to be +called by any code using sockets to properly support this. Since we no longer +support HPUX this code is no longer required, and as it breaks the Posix timer +interface on Linux it has been disabled in this release. The API routines now do +nothing on all platforms, and will be removed before the 3.15 Release of +Base.

+

Universal Binaries on Darwin

It is now possible to configure Base on Darwin to build universal binaries