2014-06-26 Fred Gleason <fredg@paravelsystems.com>
	* Initial package creation
2014-06-26 Fred Gleason <fredg@paravelsystems.com>
	* Added a 'CmdSwitch' class in 'syd/cmdswitch.cpp'
	and 'syd/cmdswitch.h'.
	* Added a 'Profile' class in 'syd/profile.cpp'
	and 'syd/profile.h'.
2014-06-26 Fred Gleason <fredg@paravelsystems.com>
	* Added a 'Routing' class in 'syd/routing.cpp' and
	'syd/routing.h'.
2014-06-26 Fred Gleason <fredg@paravelsystems.com>
	* Implemented an LWRP server in 'syd/lwpr.cpp' and
	'syd/lwrp.h'.
2014-06-27 Fred Gleason <fredg@paravelsystems.com>
	* Implemented RTP relaying in 'syd/rtp.cpp' and 'syd/rtp.h'.
2014-06-27 Fred Gleason <fredg@paravelsystems.com>
	* Fixed a bug in 'syd/lwtag.cpp' where type 8 tags were not
	initialized properly.
2014-06-27 Fred Gleason <fredg@paravelsystems.com>
	* Modified advertising generation routines in 'lwrp.cpp' to
	support multiple sources.
2014-06-27 Fred Gleason <fredg@paravelsystems.com>
	* Changed SWITCHYARD_ROUTING_FILE to
	'/var/cache/aoip/routing.db' in 'syd/config.h'.
2014-06-27 Fred Gleason <fredg@paravelsystems.com>
	* Fixed warning in 'syd/lwsource.cpp'.
	* Disabled strict aliasing warning in 'syd/Makefile.am'.
2014-06-27 Fred Gleason <fredg@paravelsystems.com>
	* Implemented stream collation in 'syd/lwrp.cpp' and
	'syd/lwrp.h'.
2014-06-27 Fred Gleason <fredg@paravelsystems.com>
	* Added code to send immediate advertising updates when
	stream parameters are changed in 'syd/lwrp.cpp'.
2014-06-30 Fred Gleason <fredg@paravelsystems.com>
	* Refactored code into AoIP common and application-specific
	elements.
2014-06-30 Fred Gleason <fredg@paravelsystems.com>
	* Split advertising code from 'common/lwrp_server.cpp' and
	'common/lwrp_server.h' into 'common/adv_server.cpp' and
	'common/adv_server.h'.
2014-06-30 Fred Gleason <fredg@paravelsystems.com>
	* Removed clock code from 'common/lwrp_server.cpp' and
	'common/lwrp_server.h'.
2014-06-30 Fred Gleason <fredg@paravelsystems.com>
	* Implemented the 'IP' command in 'common/lwrp_server.cpp'.
2014-06-30 Fred Gleason <fredg@paravelsystems.com>
	* Added an init script in 'syd/rc.syd.in'.
2014-06-30 Fred Gleason <fredg@paravelsystems.com>
	* Added includes in 'syd/rtp_callback.cpp', 'syd/syd.cpp'
	to fix broken build under Debian 7.
2014-07-01 Fred Gleason <fredg@paravelsystems.com>
	* Added 'astring.cpp' and 'astring.h' to the 'distclean'
	target in 'syd/Makefile.am'.
2014-07-01 Fred Gleason <fredg@paravelsystems.com>
	* Added a 'SWITCHYARD_VERSION' define in 'common/config.h'.
2014-07-01 Fred Gleason <fredg@paravelsystems.com>
	* Implemented the 'read_only' parameter for AdvServer in
	'common/adv_server.cpp'.
2014-07-01 Fred Gleason <fredg@paravelsystems.com>
	* Removed the 'SWITCYARD_SLOTS' define from 'common/config.h'.
2014-07-01 Fred Gleason <fredg@paravelsystems.com>
	* Incremented the package version to 0.5.0.
2014-07-01 Fred Gleason <fredg@paravelsystems.com>
	* Fixed varioous build system issues.
2014-07-01 Fred Gleason <fredg@paravelsystems.com>
	* Incremented the package version to 0.5.1.
2014-07-03 Fred Gleason <fredg@paravelsystems.com>
	* Added 'src_meter' and 'dst_meter' public members to
	'Routing' in 'common/routing.cpp' and 'common/routing.h'.
	* Added 'Routing::srcMeterLevel()' and 'Routing::dstMeterLevel()'
	methods in 'common/routing.cpp' and 'common/routing.h'.
	* Added an 'AdvReader' class in 'common/adv_reader.cpp' and
	'common/adv_reader.h'.
2014-07-03 Fred Gleason <fredg@paravelsystems.com>
	* Incremented the package version to 0.6.0.
2014-07-04 Fred Gleason <fredg@paravelsystems.com>
	* Split the 'int sock' argument in the RTP callback into
	'int read_sock,int write_sock' in 'common/rtp.cpp' and
	'common/rtp.h'.
2014-07-04 Fred Gleason <fredg@paravelsystems.com>
	* Incremented the package version to 0.6.1.
2014-07-04 Fred Gleason <fredg@paravelsystems.com>
	* Got building working under OS X 13.2.0.
2014-07-07 Fred Gleason <fredg@paravelsystems.com>
	* Optimized 'Routing::LoadInterfaces()' to select 'en0' as the
	default interface under OS X.
2014-07-08 Fred Gleason <fredg@paravelsystems.com>
	* Refactored socket code in 'common/routing.cpp',
	'common/routing.h' and 'common/rtp.cpp' so as to handle
	subscriptions properly under OS X.
2014-07-08 Fred Gleason <fredg@paravelsystems.com>
	* Fixed a bug in 'configure.ac' that failed to detect certain
	versions of OS X.
2014-07-08 Fred Gleason <fredg@paravelsystems.com>
	* Fixed a bug in 'get_distro.sh' that failed to detect OS X
	correctly.
2014-07-08 Fred Gleason <fredg@paravelsystems.com>
	* Incremented the package version to 0.6.2.
2014-07-10 Fred Gleason <fredg@paravelsystems.com>
	* Added code to create the cache directory automatically.
2014-07-10 Fred Gleason <fredg@paravelsystems.com>
	* Commented out debug code in 'routing.cpp'.
2014-07-10 Fred Gleason <fredg@paravelsystems.com>
	* Incremented the package version to 0.6.3.
2014-07-20 Fred Gleason <fredg@paravelsystems.com>
	* Added a 'GpioServer' class in 'common/gpio_server.cpp' and
	'common/gpio_server.h'.
	* Added code in 'syd/syd.cpp' and 'syd/syd.h' to forward GPI
	events along with RTP audio.
2014-07-30 Fred Gleason <fredg@paravelsystems.com>
	* Added a 'Ringbuffer' class in 'common/ringbuffer.cpp' and
	'common/ringbuffer.h'.
2014-07-30 Fred Gleason <fredg@paravelsystems.com>
	* Incremented the package version to 0.6.4.
2014-08-01 Fred Gleason <fredg@paravelsystems.com>
	* Renamed the 'GpioServer::sendGpi()' method to
	'GpioServer::sendGpo()' in 'common/gpio_server.cpp' and
	'common/gpio_server.h'.
	* Renamed the 'GpioServer::gpiReceived()' signal to
	'GpioServer::gpoReceived()' in 'common/gpio_server.cpp' and
	'common/gpio_server.h'.
2014-08-01 Fred Gleason <fredg@paravelsystems.com>
	* Added a 'GpioServer::sendGpi()' method in 'common/gpio_server.cpp'
	and 'common/gpio_server.h'.
	* Added a 'GpioServer::gpiReceived()' signal in
	 'common/gpio_server.cpp' and 'common/gpio_server.h'.
2014-08-01 Fred Gleason <fredg@paravelsystems.com>
	* Refactored classes in 'common' into a 'libswitchyard' library.
2014-08-01 Fred Gleason <fredg@paravelsystems.com>
	* Added a 'make rpm' target.
	* Added a PkgConfig profile in 'Switchyard.pc.in'.
2014-08-02 Fred Gleason <fredg@paravelsystems.com>
	* Added a 'SyMcastSocket' class in 'sy/symcastsocket.cpp' and
	'sy/symcastsocket.h'.
	* Refactored the 'SyGpioServer' class to use 'SyMcastSocket' in
	'sy/sygpio_server.cpp' and 'sy/sygpio_server.h'.
	* Refactored the 'SyAdvServer' class to use 'SyMcastSocket' in
	'sy/syadv_server.cpp' and 'sy/syadv_server.h'.
2014-08-02 Fred Gleason <fredg@paravelsystems.com>
	* Refactored and simplified the callback system in the 'SyRtpServer'
	class in 'sy/syrtp_server.cpp' and 'sy/sy_rtpserver.h'.
2014-08-02 Fred Gleason <fredg@paravelsystems.com>
	* Added a 'SyRtpServer::shutdown()' method in 'sy/syrtpserver.cpp'
	and 'sy/syrtpserver.h'.
2014-08-02 Fred Gleason <fredg@paravelsystems.com>
	* Added a 'SyRtpHeader' class in 'sy/syrtp_header.cpp' and
	'sy/syrtp_header.h'.
2014-08-02 Fred Gleason <fredg@paravelsystems.com>
	* Added 'syrtp_header.h' to the 'include_HEADERS' rule in
	'sy/Makefile.am'.
	* Added 'symcastsocket.h' to the 'include_HEADERS' rule in
	'sy/Makefile.am'.
2014-08-04 Fred Gleason <fredg@paravelsystems.com>
	* Added an include for 'QtGui/QApplication' in 'tests/syd.cpp' to
	allow building with Qt<=4.2.
2014-08-04 Fred Gleason <fredg@paravelsystems.com>
	* Added 'SySyslog()', 'SyOpenLog()' and 'SyCloseLog()' functions
	in 'sy/sylogger.cpp' and 'sy/sylogger.h'.
2014-08-04 Fred Gleason <fredg@paravelsystems.com>
	* Removed extraneous include from 'sy/sylogger.h'.
2014-08-04 Fred Gleason <fredg@paravelsystems.com>
	* Incremented the package version to 0.7.0.
