Skip to content

Commit

Permalink
v5.0.6 release changes
Browse files Browse the repository at this point in the history
Signed-off-by: Tomislav Janjusic <[email protected]>
  • Loading branch information
janjust committed Nov 15, 2024
1 parent f4b7d1a commit 90658d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ function pr($name, $url, $comma) {
<td valign=top>

<?php
news("Open MPI v5.0.6 released",
"Bug fix release",
"");
news("Open MPI v4.1.7 released",
"Bug fix release",
"https://www.mail-archive.com/[email protected]/msg00171.html");
news("Open MPI v5.0.5 released",
"Major new release",
"https://www.mail-archive.com/[email protected]/msg00170.html");
news("hwloc 2.11.2",
"Stable release",
"https://www.mail-archive.com/[email protected]/msg00169.html");
Expand Down
2 changes: 1 addition & 1 deletion software/ompi/v5.0/timeline-graph.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
milestone("v5.0.3", "2024-04-09", $data, $vpos);
milestone("v5.0.4", "2024-07-19", $data, $vpos);
milestone("v5.0.5", "2024-07-23", $data, $vpos);
milestone("v5.0.6rc1", "2024-11-07", $data, $vpos);
milestone("v5.0.6", "2024-11-15", $data, $vpos);

// Party on
$graph->CreateSimple($data);
Expand Down
4 changes: 2 additions & 2 deletions software/ompi/v5.0/version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ $download_prefix="https://download.open-mpi.org/release/open-mpi/v" . $release_s
$s3_prefix = "release/open-mpi/v" . $release_series . "/";

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

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

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

0 comments on commit 90658d5

Please sign in to comment.