From 8421b46398bf798823bafca37b0fcc825ea7abb2 Mon Sep 17 00:00:00 2001
From: Michael Davidsaver
Date: Thu, 4 Feb 2016 17:59:08 -0500
Subject: [PATCH] update release notes
---
documentation/RELEASE_NOTES.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html
index 76c62475b..6f388cf9e 100644
--- a/documentation/RELEASE_NOTES.html
+++ b/documentation/RELEASE_NOTES.html
@@ -23,6 +23,11 @@ For example on a computer with interfaces 10.5.1.1/24, 10.5.2.1/24, and 10.5.3.1
setting "EPICS_CAS_INTF_ADDR_LIST='10.5.1.1 10.5.2.1'" will accept traffic
on the .1.1 and .2.1, but ignore from .3.1
+Previously, CA servers (RSRV and PCAS) would build the beacon address list
+using EPICS_CA_ADDR_LIST if EPICS_CAS_BEACON_ADDR_LIST was no set.
+This is no longer done.
+Sites depending on this should set both envronment variables to the same value.
+
IPv4 multicast for name search and beacons
libca and RSRV may now use IPv4 multicasting for UDP traffic (name search and beacons).