diff --git a/documentation/areaDetectorReleaseNotes.html b/documentation/areaDetectorReleaseNotes.html
index cf0ce97..2bf531a 100755
--- a/documentation/areaDetectorReleaseNotes.html
+++ b/documentation/areaDetectorReleaseNotes.html
@@ -9,15 +9,27 @@
areaDetector Release Notes
- Release 1-9 (XXX-November-2012)
+ Release 1-9 (XXX-December-2012)
+ - ADBase
+
+ - Changed NDArray so that some variables that were previously
int are
+ now size_t. This allows areaDetector to handle arrays with more elements
+ than an int can represent. This is not backwards compatible with some
+ drivers and plugins, because for example, the dims[] argument to
+ NDArrayPool->alloc() has been changed from int to size_t.
+ All drivers and plugins in areaDetector have been modified to reflect this change,
+ but user-written drivers and plugins may need some minor modifications.
+
+
- Drivers
- New Andor3 driver for sCMOS (e.g. Neo and Zyla) cameras from Andor. This uses
- Version 3 of the Andor Software Development Kit (SDK).
- Orginal version was written by Phillip Sorensen from Cornell University.
- It runs on 32-bit and 64-bit Linux and 32-bit and 64-bit Windows.
+ Version 3 of the Andor Software Development Kit (SDK). Orginal version was written
+ by Phillip Sorensen from Cornell University. It runs on 32-bit and 64-bit Linux
+ and 32-bit and 64-bit Windows.
+
ImageJ Viewer
- Upgraded CAJ from 1.1.5 to 1.1.10, and JCA from 2.3.2 to 2.3.6. This fixes a problem
@@ -40,7 +52,13 @@
the use of the normal EPICS environment variables.
- Fixes to allow building on Darwin. Thanks to Lewis Muir for these.
+ Other
+
+ - Fixes to allow building on Darwin. Thanks to Lewis Muir for these.
+ - Many minor changes to avoid compiler warnings on Linux, Windows, and Darwin. The
+ only remaining compiler warnings come from imported packages, such as netCDF.
+
+
Release 1-8 (6-October-2012)