diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html index f4069d6..0af05ef 100755 --- a/documentation/areaDetectorReleaseNotes.html +++ b/documentation/areaDetectorReleaseNotes.html @@ -49,6 +49,8 @@ that uses pasynCommonSyncIO to force connection to the port and address. The code cannot rely on autoconnect, because there might be no queued requests to a given port address, only interrupt callbacks. +
  • Changed the names of the plugin threads from "NDPluginTask" to portName+"_Plugin" + to make them more meaningful.
  • NDPluginStats: Changes to allow centroid and profile calculations for 1-D arrays.
  • @@ -61,8 +63,14 @@ 4-3-0. Modified the files in this distribution to eliminate all compiler warnings on Windows, Linux, and Darwin. Sent these changes back to the Nexus developers, so hopefully they will be in the next Nexus release as well. -
  • NDFileNetCDF: Fixed bug that caused invalid files to be written on big-endian - machines, e.g. vxWorks.
  • +
  • NDFileNetCDF: + +
  • NDFileDummy: Added NDFileHDF5Register and NDFileNullRegister, needed for running areaDetector on vxWorks.