2016-01-07 Fred Gleason <fredg@paravelsystems.com>
	* Initial package creation.
2016-01-07 Fred Gleason <fredg@paravelsystems.com>
	* Stubbed out 'glassplayer(7).
2016-01-07 Fred Gleason <fredg@paravelsystems.com>
	* Added a 'Connector' class in 'src/common/connector.cpp' and
	'src/common/connector.h'.
	* Added an 'XCast' class in 'src/glassplayer/conn_xcast.cpp' and
	'src/glassplayer/conn_xcast.h'.
2016-01-07 Fred Gleason <fredg@paravelsystems.com>
	* Added a 'Codec' class in 'src/common/codec.cpp' and
	'src/common/codec.h'.
2016-01-07 Fred Gleason <fredg@paravelsystems.com>
	* Tweaked minor bugs in 'configure.ac'.
2016-01-08 Fred Gleason <fredg@paravelsystems.com>
	* Fixed a bug in 'src/glassplay/conn_xcast.cpp' that caused metadata
	strings to be truncated if they contained an apostrophe character.
2016-01-08 Fred Gleason <fredg@paravelsystems.com>
	* Added a Null codec in 'src/glassplayer/codec_null.cpp' and
	'src/glassplayer/codec_null.h'.
	* Added a '--dump-bitstream' switch to glassplayer(1).
	* Fixed a bug in 'src/glassplay/conn_xcast.cpp' that caused gaps in
	the downloaded bitstream when process metadata updates.
2016-01-11 Fred Gleason <fredg@paravelsystems.com>
	* Fixed a bug in 'src/glassplayer/conn_xcast.cpp' that made it
	impossible to process blank metadata updates.
2016-01-11 Fred Gleason <fredg@paravelsystems.com>
	* Implemented an MPEG-1/1.5 decoder in 'src/glassplayer/codec_mpeg1.cpp'
	and 'src/glassplay/codec_mpeg1.h'.
2016-01-12 Fred Gleason <fredg@paravelsystems.com>
	* Added an 'AudioDevice' base class in 'src/common/audiodevice.cpp'
	and 'src/common/audiodevice.h'.
	* Implemented a STDOUT audio device in 'src/glassplayer/dst_stdout.cpp'
	and 'src/glassplayer/dst_stdout.h'.
2016-01-12 Fred Gleason <fredg@paravelsystems.com>
	* Added a glassplayer(1) man page.
2016-01-12 Fred Gleason <fredg@paravelsystems.com>
	* Implemented the '--verbose' option.
2016-01-12 Fred Gleason <fredg@paravelsystems.com>
	* Implemented a '--stdout-format=' switch for glassplayer(1).
2016-01-12 Fred Gleason <fredg@paravelsystems.com>
	* Implemented a FILE audio device in 'src/glassplayer/dst_file.cpp'
	and 'src/glassplayer/dst_file.h'.
2016-01-12 Fred Gleason <fredg@paravelsystems.com>
	* Implemented an ALSA audio device in 'src/glassplayer/dst_alsa.cpp'
	and 'src/glassplayer/dst_alsa.h'.
2016-01-12 Fred Gleason <fredg@paravelsystems.com>
	* Changed the default audio device type from STDOUT to ALSA in
	'src/glassplayer/glassplayer.cpp'.
2016-01-12 Fred Gleason <fredg@paravelsystems.com>
	* Implemented channel remixing in the ALSA driver in
	'src/glassplayer/dev_alsa.cpp'.
2016-01-14 Fred Gleason <fredg@paravelsystems.com>
	* Implemented a '--disable-stream-metadata' option.
	* Added an MPEG-1 codec in 'src/glassplayer/codec_mpeg1.cpp' and
	'src/glassplayer/codec_mpeg1.h'.
2016-01-14 Fred Gleason <fredg@paravelsystems.com>
	* Cleaned up Shoutcast error handling in
	'src/glassplayer/conn_xcast.cpp'.
2016-01-14 Fred Gleason <fredg@paravelsystems.com>
	* Fixed a bug in 'src/glassplayer/codec_mpeg1.cpp' that broke
	the build when configured without LibMad.
2016-01-14 Fred Gleason <fredg@paravelsystems.com>
	* Increased the value of CODEC_RINGBUFFER_SIZE to '33554432' in
	'src/common/codec.h'.
2016-01-14 Fred Gleason <fredg@paravelsystems.com>
	* Refactored the input interface to accept the server URL value
	as the last argument on the command line.
2016-01-14 Fred Gleason <fredg@paravelsystems.com>
	* Cleaned up logging statements to reduce output to STDERR when
	the '--verbose' switch was not specified.
2016-01-15 Fred Gleason <fredg@paravelsystems.com>
	* Fixed a bug in 'src/glassplayer/codec_mpeg1.cpp' that caused
	playout of single channel streams to be incorrect.
2016-01-15 Fred Gleason <fredg@paravelsystems.com>
	* Implemented sample-rate conversion in the ALSA audio device.
2016-01-15 Fred Gleason <fredg@paravelsystems.com>
	* Implemented PLL samplerate adaptation in the ALSA audio device.
2016-01-15 Fred Gleason <fredg@paravelsystems.com>
	* Implemented the 'make rpm' target.
2016-01-20 Fred Gleason <fredg@paravelsystems.com>
	* Implemented an AAC decoder in 'src/glassplayer/codec_fdk.cpp'
	and 'src/glassplayer/codec_fdk.h'.
2016-01-20 Fred Gleason <fredg@paravelsystems.com>
	* Incremented the package version to 0.6.0.
