diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index cda769147..9cff87b94 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -99,8 +99,8 @@ installation.
epicsEvent is now explicitly required to act as a simple binary semaphore. A single epicsEventSignal call must awaken just one thread when multiple -threads are waiting for the event. A test thats checks for this has been -added to epicsEventTest and the application developers guide is being updated +threads are waiting for the event. A test that checks for this has been +added to epicsEventTest and the Application Developer's Guide has been updated to describe this requirement.
The fields DTYP and INP/OUT can now be specified in any order.
+The fields DTYP and INP/OUT can now be specified in any order in a database +instance (.db) file.
Michael Davidsaver suggested a better implementation of epicsThreadOnce() which makes it possible for all architectures to detect recursive initialization -functions. This change also renames the routines to remove the original macro +functions. This change also renames the routines to remove the original macro, and fixes some questionable usage in places.
Fixed crash when ALG (algorithm) was changed to Average at runtime.
+Fixed a crash when ALG (algorithm) was changed to Average at runtime.
Added build support for the latest Wind River release.
+Added build support for the latest Wind River releases. This does not +include the ability to run on SMP vxWorks systems though, those will need some +more extensive modifications.
Changes to the way in which we generate header dependency files, which are now named with a .d suffix instead of .depends. We now use -the compiler to generate these if possible, and create them in the +the compiler to generate these where possible, and create them in the O.$(T_A) directory.