diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html
index 9d8caef..d38f8f4 100755
--- a/documentation/areaDetectorReleaseNotes.html
+++ b/documentation/areaDetectorReleaseNotes.html
@@ -8,6 +8,33 @@
areaDetector Release Notes
+
+ Release 1-5 (xxx-April-2009)
+
+ - Added a driver for mar345 online image plate detector. This driver communicates
+ via a TCP/IP socket with the mar345dtb program, which must be used to control the
+ detector.
+ - Added a driver for Firewire IIDC/DCAM cameras under Windows. This driver uses
+ the Windows 1394 camera driver from Carnegie Mellon University.
+ - Added support for color to the simulation detector driver. It now supports color
+ modes Mono, RGB1, RGB2 and RGB3.
+ - Fixed 2 serious bugs in the Roper driver. It was not selecting ROI mode correctly.
+ When NumAcquisitions was > 1 it was only collecting the first frame correctly,
+ subsequent frames were the same as a first one. This has been isolated to a bug
+ in the WinView COM interface, and a workaround for the problem has been implemented.
+ - Began to document the source code with comments that doxygen can processes. Thanks
+ to John Hammonds from APS for doing this.
+ - Moved the asynPortDriver base C++ class from the areaDetector module to the asyn
+ module. The asynPortDriver base class was modified slightly to make it more general.
+ In particular the constructor no longer hardcodes ASYN_CANBLOCK, ASYN_MULTIDEVICE,
+ epicsThreadPriorityMedium, and epicsThreadStackMedium. This requires that asyn R4-11
+ or later be used, and requires 2 additional arguments to the constructor (priority
+ and stackSize) for all areaDetector drivers and plugins.
+ - Fixed bug in NDPluginFile: was not closing file properly when stream mode was
+ stopped before the requested number of frames.
+ - Fixed Makefiles to instantiate templates on vxWorks.
+ - Minor bug fixes for Prosilica driver (function names in debug statements).
+
Release 1-4 (30-January-2009)