2003-08-12  Bruce Gallop (RAL)  <gallop@ppatlas1.physics.ox.ac.uk>

	* doAll.cc: BJG 12/8/03
	 doAll.cc
	  Print unused (but configured) modules

	* configuration.cc: BJG 12/8/03
	 configuration.cc
	  Implement listUnusedModules and configureModuleFromFile

	* configuration.h: BJG 12/8/03
	 configuration.h
	  Add methods
	   saveModuleConfiguration
	   listUnusedModules
	   configureModuleFromFile

2003-08-11  Matt Palmer (Cambridge LHC)  <palmer@ppatlas1>

	* configuration.h:
	Fix #include under $SCTPIXEL_DAQ_ROOT - extra RodDaq was there

2003-08-08  Bruce Gallop (RAL)  <gallop@ppatlas1.physics.ox.ac.uk>

	* lookup.cc: BJG 8/8/03
	 lookup.cc
	  Uninitialized memory fix

2003-07-30  Bruce Gallop (RAL)  <gallop@ppatlas1.physics.ox.ac.uk>

	* test.cc, query.cc, powerDump.cc, lookup.cc, log.h, log.cc, create.cc, configuration.h, configuration.cc, Makefile:
	BJG 30/7/03
	 Modified Files:
	  Makefile
	   Copy log from SctApi to avoid circular dependence!
	  configuration.cc configuration.h create.cc lookup.cc
	  powerDump.cc query.cc test.cc
	   Add loads of std:: stuff for gcc3
	 Added Files:
	  log.cc log.h
	   Copy from SctApi

2003-07-29  Bruce Gallop (RAL)  <gallop@ppatlas1.physics.ox.ac.uk>

	* configuration.cc: BJG 29/7/03
	 Modified Files:
	  configuration.cc
	   Get rid of redundant messages

	* configuration.cc: BJG 29/7/03
	 configuration.cc
	  New power config headers

2003-07-28  bgallop  <bgallop@ppatlas1>

	* powerDump.cc: BJG 28/7/03
	 Modified Files:
	  powerDump.cc
	   New API

2003-07-25  Matt Palmer (Cambridge LHC)  <palmer@ppatlas1>

	* Makefile: Tidy up and copy things to the right places

2003-07-25  sctrod  <sctrod@ppatlas1>

	* doAll.cc: BJG 25/7/03
	 doAll.cc
	  Don't use getBOCMappings

	* configuration.h, configuration.cc: BJG 25/7/03
	 Modified Files:
	  configuration.cc configuration.h
	   Move MRS about (put in SCT partition)
	   Remove getBOCMappings

2003-07-25  bgallop  <bgallop@ppatlas1>

	* configuration.cc: BJG 25/7/03
	 configuration.cc
	  Fix some MRS errors
	  Add IS datapoint for filename

2003-07-16  sctrod  <sctrod@ppatlas1>

	* configuration.cc: BJG 16/7/03
	 configuration.cc
	  Fix trim start and end (hex even if not stated)
	  Non personalised MRS messages (Who are Jim and Peter?)

2003-07-09  Bruce Gallop (RAL)  <gallop@ppatlas1.physics.ox.ac.uk>

	* powerDump.cc: BJG 9/7/03
	 Added Files:
	  powerDump.cc
	   Test powersupply dump code

	* configuration.h, configuration.cc: BJG 9/7/03
	 Modified Files:
	  configuration.cc configuration.h
	   Add writePowerSupplyDump or something

	* Makefile: BJG 9/7/03
	 Modified Files:
	  Makefile
	   Add powerDump

2003-06-26  Bruce Gallop (RAL)  <gallop@ppatlas1.physics.ox.ac.uk>

	* configuration.h, configuration.cc: BJG 26/6/03
	 Modified Files:
	  configuration.cc configuration.h
	   BOCMapping to FibreMapping

	* Makefile: BJG 26/6/03
	 Makefile
	  Using Matt's Makfile defines

2003-06-20  Bruce Gallop (RAL)  <gallop@ppatlas1.physics.ox.ac.uk>

	* configuration.h: BJG 20/6/03
	 configuration.h
	  Couple of mistakes in endcap comments

	* oksImpl/editSchema: BJG 20/6/03
	 Added Files:
	  editSchema

	* oksImpl/create.cc: BJG 20/6/03
	 Added Files:
	  create.cc

	* oksImpl/doAll.cc: BJG 20/6/03
	 doAll.cc
	  Initial

	* create.cc: BJG 20/6/03
	 create.cc
	  More tidy up

	* create.cc: BJG 20/6/03
	 Modified Files:
	  create.cc
	   Print progress
	   Map power and barrel modules

	* doAll.cc: BJG 20/6/03
	 Modified Files:
	  doAll.cc
	   Tidy up more

	* configuration.h, configuration.cc: BJG 20/6/03
	 Modified Files:
	  configuration.cc configuration.h
	   Get rid of individual xmlGetProp (and delete results)
	   Implement more of new API
	   Map barrel module MURs and Power channels

	* doAll.cc: BJG 20/6/03
	 doAll.cc
	  More fail safe, show things going wrong

	* oksImpl/oksImpl.cc, oksImpl/oksImpl.h, oksImpl/Makefile, oksImpl/SCTSchema.xml:
	BJG 20/6/03
	 Added Files:
	  Makefile SCTSchema.xml oksImpl.cc oksImpl.h
	   Oks implementation of Configuration database

2003-06-17  Bruce Gallop (RAL)  <gallop@ppatlas1.physics.ox.ac.uk>

	* create.cc, test.cc, configuration.cc, configuration.h: BJG 17/6/03
	 Modified Files:
	  configuration.cc configuration.h create.cc test.cc
	   Change API for writing/creating configuration
	    Instead of creating things we configure and map them

	* lookup.cc: BJG 17/6/03
	 Modified Files:
	  lookup.cc
	   Fix warning

	* doAll.cc: BJG 17/6/03
	 Modified Files:
	  doAll.cc
	   Tidy up translation a bit

	* newRod.xml: BJG 17/6/03
	 Modified Files:
	  newRod.xml
	   Add some more channels to the power supplies

	* Makefile: BJG 17/6/03
	 Modified Files:
	  Makefile
	   LDLIBS->LIBS
	   Use Matt's compilation rule (Has _GNU_SOURCE in it for IPC)

2003-06-12  sctrod  <sctrod@ppatlas1>

	* Makefile: BJG 12/6/03
	 Makefile
	  Oops Alan already did that!!

2003-06-09  Bruce Gallop (RAL)  <gallop@ppatlas1.physics.ox.ac.uk>

	* create.cc: BJG 9/6/03
	 create.cc
	  Remove references to XML (encapsulated by configuration class)

	* Makefile: BJG 9/6/03
	 Makefile
	  Install configuration.h

2003-05-21  barr  <barr@ppatlas1>

	* Makefile: install header file

2003-05-21  Bruce Gallop (RAL)  <gallop@ppatlas1.physics.ox.ac.uk>

	* ChangeLog: BJG 21/5/03
	 ChangeLog
	  Automatically by emacs' vc-update-change-log

	* NamespaceDoc.h: BJG 21/5/03
	 NamespaceDoc.h
	  Prototype for namespace docs (no namespace yet!)

2003-05-21  Bruce Gallop (RAL)  <gallop@localhost.localdomain>

	* ChangeLog: BJG 21/5/03
	 ChangeLog
	  Automatically by emacs' vc-update-change-log

	* NamespaceDoc.h: BJG 21/5/03
	 NamespaceDoc.h
	  Prototype for namespace docs (no namespace yet!)

2003-05-21  Bruce Gallop (RAL)  <gallop@localhost.localdomain>

	* NamespaceDoc.h: BJG 21/5/03
	 NamespaceDoc.h
	  Prototype for namespace docs (no namespace yet!)

2003-05-16  Bruce Gallop (RAL)  <gallop@localhost.localdomain>

	* configuration.cc: BJG 16/05/03
	 configuration.cc
	  Make exceptions better self describing

2003-05-01  Bruce Gallop (RAL)  <gallop@localhost.localdomain>

	* doAll.cc: BJG 5/1/03
	 doAll.cc
	  Memory leak

	* configuration.cc: BJG 5/1/03
	 configuration.cc
	  Few initialisation and memory leaks
	  Tabs to spaces

	* create.cc: BJG 1/5/03
	 create.cc
	  Remove redundant code

2003-05-01  sctrod  <sctrod@pplxgen>

	* configuration.cc: BJG 1/5/03
	 Modified Files:
	  configuration.cc
	   Add group to module configuration (not sure if should be here though...)

2003-04-30  sctrod  <sctrod@pplxgen>

	* Makefile: BJG 30/4/03
	 Modified Files:
	  Makefile
	   Fix (remove -shared)

2003-04-17  Bruce Gallop (RAL)  <gallop@localhost.localdomain>

	* README: BJG 17/4/03
	 Added Files:
	  README
	   Description of format

	* Makefile: BJG 17/4/03
	 Modified Files:
	  Makefile
	   Don't make libsctconf.so in this directory

	* doAll.cc: BJG 17/4/03
	 Modified Files:
	  doAll.cc
	   Add TIM checking

	* configuration.cc, configuration.h: BJG 17/4/03
	 Modified Files:
	  configuration.h configuration.cc
	   Add TIM Configuration
	   Boc Present (probably temporary

2003-04-10  sctrod  <sctrod@pplxgen>

	* configuration.h, configuration.cc: BJG 10/4/03
	 Modified Files:
	  configuration.cc configuration.h
	   Add BOC config writing functions
	   Fix order in initialisation list
	   Add logging for all public methods
	   getOrNewChildNode as convenience

	* configuration.cc, configuration.h: BJG 10/4/03
	 Modified Files:
	  configuration.cc configuration.h
	   Add private assignment, copy pair
	   Move some initialisation into initialiser list

2003-04-04  bgallop  <bgallop@pplxgen>

	* .cvsignore: BJG 4/4/03
	 Modified Files:
	  .cvsignore
	   Add *.d (dependecy files)

	* configuration.h, configuration.cc: BJG 4/4/03
	 Modified Files:
	  configuration.cc
	   Fix fibre mappings (if not there return defaults)
	   Some memory leaks plugged (not sure about raw free on content!)
	  configuration.h
	   Add power supply declaration

2003-04-03  sctrod  <sctrod@pplxgen>

	* doAll.cc: Modified Files:
	 doAll.cc
	  More exception catching
	  Use getBOCMappings

	* configuration.h, configuration.cc: Modified Files:
	 configuration.cc configuration.h
	  Add getBOCMappings to get fibre mappings
	  Other changes to do with fibres
	  Attempt to fix memory leaks failed

2003-04-02  sctrod  <sctrod@pplxgen>

	* Makefile: Modified Files:
	 Makefile
	  Put install prereqs in the right order

2003-04-01  sctrod  <sctrod@pplxgen>

	* configuration.h, Makefile: Modified Files:
	 Makefile
	  Use SCT_DAQ_ROOT
	 configuration.h
	  Change include path
	  Add fibre mappings to BocConfig structure

2003-03-27  sct  <sct@pplxgen>

	* Makefile: Modified Files:
	 Makefile
	  Add dependency checking

2003-03-17  sctrod  <sctrod@pplxgen>

	* configuration.h, configuration.cc: Modified Files:
	 configuration.cc configuration.h
	  Update module config printing

	* Makefile: Modified Files:
	 Makefile
	  Add Log.o to library

2003-03-13  sctrod  <sctrod@pplxgen>

	* configuration.h, configuration.cc: Modified Files:
	 configuration.cc configuration.h
	  Use Log to log "errors"

2003-03-11  pwp  <pwp@pplxgen>

	* aRod.xml: PWP 11.03.2003
	 Modified Files:
	  aRod.xml
	   add example showing BOC channle configuration
	  configuration.cc
	   differs only in white spaces

2003-03-07  sctrod  <sctrod@pplxgen>

	* doAll.cc: Modified Files:
	 doAll.cc
	  Test translateToRROD

	* configuration.cc, configuration.h: Modified Files:
	 configuration.cc configuration.h
	  Add translateToRROD
	  Fix BOC address reading
	  Read trim target

2003-02-26  sctrod  <sctrod@pplxgen>

	* configuration.cc: Modified Files:
	 configuration.cc
	  start and end arguments to trim are hex without 0x (from SCTDAQ)

2003-02-03  sct  <sct@pplxgen>

	* configuration.h: Modified Files:
	 configuration.h
	  Add doxygen comments to structures

2003-01-28  sct  <sct@pplxgen>

	* doAll.cc, newRod.xml, configuration.cc, configuration.h, create.cc, Makefile:
	Modified Files:
	 Makefile
	  Create now uses libsctconf.so
	 configuration.cc configuration.h
	  Add create methods to configuration (and clearAll!)
	 create.cc
	  Create using configuration class
	 doAll.cc
	  Add tests for redundancy, BOC etc.
	 newRod.xml
	  Add new BOC config, redundancy, MUR now no leading 0s

2003-01-22  sct  <sct@pplxgen>

	* newRod.xml, Makefile, configuration.cc, configuration.h:
	Modified Files:
	 Makefile
	  Fix lib install
	 configuration.cc configuration.h
	  Deprecate getModule*Position
	  Fix Translation methods (geographical untested)
	 newRod.xml
	  Add stuff for geographical conversion

2003-01-20  sct  <sct@pplxgen>

	* Makefile: Modified Files:
	 Makefile
	  Build libsctconf.so shared library
	  Add install target which copies libraries

2003-01-17  sct  <sct@pplxgen>

	* configuration.cc: Modified Files:
	 configuration.cc
	  More ConfigurationException's

2003-01-13  sct  <sct@pplxgen>

	* loadrod.cc, Makefile: Modified Files:
	 Makefile
	  Remove loadrod.cc (and add NL to EOF)
	Removed Files:
	 loadrod.cc
	  Doesn't do anything relevant to configuration

2003-01-08  sct  <sct@pplxgen>

	* configuration.cc, configuration.h, doAll.cc: Modified Files:
	 configuration.cc configuration.h doAll.cc
	  Add translateFrom and translateTo methods
	  Test in doAll

	* Makefile: Makefile
	 Fix Cambridge build (-fno-implicit-templates)

	* configuration.h: configuration.h
	 More Doxygen comments

	* configuration.cc: configuration.cc
	 Rearrange getAttrAsInt

	* configuration.cc: configuration.cc
	 No Doxygen comments in definition

2003-01-08  bgallop  <bgallop@pplxgen>

	* .cvsignore: Add executables to cvsignore

2003-01-07  Bruce Gallop (RAL)  <gallop@localhost.localdomain>

	* test.cc: Changes to match those in newRod.xml

	* newRod.xml: Add some things that show up in doAll

	* Makefile: Makefile
	 Add clean target

	* doAll.cc: doAll.cc
	 Add more printout and checking

	* configuration.h: configuration.h
	 Add std:: to everything

	* configuration.cc: configuration.cc
	 Make translateToROD + other printing fixes

2003-01-07  bgallop  <bgallop@pplxgen>

	* configuration.cc: configuration.cc
	 Remove commented out old code

	* Makefile: Makefile
	 Merge from CERN (add -g to LDFLAGS)

2003-01-06  bgallop  <bgallop@pplxgen>

	* Makefile: Modified Files:
	 Makefile
	  More fixes to Makefile (hopefully works!)

	* configuration.h, Makefile: Modified Files:
	 sctConf/Makefile
	  Some tidying up
	 sctConf/configuration.h
	  Directories moved...

	* configuration.cc: Tidy up some errors, add using std

2002-12-19  bgallop  <bgallop@pplxgen>


