From 11d2a64507537f8fd498393f1b0720a79c80df1e Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 18 Oct 2017 20:12:20 -0500 Subject: [PATCH] Clarify release entry wording --- documentation/RELEASE_NOTES.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 2735e40da..8c9810306 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -19,7 +19,7 @@

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 +

This change permits IOCs to be built that omit 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