From b5860ca2644be596886923c7ef1cbcf0155ca4bb Mon Sep 17 00:00:00 2001 From: rivers Date: Sun, 19 Jun 2011 19:30:40 +0000 Subject: [PATCH] Updates for R1-7 git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@12954 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/areaDetectorReleaseNotes.html | 56 +++++++++++++++++---- 1 file changed, 45 insertions(+), 11 deletions(-) diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html index 8e49b7e..6325990 100755 --- a/documentation/areaDetectorReleaseNotes.html +++ b/documentation/areaDetectorReleaseNotes.html @@ -9,13 +9,16 @@

areaDetector Release Notes

- Release 1-7 (XX-Dec-2010)

+ Release 1-7 (XX-June-2011)
  • Plugins
  • Viewers @@ -74,10 +93,25 @@
  • Renamed pluginSupport.dbd to NDPluginSupport.dbd, and made individual DBD files for each plugin to make it easy for external software to use only a subset of the plugins.
  • +
  • Removed nexusSupport directory, which had previously contained prebuilt versions of the NeXus + library, as well as prebuilt versions of the HDF5 support library. This was replaced + with a NeXusSrc directory which builds the NeXus library from source code on all platforms. + This is currently version NeXus 4.2.1. + A new support directory, hdf5Support, was added which contains the header files and prebuilt + libraries for HDF5. This is currently version 1.8.7 of HDF5.
  • Use CYCGWIN_RPC_LIB variable when building on Cygwin to allow either Cygwin 1.5.x or 1.7.x.
  • Minor changes to many drivers and plugins to allow building dynamically (DLLs) on WIN32.
  • +
  • Added methods to the NDArray class to provide access to maxBuffers, numBuffers, + etc.
  • +
  • Removed JPEG and TIFF libraries on win32-x86, they are not needed because the libraries + are part of GraphicsMagick.
  • +
  • Changed Makefiles so they will work correctly with the -debug variant on the target archs.
  • +
  • Install ADApp/Db/*.template files as part of build process.
  • +
  • Changed NDArrayPool so that it will free the memory in NDArrays in the pool to permit allocating + one with sufficient memory to satisfy an alloc() request. Thanks to Tim Madden for the initial + version of this.