00001 /*! @file release.notes 00002 * 00003 * Managers: Tom Meyer (meyer@iastate.edu), John Hill (jhill@hep.phy.cam.ac.uk) 00004 * 00005 * 00006 * - Version 1.2 13 Dec 02 00007 * -# Fixed exception handling following calls to "new" operator 00008 * -# Changed comments to follow ATLAS Doxygen recommendations 00009 * -# Removed redundant call to registerPort in RodModule constructor 00010 * - Version 1.1 27 Nov 02 00011 * -# Worked around VME block read problem by looping over single reads 00012 * -# Patched mdspBlockRead verification of HPIA value 00013 * -# Overloaded << to give status information 00014 * -# Fixed syntax in exception throws 00015 * -# Added NoImageFile to exception list in initSlaveDsp 00016 * -# Test results of all "new" items, throw exception if a problem exists. 00017 * -# Added throw() to all significant methods that do not throw exceptions 00018 * -# Changed rodResetValue in initialize() and reset() from 0x80 to 0xc0 00019 * - Version 1.0. 25 Oct 02. 00020 * -# Tagged it as RodModule-1-0 in CVS. Module name of 00021 * -# RodDaq also defined. 00022 * -# VME block write problem worked around by looping over single writes. 00023 */