diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 97e13eb84..5f3cd383c 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -12,6 +12,16 @@

Changes between 3.14.10 and 3.14.11

+

Build system dependency change

+ +

In order to get GNU make parallel execution (-j option) to work proprely for +multiple target architectures, a new dependency had to be added. Now all +cross-compiled builds depend on their host build. This means that when a +make crosstargetarch command is issued, the EPICS_HOST_ARCH +target build will be executed first, followed by the crosstargetarch +build. Builds done in an O.arch directory will still only build the +arch targets however.

+

Channel Access changes

Mantis 359 fix - ca client library flow control mode related issues