Skip to content

Commit

Permalink
Version 4.2.1 (Fix release)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fish-Git committed Sep 10, 2019
1 parent 7557584 commit 9b5cbe3
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 33 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ AC_CONFIG_AUX_DIR(autoconf) # (directory containing auxillary build tools)
# -----------------------------------------------------------------------------

VERS_MAJ=4 # first digit of version
VERS_INT=3 # second digit of version
VERS_MIN=0 # third digit of version
VERS_INT=2 # second digit of version
VERS_MIN=1 # third digit of version

AM_INIT_AUTOMAKE(hercules,${VERS_MAJ}.${VERS_INT}.${VERS_MIN})
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
Expand Down
35 changes: 29 additions & 6 deletions html/hercnew.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,45 @@ <h2>What's new in release 4.3

<ul>

<li> xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
<li> xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
<li> xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
<li> xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
<li> xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
<li> xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

</ul>

<p>

<!-- ---------------------------------------------------------------------------- -->

<h2>What's new in release 4.2.1
</h2>

<p>Release date: 10 September 2019

<br>Official Source and Binaries:
<a href="https://github.com/SDL-Hercules-390/hyperion/releases/tag/Release_4.2.1">Release_4.2.1</a>

<br>Refer to the <a href="hercrnot.html#4.2.1">Release notes for SDL Hyperion 4.2.1</a> web page
<br>for more detailed information regarding changes in this release.

<ul>

<li> Make HHC02917 a suppressable msglevel debug only message
<li> Fix CKD suffixed read count file protect bug
<li> CKD dasd serial number support
<li> New "dasdser" serial number utility
<li> Fix various VMFPLC2 issues
<li> Fix Linux exit/quit hang when no traffic on tuntap device
<li> Fix QETH (OSA) missing CSCH interrupt under z/VM
<li> Don't pass "&&" async argument to rexx scripts
<li> Fix bogus HHC01111W warning and cctape display
<li> hercifc network interface configuration utility fixes
<li> SIE fix for z/VM z/Arch real mode guests (e.g. zcms)
<li> 3215/1052 console missing interrupt fix
<li> xxxxx
<li> xxxxx
<li> xxxxx
<li> xxxxx
<li> Various internal fixes and improvements
<li> Various important 3215/1052 console fixes
<li> Various other minor internal fixes and improvements

</ul>

Expand Down
64 changes: 39 additions & 25 deletions html/hercrnot.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,50 @@ <h2>Release notes for <a href="https://github.com/SDL-Hercules-390/hyperion/rele
&nbsp;&nbsp; <i>(in development)</i>
</h2>

<p>
<dl>


<dt>XXXXXXXXXXXX
<dd>
<p>
xxxxxxx xxx xx xxx xxxxxxxx xxxxxxxx...
xxxxxxx xxx xx xxx xxxxxxxx xxxxxxxx...
xxxxxxx xxx xx xxx xxxxxxxx xxxxxxxx...
xxxxxxx xxx xx xxx xxxxxxxx xxxxxxxx...
xxxxxxx xxx xx xxx xxxxxxxx xxxxxxxx...
</p>


<dt>XXXXXXXXXXXX
<dd>
<p>
xxxxxxx xxx xx xxx xxxxxxxx xxxxxxxx...
xxxxxxx xxx xx xxx xxxxxxxx xxxxxxxx...
xxxxxxx xxx xx xxx xxxxxxxx xxxxxxxx...
xxxxxxx xxx xx xxx xxxxxxxx xxxxxxxx...
xxxxxxx xxx xx xxx xxxxxxxx xxxxxxxx...
</p>


</dl>

<!-- --------------------------------------------------------------------------------- -->

<a name=4.2.1></a>
<hr noshade>

<h2>Release notes for <a href="https://github.com/SDL-Hercules-390/hyperion/releases/tag/Release_4.2.1">SDL Hyperion 4.2.1</a>
</h2>

<p>
<dl>


<dt>CKD serial number support
<dd>
<p>
Version 4.3 of SDL Hercules Hyperion introduces support for assigning
Version 4.2.1 of SDL Hercules Hyperion introduces support for assigning
serial numbers to CKD dasd devices. This is usually only a concern for
guests which care about the serial number field in the device's Node Element
Descriptor (NED) information returned by the RCD (Read Configuration Data)
Expand All @@ -48,8 +84,8 @@ <h2>Release notes for <a href="https://github.com/SDL-Hercules-390/hyperion/rele
<p>
To assign a permanent (stable never changing) serial number to a CKD dasd
image (including those created with older versions of Hercules) a new
dasd utility has been created called <b><code>dasdser</code></b>. (start
<code>dasdser</code> without any arguments for usage information.)
dasd utility has been created called <b><code>dasdser</code></b>. Start
<code>dasdser</code> without any arguments for usage information.
<p>
The serial number that Hercules actually uses for a given CKD dasd
(whether internally generated or obtained from the actual dasd image file)
Expand All @@ -62,28 +98,6 @@ <h2>Release notes for <a href="https://github.com/SDL-Hercules-390/hyperion/rele
</p>


<dt>XXXXXXXXXXXX
<dd>
<p>
xxxxxxx xxx xx xxx xxxxxxxx xxxxxxxx...
xxxxxxx xxx xx xxx xxxxxxxx xxxxxxxx...
xxxxxxx xxx xx xxx xxxxxxxx xxxxxxxx...
xxxxxxx xxx xx xxx xxxxxxxx xxxxxxxx...
xxxxxxx xxx xx xxx xxxxxxxx xxxxxxxx...
</p>


<dt>XXXXXXXXXXXX
<dd>
<p>
xxxxxxx xxx xx xxx xxxxxxxx xxxxxxxx...
xxxxxxx xxx xx xxx xxxxxxxx xxxxxxxx...
xxxxxxx xxx xx xxx xxxxxxxx xxxxxxxx...
xxxxxxx xxx xx xxx xxxxxxxx xxxxxxxx...
xxxxxxx xxx xx xxx xxxxxxxx xxxxxxxx...
</p>


</dl>

<!-- --------------------------------------------------------------------------------- -->
Expand Down

0 comments on commit 9b5cbe3

Please sign in to comment.