-
Notifications
You must be signed in to change notification settings - Fork 11
/
ReleaseNotes_RabbitWeb.txt
88 lines (59 loc) · 2.13 KB
/
ReleaseNotes_RabbitWeb.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
******************************************************
RabbitWeb Release Notes
******************************************************
******************************************************
VERSION 1.05
NEW FEATURES
BUG FIXES
- Defect #81656 fixed.
The zhtml_parse_variablename have the correct allowed
character range check.
OTHER FUNCTIONAL CHANGES
-
******************************************************
******************************************************
VERSION 1.04
NEW FEATURES
BUG FIXES
- Defect #81553 fixed. Submitting a variable multiple
times on a web page should no longer corrupt the
state of that variable.
******************************************************
******************************************************
VERSION 1.03
NEW FEATURES
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
NEW FEATURES
BUG FIXES
- Defect #81238 fixed. A case where guard expressions
containing array #web variables (e.g., $foo[@]) would
generate incorrectly has been fixed.
OTHER FUNCTIONAL CHANGES
******************************************************
******************************************************
VERSION 1.01
NEW FEATURES
BUG FIXES
OTHER FUNCTIONAL CHANGES
******************************************************