diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index c212f664d..b1acd68c9 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -12,6 +12,14 @@

Changes between 3.14.9 and 3.14.10

+

Added Perl5 CA library

+ +

Base now provides a CA client library interface for Perl5 scripts in +src/cap5 and includes some alternative implementations of the catools +programs written in Perl (for demonstration purposes mainly). Documentation on +how to use the library is available in html/CA.html after the build +completes.

+

IOC ignores SIGHUP

iocInit() installs an signal handler for ignoring SIGHUP. This fixes a