2018-09-03 Fred Gleason <fredg@paravelsystems.com>

* Renamed the 'Add Next' ['PX'] RML to 'Insert Cart' ['PX'].
	* Added an 'offset' parameter to the 'Insert Cart' ['PX'] RML.
This commit is contained in:
Fred Gleason
2018-09-03 14:17:20 +00:00
189 changed files with 29669 additions and 17 deletions

View File

@@ -17542,6 +17542,61 @@
* Added support for the Spinitron v2 API in the 'spinitron_plus' RLM.
2018-08-29 Fred Gleason <fredg@paravelsystems.com>
* Removed spurious syslog warnings when initializing HPI devices.
2018-08-30 Fred Gleason <fredg@paravelsystems.com>
* Moved RLM subsystem to 'apis/rlm/'.
2018-08-30 Fred Gleason <fredg@paravelsystems.com>
* Integrated the 'Rivendell-C-API'
[from https://github.com/RadioFreeAsia/rivendell-c-api] in
'apis/rivwebcapi/'.
* Added a 'rivendell-webapi' RPM subpackage.
2018-08-31 Fred Gleason <fredg@paravelsystems.com>
* Added support for cross-compiling 'rivwebcapi' for Windows with
the MingW64 environment.
2018-08-31 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug that broke the build under MingW32.
2018-08-31 Fred Gleason <fredg@paravelsystems.com>
* Fixed buffer overflow vulnerabilities in the rivwebcapi test
harnesses.
* Modified rd_createticket(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_addcart(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_addcut(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_addlog(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_assignschedcode(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_audioinfo(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_audiostore(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_copyaudio(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_deletelog(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_editcart(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_editcut(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_export(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_exportpeaks(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_listcart(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_listcarts(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_listcartschedcodes(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_listcut(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_listcuts(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_listgroup(7) in the rivwebcapi to process UTF-8
strings correctly.
* Modified rd_listgroups(7) in the rivwebcapi to process UTF-8
strings correctly.
2018-09-03 Fred Gleason <fredg@paravelsystems.com>
* Renamed the 'Add Next' ['PX'] RML to 'Insert Cart' ['PX'].
* Added an 'offset' parameter to the 'Insert Cart' ['PX'] RML.