Skip to content

Commit 90658d5

Browse files
committed
v5.0.6 release changes
Signed-off-by: Tomislav Janjusic <tomislavj@nvidia.com>
1 parent f4b7d1a commit 90658d5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

index.php

Lines changed: 3 additions & 3 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.6 released",
90+
"Bug fix release",
91+
"");
8992
news("Open MPI v4.1.7 released",
9093
"Bug fix release",
9194
"https://www.mail-archive.com/announce@lists.open-mpi.org/msg00171.html");
92-
news("Open MPI v5.0.5 released",
93-
"Major new release",
94-
"https://www.mail-archive.com/announce@lists.open-mpi.org/msg00170.html");
9595
news("hwloc 2.11.2",
9696
"Stable release",
9797
"https://www.mail-archive.com/hwloc-announce@lists.open-mpi.org/msg00169.html");

software/ompi/v5.0/timeline-graph.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
milestone("v5.0.3", "2024-04-09", $data, $vpos);
3535
milestone("v5.0.4", "2024-07-19", $data, $vpos);
3636
milestone("v5.0.5", "2024-07-23", $data, $vpos);
37-
milestone("v5.0.6rc1", "2024-11-07", $data, $vpos);
37+
milestone("v5.0.6", "2024-11-15", $data, $vpos);
3838

3939
// Party on
4040
$graph->CreateSimple($data);

software/ompi/v5.0/version.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ $download_prefix="https://download.open-mpi.org/release/open-mpi/v" . $release_s
1111
$s3_prefix = "release/open-mpi/v" . $release_series . "/";
1212

1313
/* releases must be ordered newest to oldest */
14-
$releases = array("5.0.5", "5.0.4", "5.0.3", "5.0.2", "5.0.1", "5.0.0");
14+
$releases = array("5.0.6", "5.0.5", "5.0.4", "5.0.3", "5.0.2", "5.0.1", "5.0.0");
1515

1616
/* prereleases must be ordered newest to oldest. All prereleases
1717
will be shown, so make an empty array when the official release
1818
is added to releases above */
19-
$prereleases = array("5.0.6rc1");
19+
$prereleases = array("");
2020

2121
/* set to true if we should add a cygwin note */
2222
$cygwin_note = 0;

0 commit comments

Comments
 (0)