2018-08-24 Fred Gleason <fredg@paravelsystems.com>
	* Initial package creation.
2018-08-24 Fred Gleason <fredg@paravelsystems.com>
	* Added a 'Config' class.
2018-08-24 Fred Gleason <fredg@paravelsystems.com>
	* Added an 'Alert' class.
	* Stubbed out easp(1).
2018-08-24 Fred Gleason <fredg@paravelsystems.com>
	* Laid out basic UI in easp(1).
2018-08-27 Fred Gleason <fredg@paravelsystems.com>
	* Finished basic UI layout.
2018-08-27 Fred Gleason <fredg@paravelsystems.com>
	* Added a 'rivwebcapi' dependency.
2018-08-28 Fred Gleason <fredg@paravelsystems.com>
	* Implemented a basic manual workflow.
2018-08-29 Fred Gleason <fredg@paravelsystems.com>
	* Updated the sample easpanel.conf(5) file.
2018-08-30 Fred Gleason <fredg@paravelsystems.com>
	* Modified the cart labeling in Rivendell.
2018-08-30 Fred Gleason <fredg@paravelsystems.com>
	* Modified the format of alert messages to use raw DASDAQ format.
2018-09-01 Fred Gleason <fredg@paravelsystems.com>
	* Modified logic to use per-alert EOM audio.
2018-09-01 Fred Gleason <fredg@paravelsystems.com>
	* Added a 'rlm_easpanel' RLM.
	* Implemented automatic event dismissal.
2018-09-01 Fred Gleason <fredg@paravelsystems.com>
	* Added logic to advance alerts to fill empty button positions.
2018-09-01 Fred Gleason <fredg@paravelsystems.com>
	* Fixed a bug that was causing audio files not to be deleted when
	an event was dismissed.
2018-09-01 Fred Gleason <fredg@paravelsystems.com>
	* Implemented 'Automatic' mode.
2018-09-02 Fred Gleason <fredg@paravelsystems.com>
	* Changed the header file path for rivcapi components from 'rivendell/'
	to 'rivwebcapi/'.
2018-09-02 Fred Gleason <fredg@paravelsystems.com>
	* Fixed a regression in easp(1) that broke automatic dismissal of
	alerts in LiveAssist mode.
2018-09-02 Fred Gleason <fredg@paravelsystems.com>
	* Added an 'easpanel' icon.
	* Added a desktop entry for 'EASPanel'.
2018-09-02 Fred Gleason <fredg@paravelsystems.com>
	* Added a 'make rpm' target.
2018-09-03 Fred Gleason <fredg@paravelsystems.com>
	* Added logic to avoid placing alerts immediately before voicetracks.
2018-09-03 Fred Gleason <fredg@paravelsystems.com>
	* Added 'NormalizationLevel=' and 'AutotrimLevel=' parameters to
	the '[Rivendell]' section of easpanel.conf(5).
2018-09-03 Fred Gleason <fredg@paravelsystems.com>
	* Fixed a bug that caused new events to fail to be sent to the
	log if the previous event was never played.
2018-09-03 Fred Gleason <fredg@paravelsystems.com>
	* Enabled display of error text in alert buttons.
2018-09-03 Fred Gleason <fredg@paravelsystems.com>
	* Added logic to send pending alerts when first placed into
	'Automatic' mode.
2018-09-03 Fred Gleason <fredg@paravelsystems.com>
	* Added EAS incoming messages and audio directories to the
	RPM spec file.
2018-09-03 Fred Gleason <fredg@paravelsystems.com>
	* Corrected the permissions of the EAS incoming messages and audio
	directories in the RPM spec file.
2018-09-03 Fred Gleason <fredg@paravelsystems.com>
	* Added code to bring main window to top when processing a new alert.
2018-09-03 Fred Gleason <fredg@paravelsystems.com>
	* Modfied code to make main window to top to work with GNOME 2.
2018-09-03 Fred Gleason <fredg@paravelsystems.com>
	* Fixed bug that was causing second and subsequent alerts to
	fail to be sent to log when in 'Automatic' mode.
2018-09-07 Fred Gleason <fredg@paravelsystems.com>
	* Incremented the package version to 0.5.0.
2018-09-07 Fred Gleason <fredg@paravelsystems.com>
	* Removed the 'EasMessages=' directive from the '[Paths] section
	of easpanel.conf(5).
	* Removed the 'EasAudio=' directive from the '[Paths] section
	of easpanel.conf(5).
	* Added a 'EasDataDirectory=' directive to the '[Paths]' section
	of easpanel.conf(5).
	* Added a 'EasMessageExtension=' directive to the '[Paths]' section
	of easpanel.conf(5).
2018-09-07 Fred Gleason <fredg@paravelsystems.com>
	* Consolidated the '/var/eas/messages' and '/var/eas/audio'
	directories.
2018-09-07 Fred Gleason <fredg@paravelsystems.com>
	* Incremented the package version to 0.5.1.
2018-09-17 Fred Gleason <fredg@paravelsystems.com>
	* Added an 'Alt-X' keyboard shortcut to quit easp(1).
	* Removed the 'Close' button frpm the titlebar of easp(1).
	* Disabled the 'Close' item on the system menu of easp(1).
2018-09-19 Fred Gleason <fredg@paravelsystems.com>
	* Fixed a race where an alert would show 'Error' if the raw alert
	data was read before all audio files were available.
2018-09-19 Fred Gleason <fredg@paravelsystems.com>
	* Fixed a bug that caused the 'Alt-X' key to fail to work after
	easp(1) processed a new alert.
2018-09-19 Fred Gleason <fredg@paravelsystems.com>
	* Refactored easp(1) so as to utilize attention signals from DASDEC
	with one second of silence before and after.
	* Added 'LiveassistFriendlyIntroCart=' and
	'LiveassistFriendlyOutroCart=' directives to easpanel.conf(5).
2018-09-20 Fred Gleason <fredg@paravelsystems.com>
	* Removed the 'LogMachine=' directive from the '[Rivendell]' section
	of easpanel.conf(5).
	* Modified easp(1) so that voicetracks are skipped over when
	executing an alert in 'Automatic' mode.
2018-09-20 Fred Gleason <fredg@paravelsystems.com>
	* Fixed a bug in easp(1) that failed to clean up attentional signal
	and silence carts when exiting.
2018-09-20 Fred Gleason <fredg@paravelsystems.com>
	* Added '[IntroCarts]' and '[OutroCarts]' sections to
	easpanel.conf(5).
2018-09-20 Fred Gleason <fredg@paravelsystems.com>
	* Incremented the package version to 0.8.0.
2018-09-27 Fred Gleason <fredg@paravelsystems.com>
	* Added an 'EasBackupDirectory=' parameter to the '[Paths]' section
	of easpanel.conf(5).
	* Fixed a bug in easp(1) that caused attention signal audio to
	fail to be included when retiring an alert.
2018-09-27 Fred Gleason <fredg@paravelsystems.com>
	* Modified event flow so as to include an attention signal only
	when an alert includes message audio.
2018-09-28 Fred Gleason <fredg@paravelsystems.com>
	* Added '[LiveassistIntroCarts]' and '[LiveassistOutroCarts]'
	sections to easpanel.conf(5).
2018-09-28 Fred Gleason <fredg@paravelsystems.com>
	* Fixed a bug in easp(1) that caused date-times to be displayed
	in UTC regardless of the local timezone configured.
2018-09-28 Fred Gleason <fredg@paravelsystems.com>
	* Removed the 'Send to Log (CANNED)' button from easp(1).
	* Renamed the 'Send to Log (LIVE)' button to 'Send to Log'.
2018-09-28 Fred Gleason <fredg@paravelsystems.com>
	* Incremented the package version to 0.9.0.
2018-11-03 Fred Gleason <fredg@paravelsystems.com>
	* Removed dead code from easp(1).
2018-11-03 Fred Gleason <fredg@paravelsystems.com>
	* Modified Send to Log when in Live Assist mode to place a STOP
	transition on the alert header when a Liveassist Friend Intro
	cart is configured.
2018-11-03 Fred Gleason <fredg@paravelsystems.com>
	* Incremented the package version to 0.9.1.
