@@ -16,13 +16,36 @@ <h1>Hercules Release Notes and Known Issues</h1>
16
16
< hr noshade >
17
17
18
18
< h2 > Release notes for < a href ="https://github.com/SDL-Hercules-390/hyperion/releases/tag/Release_4.3 "> SDL Hyperion 4.3</ a >
19
- < i > (in development)</ i >
20
19
</ h2 >
21
20
22
21
< p >
23
22
< dl >
24
23
25
24
25
+ < dt > Improved CTCE driver functionality.
26
+ < dd >
27
+ < p >
28
+ The CTCE device driver has been enhanced and improved, including changes to
29
+ the syntax of the device statement parameters, Please refer to the
30
+ < a href ="https://github.com/SDL-Hercules-390/hyperion/blob/master/readme/README.NETWORKING.md "> Hercules
31
+ Networking README</ a > as well as to the actual
32
+ < a href ="https://sdl-hercules-390.github.io/html/hercconf.html#CTCE "> Hercules
33
+ Configuration File</ a > web page itself for more information.
34
+ </ p >
35
+
36
+
37
+ < dt > New "MSGCOLOR=DARK/LIGHT" panel option
38
+ < dd >
39
+ < p >
40
+ A new < code > MSGCOLOR</ code > option has been added to the existing
41
+ < a href ="https://sdl-hercules-390.github.io/html/hercconf.html#PANOPT "> < code > PANOPT</ code > </ a >
42
+ configuration file statement
43
+ that will colorize non-informational Error, Warning and Debug panel messages to make them more
44
+ noticable to the user (less likely to be missed). Users are < i > strongly encouraged</ i > to enable
45
+ this new option in their configuration files.
46
+ </ p >
47
+
48
+
26
49
< dt > Watchdog monitoring has been reinstated.
27
50
< dd >
28
51
< p >
@@ -51,39 +74,36 @@ <h2>Release notes for <a href="https://github.com/SDL-Hercules-390/hyperion/rele
51
74
</ p >
52
75
53
76
54
- < dt > Improved CTCE driver functionality.
55
- < dd >
56
- < p >
57
- The CTCE device driver has been enhanced and improved, including changes to
58
- the syntax of the device statement parameters, Please refer to the
59
- < a href ="https://github.com/SDL-Hercules-390/hyperion/blob/master/readme/README.NETWORKING.md "> Hercules
60
- Networking README</ a > as well as to the actual
61
- < a href ="https://sdl-hercules-390.github.io/html/hercconf.html#CTCE "> Hercules
62
- Configuration File</ a > web page itself for more information.
63
- </ p >
64
-
65
-
66
- < dt > Preliminary Transactional-Execution Facility (TXF) support
77
+ < dt > EXPERIMENTAL Transactional-Execution Facility (TXF) support
67
78
< dd >
68
79
< p >
69
80
This release of SDL Hyperion includes preliminary < i > < u > experimental</ u > </ i >
70
81
support for the z/Architecture "Transactional-Execution Facility" (bits 73
71
82
and 50).
72
83
</ p > < p >
73
- This support is known to be < i > incomplete</ i > and not fully functional yet (nor
74
- has it been thoroughly tested either) so it is still considered at this stage
75
- to be < i > < u > highly experimental</ u > </ i > . It does however work well enough
76
- to allow certain guest operating systems requiring it (such as z/OS 2.4 for example)
77
- to successfully IPL.
84
+ This support is known to be incomplete and not 100% functional yet (it still
85
+ has some problems, especially under SIE), so it is still considered to be
86
+ < i > < u > highly experimental</ u > </ i > at this stage . It seems to work well enough
87
+ to allow certain guest operating systems requiring it (such
88
+ as z/OS 2.4 for example) to successfully IPL and run though .
78
89
</ p > < p >
79
- Because it is still incomplete and in the experimental stage however, it is
80
- not enabled by default, so those users wishing to take advantage of it must
81
- first manually enable it in their Hercules configuration file via the
82
- < a href ="https://sdl-hercules-390.github.io/html/hercconf.html#FACILITY "> < code > FACILITY</ code > </ a >
83
- configuration file statement :
90
+ Because it is still considered to be experimental and under active development
91
+ however, it is not enabled by default. Therefore users wishing to take advantage
92
+ of it must first manually enable it in their Hercules configuration file via the
93
+ following two < a href ="https://sdl-hercules-390.github.io/html/hercconf.html#FACILITY "> < code > FACILITY</ code > </ a >
94
+ configuration file statements :
84
95
</ p > < p > < pre >
85
96
FACILITY ENABLE 073_TRANSACT_EXEC
86
97
FACILITY ENABLE 050_CONSTR_TRANSACT</ pre >
98
+ </ p > < p >
99
+ Only when the feature has been fully completed and thoroughly test however,
100
+ will it then be enabled by default. For the time being however, since it is
101
+ still under active development and considered to be experimental, it must be
102
+ manually enabled as described above.
103
+ </ p > < p >
104
+ Should you decide to use, Bug Reports would be < i > greatly appreciated</ i >
105
+ by creating a NEW < a href ="https://github.com/SDL-Hercules-390/hyperion/issues "> GitHub Issue</ a >
106
+ describing the problem along with all supporting documentation. Thank you!
87
107
</ p >
88
108
89
109
0 commit comments