From 461daadd5bf229dfc8ef871ddcd2ed0626037f04 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 25 Jul 2017 00:39:40 -0500 Subject: [PATCH] Release Notes entry --- documentation/RELEASE_NOTES.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 7c5ade339..2735e40da 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -17,6 +17,19 @@ --> +

Extend the dbServer API with init/run/pause/stop methods

+ +

This change permits the IOC to be built that omits the CA server (RSRV) by +removing its registrar entry which is now provided in the new rsrv.dbd +file. Other server layers can be built into the IOC (alongside RSRV or in place +of it) by registering them in a similar manner. The dbServer API is documented +with Doxygen comments in the header file.

+ +

Specific IOC server layers can be disabled at runtime by adding their name to +the environment variable EPICS_IOC_IGNORE_SERVERS (separated by spaces if more +than one should be ignored).

+ +

Changes made between 3.16.0.1 and 3.16.1

IOC Database Support for 64-bit integers