diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 1a8445d08..350eb192f 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -12,6 +12,20 @@
To work properly from Windows DLLs we had to add a second argument to the +ellFree() function, which should be passed the free function to be called. In +most cases this will involve just adding , free to the argument +list.
+ +A race condition meant that sometimes EPICS programs (including the internal +programs such as flex and antelope) built for Win32 architectures would not +start properly on Windows systems that have multiple CPUs. This race has been +fixed.
+In order to get GNU make parallel execution (-j option) to work proprely for