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.