diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html
index f09c74f..81b8e6e 100755
--- a/documentation/areaDetectorReleaseNotes.html
+++ b/documentation/areaDetectorReleaseNotes.html
@@ -9,7 +9,7 @@
areaDetector Release Notes
- Release 1-6 (8-April-2010)
+ Release 1-6 (14-May-2010)
- General
@@ -55,6 +55,15 @@
for the first image in a dataset if they were changed after the acquisition was
started but before the first image was taken. Added ability to write simulated data
to disk in the simulation driver.
+ - marCCD driver. Added support for baseline stabilization, which is done with the
+ "set stability" and "get stability" remote commands. Baseline stabilization is an
+ extra-cost option for marCCD, so this command only has any affect if that option
+ is present. But all versions of marCCD understand the command remote command syntax,
+ so there is no problem if the option is not installed.
+ Changed the TwoTheta record from a stringout to ao, and this value is now always
+ sent with the "header" remote command. This requires that the string "theta_display_name
+ TwoTheta" be present in one of the marCCD configuration files that gets loaded,
+ typically in goniostat_none.conf or goniostat_sw.conf.
Plugins
@@ -114,6 +123,8 @@
- Fixed a bug in the ImageJ EPICS_AD_Viewer.java that required restarting the plugin
if it was told to start displaying before any frames had been acquired by the IOC.
+ - Fixed a bug in the ImageJ EPICS_AD_Viewer.java that caused an exception when trying
+ to deference a null window pointer.
Internals
@@ -124,6 +135,16 @@
to simplify handling color images.
+ Known problems. This release of areaDetector exposed two bugs in EPICS 3.14.11.
+ Links to the required patches can be found on the
+ EPICS 3.4.11 Known Problems page.
+
+ - The epicsThreadOnceOsd problem can cause crashes with an "assert" error on IOC
+ initialization on Win32 systems.
+ - The macLib problem can cause crashes or memory corruption when the commonPlugins.cmd
+ script expands lines with macros longer than 256 characters.
+
+
Release 1-5 (23-August-2009)