****************************************************** VERSION 1.03 BUG FIXES - Defect #81542 fixed. Wrong variable type in netconfig.c sample in RabbitWeb. The variable gDHCPOK is define as char when it is supposed to be declared as word. When ifconfig is called to get the status of the DHCP_OK flag it may overwrite the memory position next to the gDHCPOK variable. - Defect #81460 fixed. Unsigned long selection variables now update correctly. - Defect #81466 fixed. The single-parameter version of the print_opt() ZHTML command now correctly displays the current value of the selection variable. OTHER FUNCTIONAL CHANGES - structure name (struct configBlock_st) - code indentation - include versioning macro in RabbitWeb.lib - include error message (RabbitSys imcompatible) in Netconfig.c. ****************************************************** ****************************************************** VERSION 1.02 BUG FIXES - Defect #81238 fixed. A case where guard expressions containing array #web variables (e.g., $foo[@]) would generate incorrectly has been fixed. ******************************************************