From a49df15d0b6f122f078a7aa8e4e82657ef7026fa Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 15 Dec 2025 17:03:03 -0600 Subject: [PATCH] Another PR release note --- documentation/new-notes/PR-711.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 documentation/new-notes/PR-711.md diff --git a/documentation/new-notes/PR-711.md b/documentation/new-notes/PR-711.md new file mode 100644 index 000000000..028287eb9 --- /dev/null +++ b/documentation/new-notes/PR-711.md @@ -0,0 +1,15 @@ +### CA Client Library Enhancement + +GitHub [PR #711](https://github.com/epics-base/epics-base/pull/711) + +* Allow CA clients to determine a server's protocol version. + + Adds a call to the CA client API that allows a client to determine the + server's protocol minor version number. + This is needed to allow the ca-nameserver to report a server's protocol + version correctly to a client. + +* `ca_host_minor_protocol()` return for disconnected channels + + `ca_host_minor_protocol()` now explicitly returns `CA_UKN_MINOR_VERSION` + for a disconnected channel.