Skip to content

Commit 47c92a5

Browse files
committed
index.php: clean up announcements
Signed-off-by: Jeff Squyres <[email protected]>
1 parent 2f032d7 commit 47c92a5

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

index.php

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ function pr($name, $url, $comma) {
8686
<td valign=top>
8787

8888
<?php
89-
news("Open MPI v5.0.8 released",
90-
"Bug fix release",
91-
"");
92-
news("Open MPI v5.0.7 released",
89+
news("Open MPI v5.0.9 released",
9390
"Bug fix release",
9491
"");
92+
news("hwloc 2.12.2",
93+
"Stable release",
94+
"https://sympa.inria.fr/sympa/arc/hwloc-announce/2025-08/msg00001.html");
9595
news("Open MPI v4.1.7 released",
9696
"Bug fix release.<br><br>
9797
<b>NOTE</b>: Open MPI 4.1.7 incorrectly changed the shared library
@@ -101,13 +101,7 @@ function pr($name, $url, $comma) {
101101
history to allow updates from Open MPI 4.1.6 and prior. Customers
102102
who updated to 4.1.7 and relinked their OpenSHMEM applications will
103103
have to relink their application again.",
104-
"https://www.mail-archive.com/[email protected]/msg00171.html");
105-
news("Open MPI v5.0.6 released",
106-
"Bug fix release",
107104
"");
108-
news("hwloc 2.12.2",
109-
"Stable release",
110-
"https://sympa.inria.fr/sympa/arc/hwloc-announce/2025-08/msg00001.html");
111105
?>
112106
</td>
113107
</tr>

0 commit comments

Comments
 (0)