diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index f52dbd282..9ef13c723 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -14,6 +14,22 @@

May 21 2003

+
+

Changes since 3.14.2

+
+ +

epicsMessageQueue

+

The epicsMessageQueue API has been changed. All functions and methods +to receive a message now have an additional argument which specifies the size +of the receiver buffer. The receive functions/methods return -1 and the +received message is discarded if the received message will not fit in the +buffer. +See the Application Developer's Guide (libCom OSI) for details.

+

+This is an incompatible change. All R3.14.2 applications which use +epicsMessageQueue must be modified before they can be compiled and +used with R3.14.3

+

Changes since 3.14.1