From 7ba7c861774069d33f0279e847ac3e5792e7a8ce Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 27 Jun 2008 23:39:19 +0000 Subject: [PATCH] Addec cap5. --- documentation/RELEASE_NOTES.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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