* 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].
* Fixed a bug in 'utils/rdimport/rdimport.cpp' that failed to
apply automatic segues correctly when the audio store was not
locally accessible.
* Fixed a bug in 'utils/rdimport/rdimport.cpp' that caused the
value of the '--segue-level' options to be wrong by a factor of
100.
* Refactored the 'RDCut::autoSegue()' method to fetch trim data
via 'RDTrimAudio'.
* Added language in the rdimport(1) man page to resolve ambiguity
regarding how the --segue-level location is dteremined when
normalization is specified.
* Added a 'DSP Utilization' readout for rdhpiinfo(8) in
'utils/rdhpiinfo/rdhpiinfo.cpp' and 'utils/rdhpiinfo/rdhpiinfo.h'.
* Added a 'Profile Details' dialog for rdhpiinfo(8) in
'utils/rdhpiinfo/virtdetails.cpp' and 'utils/rdhpiinfo/virtdetails.h'.
* Fixed a regression in 'lib/rdreport.cpp' that caused RDLogManager
events to be omitted from reports even when the
'Export Event Types - All' checkbox was selected in combination with
'Traffic Log' or 'Music Log' checkboxes. [Fixes GitHub issue
#000021].
* Implemented '--set-string-description' and '--set-string-outcue'
options for rdimport(1) in 'utils/rdimport/rdimport.cpp' and
'utils/rdimport/rdimport.h'.
* Implemented '--set-marker-fadedown=' and '--set-marker-fadeup*='
options for rdimport(1) in 'utils/rdimport/markerset.cpp',,
'utils/rdimport/markerset.h', 'utils/rdimport/rdimport.cpp' and
'utils/rdimport/rdimport.h'.
* Implemented '--set-marker-end-*=' and '--set-marker-start-*='
options for rdimport(1) in 'utils/rdimport/markerset.cpp',,
'utils/rdimport/markerset.h', 'utils/rdimport/rdimport.cpp' and
'utils/rdimport/rdimport.h'.
* Added 'REPORTS.POST_EXPORT_CMD' and 'REPORTS.WIN_POST_EXPORT_CMD'
fields to the database.
* Incremented the database version to 242.
* Added 'RDReport::postExportCommand()' and
'RDReport::setPostExportCommand()' methods in 'lib/rdreport.cpp' and
'lib/rdreport.h'.
* Added 'Linux Post Export Cmd' and 'Windows Post Export Cmd' controls
to the 'Edit Report' dialog in 'rdadmin/edit_report.cpp' and
'rdadmin/edit_report.h'.
* Implemented post export commands in 'lib/rdreport.cpp'.
* Fixed a bug in the 'Edit Audio' dialog in 'lib/rdedit_audio.cpp'
that caused loss of precision when loading the Cut Gain control
[GitHub issue #000037].
* Added support for 'HPI_ADAPTER_MODE_9OSTREAM',
'HPI_ADAPTER_MODE_9OSTREAM' and 'HPI_ADAPTER_MODE_9OSTREAM' modes
in 'utils/rdhpiinfo/change_mode.cpp' and
'utils/rdhpiinfo/rdhpiinfo.cpp'.
* Implemented proper labeling for 'HPI_ADAPTER_MODE_16OSTREAM' mode
with ASI6x85 adapters.