2008-05-22  Bob Perry (lb-source@users.sourceforge.net)

	* version.h (VERSION):3.2.3
	
	* micro_evtd.c: Slight change to standby time check.
	
	* Install/microapl:  Added delay_standby, skip_standby and standby
	  to allow user control over standby feature.
	  
	* Install/micro_evtd.1.gz: Updated the man page to provide information
	  on standby feature and controls.  Also, info on the signalling controls.
	  
	* Install/EventScript:  Added standby timer info and corrected issues with
	  temporary folder definitions.  Corrected shutdown invocation following
	  Sylvers suggestions.  Checked timer prior to reporting remaining time.

2008-04-10  Bob Perry (lb-source@users.sourceforge.net)

	* version.h (VERSION):3.2.2

	* micro_evtd.c: Corrected issues with incorrect standby calcs.  Added
	  DST support.  Following Event script changes, fixed issues with fan 
	  monitoring.  Added small delay to micro access as the device must
	  have a small or no FIFO and this improves access.  Also moved the
	  resource lock to allow daemon calls from the EventScipt copy
	  process.  Tested using micro_hog.sh over 24 hours.  Added support for
	  TS but excluded button checking.

	* Makefile: Added option to build a TS version.

	* Install/microapl: Added additional features.

	* Install/micro_evtd: Corrected restart issues.

	* Install/EventScript: Removed redundant calls.  Added LED updates
	  and corrected restart code.

2008-03-28  Bob Perry (lb-source@users.sourceforge.net)

	* version.h (VERSION):3.2.1
	
	* micro_evtd.c: Added feature to enter standby on an elapsed time and
	  to remain in standby if the power up time is not specified.
	  
	* Install/micro_evtd.1.gz: Updated man page to include new feature.
	
2008-03-19  Bob Perry (lb-source@users.sourceforge.net)

	* version.h (VERSION): 3.2.
	
	* micro_evtd.c: Small code changes to address comments.  Tidying up.
	
	* Install/micro_evtd: Minor script changes/improvements.
	
	* Install/microapl: Further updates made.  Added further functionality
	  as provided by mwrobel.
	  
	* Makefile: Updated to include microapl script.
	
2008-02-25  Bob Perry (lb-source@users.sourceforge.net)

	* version.h (VERSION): 3.1.
	
	* micro_evtd.c: Code to remove Windows formatting of the
	  configuration file.  Also added the 'flock' fall-back if IPC is
	  not available.  Addition of priority change to improve running on
	  'busy' systems.  Some corrections to the update rates on no
	  watch-dog.  Now have a button held timer to force other modes
	  of operation.  Moved versioning out into Changelog file.

	* Install/EventScript: Added buzzer and LED flash.  Added code
	  to check the tmp directory and strip any rubbish from the entry
	  if not caught by the daemon.  TODO: Add button timer code.
	  
	* Makefile: Updates for version.h
	
	* Added Changelog.

2008-01-26  Bob Perry (lb-source@users.sourceforge.net)

	* (VERSION): 3.0.
	
	* micro_evtd.c: Corrections to wake code.  Added quiet option to
	  batch mode. Moved standby time to pending_standby to prevent
	  standby entry on reboots.  Correction to pending_standby creation.
			
	* /boot/initrd.buffalo: Pickup initrd timezone offset.
	
	* Install/micro_evtd.1.gz: Updated documentation to cover all the
	  operation of the daemon.
	  
	* Added Makefile.
	
2007-12-31  Bob Perry (lb-source@users.sourceforge.net)

	* (VERSION): 2.2.
	
	* micro_evtd.c: Added batch process feature to speedup execution of
	  multiple commands.  Removed pinging of UART to reduce IO traffic.
	  Added GPIO polling to reduce overhead. Removed UART polling and
	  associated mutex call to reduce time of the script calls via -s.
	  Added standby calling code.  Shifted signal handler to aid debugging.
	  Addition of wake timer.
	  
	* Install/EventScript: Updates to support standby and wake functions.
	
	* Install/micro_evtd.sample: Additions for wave timer.
	
	* Install/micro_evtd.1: Creation of man page.
	
	* Install/micro_evtd: Merged updates from avr_evtd script.
	
	* /boot/initrd.buffalo: Updates for standby.

2007-11-14  Bob Perry (lb-source@users.sourceforge.net)

	* (VERSION): 2.1.
	
	* micro_evtd.c: Some minor tweaks to the processing of input
	  commands.  Also some fixes to the IPCS semaphore control owing
	  to bugs found with intial use of the semaphore.  Removal of
	  sysloging code.  Reduced un-necessary write retry to two.  Also
	  reduced my_status update to only when changed.  Correction to
	  source title.
	  
	* Install/EventScript: Remove miconapl calls.  Removal of redundant
	  code within the system call execution routine. Added button code
	  logic.
	  
2007-09-21  Bob Perry (lb-source@users.sourceforge.net)

	* (VERSION): 2.0.
	
	* micro_evtd.c: Removal of miconapl and merged micro_pd into a
	  single event daemon.  Added semaphore control into daemon but removed
	  kernel reliance by using IPCS (rather resource heavy).
	
	* EventScript: Updates for new commands.
	
2007-09-01  Bob Perry (lb-source@users.sourceforge.net)
	
	* (VERSION): 1.0, Release.
	
	* Added micro_evtd.c
	
	* Added EventScript
	
	* Added /etc/init.d/micro_evtd
	
	* Added /etc/default/micro_evtd
