From 7907d9ef66ddcbce2eae38b71ee0e1765182d634 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 28 Nov 2005 13:20:24 +0000 Subject: [PATCH] added notes for Mantis bug fixes for 225,184 --- documentation/RELEASE_NOTES.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 4c29d6d26..2e5e613db 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -136,6 +136,14 @@ the moment of substitution. The syntax for this is $(name=default) or like this: $(name=$(default)). This feature has actually been present since R3.14.6.

+

epicsThreadCreate - vxWorks

+

On vxWorks epicsThreadCreate returned -1 instead of 0 if a thread could +not be created. This is fixed.

+ +

errlog

+On a powerPC, during iocInit, a crash could occur. In particular the SYNAPPS +version of save_restore experienced crashes. This is now fixed.

+

Changes since 3.14.6