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 @@

Changes between 3.14.10 and 3.14.11

+

Extra argument to ellFree()

+ +

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.

+ +

Time provider on Win32

+ +

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.

+

Build system dependency change

In order to get GNU make parallel execution (-j option) to work proprely for