Skip to content

Commit af25aa4

Browse files
committed
(preparatory commits for release of 4.7)
1 parent e71293b commit af25aa4

File tree

3 files changed

+68
-22
lines changed

3 files changed

+68
-22
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ AC_CONFIG_AUX_DIR(autoconf) # (directory containing auxillary build tools)
2828
VERS_MAJ=4 # first digit of version
2929
VERS_INT=7 # second digit of version
3030
VERS_MIN=0 # third digit of version
31-
VERS_DEV=1 # flag: 1 = between releases development version
31+
VERS_DEV=0 # flag: 1 = between releases development version
3232
# 0 = official formal release version
3333

3434
AM_INIT_AUTOMAKE(hercules,${VERS_MAJ}.${VERS_INT}.${VERS_MIN})

html/hercnew.html

Lines changed: 66 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,71 @@ <h1>What's new in Hercules</h1>
1313

1414
<!-- ---------------------------------------------------------------------------- -->
1515

16+
<h2>What's new in Version 4.7
17+
</h2>
18+
19+
<p>Release date: 10 March 2024
20+
21+
<br>Official Source and Binaries:
22+
<a href="https://github.com/SDL-Hercules-390/hyperion/releases/tag/Release_4.7">Release_4.7</a>
23+
<br><i>Please refer to the <a href="https://sdl-hercules-390.github.io/html/hercrnot.html#4.7">Release Notes</a> for important information.</i>
24+
25+
<ul>
26+
27+
<li>Fix EX/EXRL instructions to not cause spurious PIC 3 (Tony Harminc, Fish) <a href="https://github.com/SDL-Hercules-390/hyperion/issues/415">#415</a>
28+
<li>Fix E7 Prefix CCW support (Aaron Finerman, Fish)
29+
<li>Fix Read Count Suffix bug causing data corruption <a href="https://github.com/SDL-Hercules-390/hyperion/issues/575">#575</a>
30+
<li>Fix Locate Record Write Track Operation (Aaron Finerman, Fish) <a href="https://github.com/SDL-Hercules-390/hyperion/issues/601">#601</a>
31+
<li>Fix Read Tracks CCW when chained from Prefix (Aaron Finerman, Fish) <a href="https://github.com/SDL-Hercules-390/hyperion/issues/603">#603</a>
32+
<li>Fix various ICKDSF-related CCW handling bugs (Anders Edlund, Fish) <a href="https://github.com/SDL-Hercules-390/hyperion/issues/615">#615</a>
33+
<li>Fix 3705 crash on attach/detach/attach (Jay Maynard)
34+
<li>Fix usleep/nanosleep excessive host CPU consumption (Peter Jansen, Fish) <a href="https://github.com/SDL-Hercules-390/hyperion/issues/589">#589</a>
35+
<li>Fix '--version' and '--usage' switches (Bill Lewis)
36+
<li>Fix TDF file emulated tape open bug (Fish)
37+
<li>Fix maketape utility to not pad binary files (Fish)
38+
<li>Fix Date/time parsing issue in runtest/make-check (Peter Jansen)
39+
<li>Fix dasdseq utility Large/Extended dataset truncation (Gregory, Fish) <a href="https://github.com/SDL-Hercules-390/hyperion/issues/602">#602</a>
40+
<li>Fix Multi-device statement failure handling (Fish) <a href="https://github.com/SDL-Hercules-390/hyperion/issues/604">#604</a>
41+
<li>Fix Hang during device detach (Fish)
42+
<li>Fix Incorrect thread priority handling (Tyler Mitchell)
43+
<li>Fix Occasional crash on exit (Tyler Mitchell)
44+
<li>Fix Confusing/unclear shadow file messages (Fish) <a href="https://github.com/SDL-Hercules-390/hyperion/issues/616">#616</a>
45+
<li>Fix cckdmap utility non-33xx dasd-type bug (Fish)
46+
<li>Fix Shared devices 10-second-delay bug (Fish) <a href="https://github.com/SDL-Hercules-390/hyperion/issues/624">#624</a>
47+
<li>Fix 'ENGINES' command bug (Fish) <a href="https://github.com/SDL-Hercules-390/hyperion/issues/626">#626</a>
48+
<li>Fix Shutdown/exit logging (James Wekel) <a href="https://github.com/SDL-Hercules-390/hyperion/issues/480">#480</a>, <a href="https://github.com/SDL-Hercules-390/hyperion/issues/634">#634</a>
49+
<li>Fix Possible crash at CCKD dasd termination (Fish)
50+
<li>Fix Inaccurate "Running on:" Windows name and version (Bill Lewis, Fish)
51+
<p>
52+
<li>New: Improved CU12, CU14 instruction performance (James Wekel) <a href="https://github.com/SDL-Hercules-390/hyperion/issues/623">#623</a>
53+
<li>New: dasdls utility '-cchh' and '-nosort' options (Ian, Fish)
54+
<li>New: maketape utility meta-file 'BIN' keyword support (Fish)
55+
<li>New: dasdseq utility '-record' mode support (Gregory, Fish) <a href="https://github.com/SDL-Hercules-390/hyperion/issues/614">#614</a>
56+
<li>New: Ability to trace only specific CCW opcodes (Fish) <a href="https://github.com/SDL-Hercules-390/hyperion/issues/576">#576</a>
57+
<li>New: JSON support in HTTP server <a href="https://github.com/SDL-Hercules-390/hyperion/issues/578">#578</a>
58+
<li>New: README.DAEMON document
59+
<li>New: 'iconpfxs' command (Fish)
60+
<li>New: Support quoted strings in storage alteration commands (Fish)
61+
<li>New: Add timed statistics to instruction counting (Andrey) <a href="https://github.com/SDL-Hercules-390/hyperion/issues/588">#588</a>
62+
<li>New: dyngui LCSS devnum support (Fish)
63+
<li>New: Use performance cores on Apple Silicon (Enrico Sorichetti)
64+
<li>New: Support 'clang' builds under Windows MSVC (Peter Jansen) <a href="https://github.com/SDL-Hercules-390/hyperion/issues/629">#629</a>
65+
<li>New: Highlight 'S'evere and 'A'ction messages too (Fish)
66+
67+
</ul>
68+
69+
<p>
70+
71+
<!-- ---------------------------------------------------------------------------- -->
72+
1673
<h2>What's new in Version 4.6
1774
</h2>
1875

1976
<p>Release date: 9 June 2023
2077

2178
<br>Official Source and Binaries:
2279
<a href="https://github.com/SDL-Hercules-390/hyperion/releases/tag/Release_4.6">Release_4.6</a>
80+
<br><i>Please refer to the <a href="https://sdl-hercules-390.github.io/html/hercrnot.html#4.6">Release Notes</a> for important information.</i>
2381

2482
<ul>
2583

@@ -40,9 +98,9 @@ <h2>What's new in Version 4.6
4098
<li>Fix Program check detection if PER trace active (Fish) (<a href="https://github.com/SDL-Hercules-390/hyperion/issues/560">#560</a>)
4199
<p>
42100
<li>New: 'QUITMOUT' command/statement, per user request (Fish)
43-
<li>NEW: "Trace to File" support (Fish) (<a href="https://github.com/SDL-Hercules-390/hyperion/issues/33">#33</a>)
101+
<li>New: "Trace to File" support (Fish) (<a href="https://github.com/SDL-Hercules-390/hyperion/issues/33">#33</a>)
44102
<li>New "t+CPU [cpuad]" selective instruction tracing by CPU (Fish)
45-
<li>NEW: Sockdev socket punch support (Fish) (<a href="https://github.com/SDL-Hercules-390/hyperion/issues/553">#553</a>)
103+
<li>New: Sockdev socket punch support (Fish) (<a href="https://github.com/SDL-Hercules-390/hyperion/issues/553">#553</a>)
46104
<li>New 'txt2card' utility (Fish)
47105
<p>
48106
<li>Don't enable STHYI/ESSA by default (<a href="https://github.com/SDL-Hercules-390/hyperion/issues/531">#531</a>)
@@ -125,9 +183,7 @@ <h2>What's new in Version 4.4.1
125183

126184
<br>Official Source and Binaries:
127185
<a href="https://github.com/SDL-Hercules-390/hyperion/releases/tag/Release_4.4.1">Release_4.4.1</a>
128-
129-
<br>Refer to the <a href="hercrnot.html#4.4.1">Release notes for SDL Hyperion 4.4.1</a> web page
130-
for important and more detailed information regarding some of the changes in this release.
186+
<br><i>Please refer to the <a href="https://sdl-hercules-390.github.io/html/hercrnot.html#4.4.1">Release Notes</a> for important information.</i>
131187

132188
<ul>
133189

@@ -150,9 +206,7 @@ <h2>What's new in Version 4.4
150206

151207
<br>Official Source and Binaries:
152208
<a href="https://github.com/SDL-Hercules-390/hyperion/releases/tag/Release_4.4">Release_4.4</a>
153-
154-
<br>Refer to the <a href="hercrnot.html#4.4">Release notes for SDL Hyperion 4.4</a> web page
155-
for important and more detailed information regarding some of the changes in this release.
209+
<br><i>Please refer to the <a href="https://sdl-hercules-390.github.io/html/hercrnot.html#4.4">Release Notes</a> for important information.</i>
156210

157211
<ul>
158212

@@ -222,9 +276,7 @@ <h2>What's new in Version 4.3
222276

223277
<br>Official Source and Binaries:
224278
<a href="https://github.com/SDL-Hercules-390/hyperion/releases/tag/Release_4.3">Release_4.3</a>
225-
226-
<br>Refer to the <a href="hercrnot.html#4.3">Release notes for SDL Hyperion 4.3</a> web page
227-
for important and more detailed information regarding some of the changes in this release.
279+
<br><i>Please refer to the <a href="https://sdl-hercules-390.github.io/html/hercrnot.html#4.3">Release Notes</a> for important information.</i>
228280

229281
<ul>
230282

@@ -269,9 +321,7 @@ <h2>What's new in Version 4.2.1
269321

270322
<br>Official Source and Binaries:
271323
<a href="https://github.com/SDL-Hercules-390/hyperion/releases/tag/Release_4.2.1">Release_4.2.1</a>
272-
273-
<br>Refer to the <a href="hercrnot.html#4.2.1">Release notes for SDL Hyperion 4.2.1</a> web page
274-
for more detailed information regarding changes in this release.
324+
<br><i>Please refer to the <a href="https://sdl-hercules-390.github.io/html/hercrnot.html#4.2.1">Release Notes</a> for important information.</i>
275325

276326
<ul>
277327

@@ -301,9 +351,7 @@ <h2>What's new in Version 4.2</h2>
301351

302352
<br>Official Source and Binaries:
303353
<a href="https://github.com/SDL-Hercules-390/hyperion/releases/tag/Release_4.2">Release_4.2</a>
304-
305-
<br>Refer to the <a href="hercrnot.html#4.2">Release notes for SDL Hyperion 4.2</a> web page
306-
for more detailed information regarding changes in this release.
354+
<br><i>Please refer to the <a href="https://sdl-hercules-390.github.io/html/hercrnot.html#4.2">Release Notes</a> for important information.</i>
307355

308356
<ul>
309357

@@ -350,9 +398,7 @@ <h2>What's new in Version 4.1</h2>
350398

351399
<br>Official Source and Binaries:
352400
<a href="https://github.com/SDL-Hercules-390/hyperion/releases/tag/Release_4.1">Release_4.1</a>
353-
354-
<br>Refer to the <a href="hercrnot.html#4.1">Release notes for SDL Hyperion 4.1</a> web page
355-
for more detailed information regarding changes in this release.
401+
<br><i>Please refer to the <a href="https://sdl-hercules-390.github.io/html/hercrnot.html#4.1">Release Notes</a> for important information.</i>
356402

357403
<ul>
358404

html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ <h4>Web documentation:</h4>
270270
<ul>
271271
<li><a href="hercinst.html">Hercules Installation and Operation</a>
272272
<li><a href="hercconf.html">Hercules Configuration File</a>
273-
<li><a href="hercmsg.html">Hercules System Messages</a>
273+
<li><a href="hercmsg.html">Hercules System Messages</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<i>(obsolete/historical)</i>
274274
<li><a href="hercfaq.html">Hercules Frequently-Asked Questions</a>
275275
<li><a href="hercsupp.html">Technical Support</a>
276276
<li><a href="herclic.html">The Q Public Licence</a>

0 commit comments

Comments
 (0)