diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html
index 9a8e846..c1a05b1 100755
--- a/documentation/areaDetectorReleaseNotes.html
+++ b/documentation/areaDetectorReleaseNotes.html
@@ -15,21 +15,22 @@
- On Windows if NDFilePath has a trailing '\' then preserve it, else add a '/' character
if one is not present.
+ - Added support for Mac OS X (Darwin).
Drivers
- New URL driver which reads images from any URL, including Web cameras and Axis
- video servers. This driver uses GraphicsMagick to read the images, and can thus handle
- a large number of image formats (JPEG, TIFF, PNG, etc.).
+ video servers. This driver uses GraphicsMagick to read the images, and can thus
+ handle a large number of image formats (JPEG, TIFF, PNG, etc.).
New driver for Bruker BIS (Bruker Instrument Service) detectors. There was a preliminary
- version of this driver in the apex2Src directory in R1-6. It is now fully functional. and should
- work with an BIS detector, not just the Apex2.
- New driver for Photonic Sciences Ltd. (PSL) detectors. This driver currently can do everything
- except read the data back from the detector. That capability needs to be added, which requires
- access to a PSL detector for development and testing.
- Simulation driver. Added additional simulation modes, Gaussian peaks and rings. John Hammonds
- added these features.
+ version of this driver in the apex2Src directory in R1-6. It is now fully functional.
+ and should work with an BIS detector, not just the Apex2.
+ New driver for Photonic Sciences Ltd. (PSL) detectors. This driver currently can
+ do everything except read the data back from the detector. That capability needs
+ to be added, which requires access to a PSL detector for development and testing.
+ Simulation driver. Added additional simulation modes, Gaussian peaks and rings.
+ John Hammonds added these features.
Changed the setShutter() function in ADDriver.h to be a virtual function, which
it should have been all along. The base-class implementation for an EPICS shutter
is now used by default. Changed the drivers to use the virtual function.
@@ -38,17 +39,19 @@
e.g. simDetector.
Pilatus driver. Added support for camserver saving data in the CBF file format,
which is ~4X smaller than TIFF, and for additional header information in the files
- for crystallography. Thanks to Lewis Muir for these additions.
- Prosilica driver. Removed support for writing TIFF files using the driver library. This was
- a problem because their driver uses an incompatible version of libtiff that conflicts with
- the new version used by GraphicsMagick. The driver TIFF writer had no advantage over using the
- NDFileTIFF and NDFileMagick plugins, which have more features and can run in their own threads.
+ for crystallography. Thanks to Lewis Muir for these additions. Set FullFilename_RBV
+ for each file in a multi-image sequence, which was not previously being done.
+ Prosilica driver. Removed support for writing TIFF files using the driver library.
+ This was a problem because their driver uses an incompatible version of libtiff
+ that conflicts with the new version used by GraphicsMagick. The driver TIFF writer
+ had no advantage over using the NDFileTIFF and NDFileMagick plugins, which have
+ more features and can run in their own threads.
Plugins
- - New file writing plugin, NDFileMagick. This uses GraphicsMagick to write files, and
- can write in dozens of file formats, including JPEG, TIFF, PNG, PDF, etc.
+ - New file writing plugin, NDFileMagick. This uses GraphicsMagick to write files,
+ and can write in dozens of file formats, including JPEG, TIFF, PNG, PDF, etc.
- NDPluginColorConvert. Added support for false color when converting 8-bit mono
to RGB1, RGB2, or RGB3. Thanks to Tom Cobb for this addition.
- NDPluginStats. Removed duplicate record for MeanValue_RBV from NDStats.template.
@@ -56,20 +59,23 @@
Viewers
- - ImageJ EPICS_AD_Viewer. Additional sanity check in code to see if EPICS PVs are connected,
- prevent dereferencing a null pointer. Thanks to Lewis Muir for this.
+ - ImageJ EPICS_AD_Viewer. Additional sanity check in code to see if EPICS PVs are
+ connected, prevent dereferencing a null pointer. Thanks to Lewis Muir for this.
Internals
- - Greatly simplified the Makefiles in each driver source directory by having them each include
- a common Makefile.
- - Greatly simplified the dbd files in each driver source directory by having them each include
- a common dbd file.
- - 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.
- - 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.
+ - Greatly simplified the Makefiles in each driver source directory by having them
+ each include a common Makefile.
+ - Greatly simplified the dbd files in each driver source directory by having them
+ each include a common dbd file.
+ - 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.
+ - 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.