From 6572816a6ad1744c7f2d40e367336d638e532c8c Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 2 May 2017 20:16:49 -0400 Subject: [PATCH] update RELEASE_NOTES --- documentation/RELEASE_NOTES.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 606fc65c1..2561f2cf4 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -21,6 +21,18 @@ --> +

EPICS_CA_MAX_ARRAY_BYTES is optional

+ +

+With this change libca, RSRV, and PCAS no longer need to use EPICS_CA_MAX_ARRAY_BYTES +to set a maximum allocation size. +The large array free-list is replaced with individual allocations +when a send/receiver buffer larger than 16KB is needed. +Add new configuration parameter EPICS_CA_AUTO_MAX_ARRAY_BYTES which defaults to NO. +libca and RSRV respect EPICS_CA_AUTO_MAX_ARRAY_BYTES=YES. +PCAS ignores EPICS_CA_AUTO_MAX_ARRAY_BYTES=YES, and thus now ignores EPICS_CA_MAX_ARRAY_BYTES entirely. +

+

Channel Access "modernization"

Drop support for CA clients advertising protocol versions less than 4.