* Added an 'RDAudioConvert::Stage3Pcm24()' method in
'lib/rdaudioconvert.cpp' and 'lib/rdaudioconvert.h'.
* Added a 'Format::Pcm24' value to the 'RDSettings::Format'
enumeration in 'lib/rdsettings.h'.
* Modified the 'RDAudioConvert' class to support generating PCM24
output in 'lib/rdaudioconvert.cpp' and 'lib/rdaudioconvert.h'.
* Modified the 'RDPlayStream' class to support playing PCM24
data in 'rdhpi/rdplaystream.cpp'.
* Modified the 'RDRecordStream' class to support capturing PCM24
data in 'rdhpi/rdrecordstream.cpp'.
* Added an 'audio_peaks_test' harness in 'tests/audio_peaks_test.cpp'
and 'tests/audio_peaks_test.h'.
* Added 'PCM24' to the list of available formats in
'rdadmin/edit_rdlibrary.cpp' and 'rdadmin/edit_rdlibrary.h'.
* Added 'PCM24' to the list of available formats in
'rdadmin/edit_decks.cpp'.
* Added PCM24 support for file importation in
'web/rdxport/import.cpp'.
* Added an 'RDCae::Pcm24' value to the 'RDCae::AudioCoding
enumeration in 'lib/rdcae.h'.
* Instrumented 'HourSelect::updateTimeData()' in
'rdairplay/hourselector.cpp'.
* Instrumented 'LogPlay::transTimerData()' in
'rdairplay/log_play.cpp'.
* Instrumented 'LogPlay::graceTimerData()' in
'rdairplay/log_play.cpp'.
* Instrumented 'RLMHost::timerData()' in 'rdairplay/rlmhost.cpp'.
* Fixed a bug in 'LogPlay::refresh()' that caused a segfault
in 'rdairplay/log_play.cpp'.
* Instrumented the 'LogPlay::refresh()' method in
'rdairplay/log_play.cpp'.
* Fixed a bug in 'lib/rdlivewire.cpp' that caused long LWRP
messages to be truncated.
* Refactored parser code in 'lib/rdlivewire.cpp' for greater
robustness.
* Fixed a bug in 'rdadmin/view_node_info.cpp' that caused
slots to be sorted in incorrect order.
* Renamed the 'STREAMING' column to 'ACTIVE' in
'rdadmin/view_node_info.cpp'.
* Fixed a regression in 'rdairplay/log_play.cpp' that caused
the 'Play Tail' button to start from an incorrect position when
non-zero Start Marker position was set for the cut.
* Fixed a bug in 'lib/rdmatrix.cpp' that caused the configuration
for 'Software Authority Protocol' to grey out the 'IP Address'
field when creating a new matrix.
* Added 'RDMatrix::SoftwareAuthority' to the 'RDMatrix::Type'
enumeration in 'lib/rdmatrix.cpp' and 'lib/rdmatrix.h'.
* Implemented a switcher driver for systems using Software Authority
Protocol in 'ripcd/swauthority.cpp' and 'ripcd/swauthority.h'.
* Added support for 'Conductor', 'Song-ID', 'Year', 'Outcue' and
'Description' fields in 'rlm/rlm_padpoint.c'.
* Fixed a bug when generating the 'Year' field in RLM updates
in 'rdairplay/rlmhost.cpp'.
* Added a '--auto-segue' switch to rdmarkerset(8) in
'utils/rdmarkerset.cpp' and 'utils/rdmarkerset.h'.
* Created a man page for rdmarkerset(8).
* Added a reference to rdmarkerset(8) in the rdimport(1) man page.
* Fixed a bug in 'rdlibrary/list_reports.cpp' that broke the
'Cart Data Dump (CSV)' report when the library was filtered by
group.
* Added 'CONDUCTOR', 'SONG_ID' and 'SCHED_CODE' fields to the
'Cart Data Dump (CSV)' report in 'rdlibrary/list_reports.cpp'.
* Added 'RDMatrix::ModemLines' to the 'RDMatrix::Type' enumeration
in 'lib/rdmatrix.cpp' and 'lib/rdmatrix.h'.
* Added a driver for using tty modem lines for GPIO in
'ripcd/modemlines.cpp' and 'ripcd/modemlines.h'.
* Fixed a bug in 'rdlogmanager/edit_eventline.cpp' that caused
an invalid event line to be created when the dialog was closed
by means of the 'X' button [GitHub issue #000053].
* Fixed a bug in 'rdlogmanager/editschedrules.cpp' and
'rdlogmanager/editschedrules.h' that caused scheduling rule data
to be corrupt if the rules list was resorted [GitHub issue #000054].