diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html
index 69d61c5..2096e77 100755
--- a/documentation/areaDetectorReleaseNotes.html
+++ b/documentation/areaDetectorReleaseNotes.html
@@ -9,16 +9,11 @@
areaDetector Release Notes
- Release 1-6 (xxx-October-2009???)
+ Release 1-6 (xxx-March-2010???)
- General
- - Converted to be compatible with EPICS base 3.14.11.
- - Converted all databases so that input records are PINI=RUNNING (new) and output
- records are PINI=YES (as before) . This change is needed to work with asyn R4-13,
- which removes a non-elegant hack in asynPortDriver in asyn 4-11 and 4-12. That hack
- worked around the problem in EPICS 3.14.10 and ealier that there was no way to control
- the order in which records with PINI=YES processed at iocInit().
+ - Converted to be compatible with asynPortDriver in asyn R4-13, which changes parameter handling.
- Changes to support 64-bit architectures, including linux-x86_64. This also required
changes to the synApps modules on which areaDetector applications depend (autosave,
busy, etc.)
@@ -30,6 +25,34 @@
- Fixed a bug in the Roper driver. There was a buffer overflow problem in the function
that converts C strings to Windows BSTR strings. This would cause the IOC to crash
when saving SPE files with Comment PVs longer than 40 characters.
+ - Many fixes to Windows Firewire driver:
+
+ - Added dropped frame counter.
+ - Fixed timeout problem with acquire times > 1 second.
+ - Fixed logic when acquisition was turned off
+ - Fixed problem with constructor when it encountered a minor error; was
+ causing capture thread not to be started for some cameras.
+ - Implemented AcquireTime parameter, previously the time could only
+ be changed via a Firewire feature.
+ - Fixed bug when setting a feature value in non-absolute mode after it was set in
+ absolute mode.
+ - Removed the ability to change video modes, formats or rates when acquiring
+ because it is too complex to stop and wait for it to be done.
+ - Report details for all supported Firewire "features" in report() function, called by asynReport() and dbior().
+
+
+
+
+ - Plugins
+
+ - NDPluginROI. Several enhancements. Thanks to Stephen Mudie from the Australian Synchrotron and
+ John Dobbins from Cornell for the initial versions of these.
+
+ - Added LowClip and HighClip PVs to allow optional clipping to minimum and maximum values.
+ - Added ability to grab a background array and optionally subtract this background from all arrays.
+ - Added centroid calculation in X and Y.
+
+