2018-10-10 Fred Gleason <fredg@paravelsystems.com>

* Added an 'RD_ListCartCuts()' function to 'rivwebcapi'.
	* Changed the length of the 'cut_name' member of the 'rd_cut' struct
	from 11 to 41 in 'rivwebcapi'.
	* Added a 'struct rd_cut *cart_cuts' member to the 'rd_cart' struct
	in 'rivwebcapi'.
This commit is contained in:
Fred Gleason
2018-10-10 17:12:00 -04:00
parent 0602962b46
commit 3aa50b54cf
11 changed files with 1231 additions and 9 deletions

View File

@@ -17758,3 +17758,9 @@
* Removed the 'UPDATING CHARACTER SET' section from 'UPGRADING'.
2018-10-09 Fred Gleason <fredg@paravelsystems.com>
* Alphabetized the Makefile component lists in 'rivwebcapi'.
2018-10-10 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RD_ListCartCuts()' function to 'rivwebcapi'.
* Changed the length of the 'cut_name' member of the 'rd_cut' struct
from 11 to 41 in 'rivwebcapi'.
* Added a 'struct rd_cut *cart_cuts' member to the 'rd_cart' struct
in 'rivwebcapi'.