From 3e68815a7ba368f8ab9736a2fb36f484eb6cca35 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 24 Feb 2009 17:30:19 +0000 Subject: [PATCH] cap5 fix. --- documentation/RELEASE_NOTES.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 12eb0a393..045881606 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -13,6 +13,13 @@

Changes between 3.14.10 and 3.14.11

+

Perl5 CA library

+ +

The CA::put and CA::put_callback methods now use the native +type of the PV to determine which data type to use in all cases; earlier +versions looked at the Perl data type for single-valued PVs, but this was +truncating some double values into integers.

+

generalTime and epicsTime updates

Allow time providers to supply timestamps in interrupt context. A pair of