Skip to content

Commit 55a4e0c

Browse files
authored
Merge pull request #16 from coke/master
Update for 2025.01 release
2 parents 1cbde34 + 7007133 commit 55a4e0c

File tree

4 files changed

+43
-4
lines changed

4 files changed

+43
-4
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ <h1>MoarVM</h1>
3333
</nav>
3434

3535
<div class="jumbotron">
36-
<h1>MoarVM 2024.12</h1>
36+
<h1>MoarVM 2025.01</h1>
3737
<p>
38-
The MoarVM team is proud to release version 2024.12, the latest release of the
38+
The MoarVM team is proud to release version 2025.01, the latest release of the
3939
Moar Virtual Machine.
4040
</p>
41-
<p><a href="releases/MoarVM-2024.12.tar.gz" class="btn btn-primary btn-lg" role="button">Download</a></p>
41+
<p><a href="releases/MoarVM-2025.01.tar.gz" class="btn btn-primary btn-lg" role="button">Download</a></p>
4242
</div>
4343

4444
<div class="panel panel-default">

releases.html

+33-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,38 @@ <h1>MoarVM</h1>
3232
<li><a href="contributing.html">Contributing</a></li>
3333
</ul>
3434
</nav>
35+
<div class="panel panel-default">
36+
<div class="panel-heading">
37+
<h3 class="panel-title">2025.01</h3>
38+
</div>
39+
<div class="panel-body">
40+
<p>Core:
41+
* [caf97bf0] Fix MVM_setjmp on 32bit Windows
42+
* [df1715d6] Micro-optimize P6opaque's get_attribute() (#1884)
43+
* [7d15fcab] Remove temporary define for migrating Rakudo extops (#1671)
44+
* [4f183bc0] Fix OS-is-windows check that doesn't work in this file
45+
* [9a1aebb3] Use correct fallthrough annotation (#1885)
46+
* [fa5bfd92] Port over "cache devshell dll location" from rakudo CI
47+
* [1c2ea87e] Install gdb extension (#1848)</p>
48+
49+
<p>Documentation:
50+
* [8102c510] beautify release_guide.md</p>
51+
52+
<p>JIT:
53+
* [dd98cb2e] Don't try to enable the JIT unless it's possible (#1887)</p>
54+
55+
<p>Spesh:
56+
* [52d3452e] Guard against out-of-bounds jumps in spesh arg guard program.</p>
57+
58+
<p>CI:
59+
* [777294c4] Maybe the order jobs are started is alphabetical?
60+
* [c1d1f60e] Fix format specifiers clang on OSX complains about
61+
* [1f5bf409] GH Actions: Remove the deprecated macos-12 runner
62+
* [afc8354b] Do not persist tokens in CI artifacts
63+
* [6f3f53c4] Change comment style because gcc complains</p>
64+
<p><a href="releases/MoarVM-2025.01.tar.gz" class="btn btn-primary" role="button">Download</a></p>
65+
</div>
66+
</div>
3567
<div class="panel panel-default">
3668
<div class="panel-heading">
3769
<h3 class="panel-title">2024.12</h3>
@@ -637,7 +669,7 @@ <h3 class="panel-title">2022.12</h3>
637669
<li>Protect the two property code lookup hashes being set up with a mutex
638670
[9bc1beed]</li>
639671
<li>Add fallback resolver [43e60db9][a6fbcf6b][35064bf9][c89c3ec8][5d0f92c6]</li>
640-
<li>Add definition of AI_NUMERICSERV, fixes build on MacOS 10.6 for ppc
672+
<li>Add definition of AI_NUMERICSERV, fixes build on MacOS 10.6 for ppc
641673
[976c1168]</li>
642674
<li>Add unsigned comparison ops (eq, ne, (l|g)(e|t)) [c77dc1d4]</li>
643675
<li>Add chown op [c69534c6][a1cbb9c4]</li>

releases/MoarVM-2025.01.tar.gz

14.3 MB
Binary file not shown.

releases/MoarVM-2025.01.tar.gz.asc

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
-----BEGIN PGP SIGNATURE-----
2+
3+
iHUEABYKAB0WIQT1ywp2meyJAk2mGGp9x4J2CarNUwUCZ5VrdQAKCRB9x4J2CarN
4+
U/yzAQCH/lOml4FrpEBWAVOCpGf9Ofkxw2hAMBsf3HapzbloXgEA7/DigX1Cxi7B
5+
Ah1XXyVv7rJnja9uZ+kYW0E6Zj1LuAc=
6+
=trgn
7+
-----END PGP SIGNATURE-----

0 commit comments

Comments
 (0)