From 7ab61bc79c3b10fb9bed667ee33f10895f33551c Mon Sep 17 00:00:00 2001 From: rivers Date: Mon, 17 Aug 2009 02:18:23 +0000 Subject: [PATCH] Updates for R1-5 git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@9298 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/areaDetectorReleaseNotes.html | 48 ++++++++++++++------- 1 file changed, 32 insertions(+), 16 deletions(-) diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html index a316f2b..b84a38b 100755 --- a/documentation/areaDetectorReleaseNotes.html +++ b/documentation/areaDetectorReleaseNotes.html @@ -9,7 +9,7 @@

areaDetector Release Notes

- Release 1-5 (xxx-July-2009)

+ Release 1-5 (xxx-August-2009) @@ -89,10 +106,9 @@
  • Documentation
  • Internals @@ -136,10 +152,10 @@ to asyn$(TYPE)ArrayIn. This was needed to allow it to be used with asynFloat32 and asynFloat64 data types. This requires a change to all iocBoot st.cmd files that load this template file.
  • -
  • Plugins can now add attributes to an NDArray, which means they can modify the array - and hence need to make a copy of it. This requires that NDArray->release() must be - called in the plugin itself, rather than in the NDPluginDriver base class as was - done previously.
  • +
  • Plugins can now add attributes to an NDArray, which means they can modify the + array and hence need to make a copy of it. This requires that NDArray->release() + must be called in the plugin itself, rather than in the NDPluginDriver base class + as was done previously.