Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Jun 26, 2024
1 parent 5e71068 commit 12eb50b
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 17 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ release:
exe: https://s3.amazonaws.com/jruby.org/downloads/9.4.7.0/jruby_windows_9_4_7_0.exe
exe64: https://s3.amazonaws.com/jruby.org/downloads/9.4.7.0/jruby_windows_x64_9_4_7_0.exe
gem: https://rubygems.org/gems/jruby-jars/versions/9.4.7.0
gem_older: https://rubygems.org/gems/jruby-jars/versions/9.3.13.0
gem_older: https://rubygems.org/gems/jruby-jars/versions/9.3.15.0
urls:
maven: https://repo1.maven.org/maven2/org/jruby
s3: https://s3.amazonaws.com/jruby.org/downloads
Expand Down
21 changes: 21 additions & 0 deletions _posts/2024-06-26-jruby-9-3-15-0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: post
title: JRuby 9.3.15.0 Released
---

The JRuby community is pleased to announce the release of JRuby 9.3.15.0

* Homepage: [https://www.jruby.org/](https://www.jruby.org/)
* Download: [https://www.jruby.org/download](https://www.jruby.org/download)

JRuby 9.3.x is compatible with Ruby 2.6.x and stays in sync with C Ruby. As always there is a mix of miscellaneous fixes so be sure to read the issue list below.

This release only fixes a single problem. "AOT" compiled ruby (using jrubyc) had an uncommon race condition which led to strange endless looping behavior.

### 2 Github Issues resolved for 9.3.15.0

- #8280 [Enhancements for IR printing][#8280]
- #8288 [Race fixes for AOT mode in 9.3][#8288]

[#8280]:https://github.com/jruby/jruby/pull/8280
[#8288]:https://github.com/jruby/jruby/pull/8288
32 changes: 16 additions & 16 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@ <h2 id='current_release_jruby'>Current Release: JRuby 9.4.7.0</h2>
</p>


<p>JRuby 9.3.14.0 is our point release of our Ruby 2.6.x support. Please check out our <a href='/2024/02/20/jruby-9-3-14-0'>release notes</a> for more information.</p>
<p>JRuby 9.3.15.0 is our point release of our Ruby 2.6.x support. Please check out our <a href='/2024/06/26/jruby-9-3-15-0'>release notes</a> for more information.</p>

<p class="trackDownloads">
<a href='{{ site.urls.maven }}/jruby-dist/9.3.14.0/jruby-dist-9.3.14.0-bin.tar.gz'>JRuby 9.3.14.0 Binary .tar.gz</a>
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.14.0/jruby-dist-9.3.14.0-bin.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.14.0/jruby-dist-9.3.14.0-bin.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.14.0/jruby-dist-9.3.14.0-bin.tar.gz.sha256'>sha256</a>)<br />
<a href='{{ site.urls.maven }}/jruby-dist/9.3.14.0/jruby-dist-9.3.14.0-bin.zip'>JRuby 9.3.14.0 Binary .zip</a>
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.14.0/jruby-dist-9.3.14.0-bin.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.14.0/jruby-dist-9.3.14.0-bin.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.14.0/jruby-dist-9.3.14.0-bin.zip.sha256'>sha256</a> )<br />
<a href='{{ site.urls.s3 }}/9.3.14.0/jruby_windows_9_3_14_0.exe'>JRuby 9.3.14.0 Windows Executable</a>
(<a href='{{ site.urls.s3 }}/9.3.14.0/jruby_windows_9_3_14_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.3.14.0/jruby_windows_9_3_14_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.3.14.0/jruby_windows_9_3_14_0.exe.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.3.14.0/jruby_windows_x64_9_3_14_0.exe'>JRuby 9.3.14.0 Windows Executable (x64)</a>
(<a href='{{ site.urls.s3 }}/9.3.14.0/jruby_windows_x64_9_3_14_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.3.14.0/jruby_windows_x64_9_3_14_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.3.14.0/jruby_windows_x64_9_3_14_0.exe.sha256'>sha256</a>)<br />
<a href='{{ site.urls.maven }}/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-bin.tar.gz'>JRuby 9.3.15.0 Binary .tar.gz</a>
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-bin.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-bin.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-bin.tar.gz.sha256'>sha256</a>)<br />
<a href='{{ site.urls.maven }}/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-bin.zip'>JRuby 9.3.15.0 Binary .zip</a>
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-bin.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-bin.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-bin.zip.sha256'>sha256</a> )<br />
<a href='{{ site.urls.s3 }}/9.3.15.0/jruby_windows_9_3_15_0.exe'>JRuby 9.3.15.0 Windows Executable</a>
(<a href='{{ site.urls.s3 }}/9.3.15.0/jruby_windows_9_3_15_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.3.15.0/jruby_windows_9_3_15_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.3.15.0/jruby_windows_9_3_15_0.exe.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.3.15.0/jruby_windows_x64_9_3_15_0.exe'>JRuby 9.3.15.0 Windows Executable (x64)</a>
(<a href='{{ site.urls.s3 }}/9.3.15.0/jruby_windows_x64_9_3_15_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.3.15.0/jruby_windows_x64_9_3_15_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.3.15.0/jruby_windows_x64_9_3_15_0.exe.sha256'>sha256</a>)<br />
<!-- we do not push source tarballs to maven yet
<a href='{{ site.urls.maven }}/jruby-dist/9.3.14.0/jruby-dist-9.3.14.0-src.tar.gz'>JRuby 9.3.14.0 Source .<tar.gz</a>
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.14.0/jruby-dist-9.3.14.0-src.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.14.0/jruby-dist-9.3.14.0-src.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.14.0/jruby-dist-9.3.14.0-src.tar.gz.sha256'>sha256</a>)<br />
<a href='{{ site.urls.maven }}/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-src.tar.gz'>JRuby 9.3.15.0 Source .<tar.gz</a>
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-src.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-src.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-src.tar.gz.sha256'>sha256</a>)<br />
-->
<a href='{{ site.urls.maven }}/jruby-dist/9.3.14.0/jruby-dist-9.3.14.0-src.zip'>JRuby 9.3.14.0 Source .zip</a>
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.14.0/jruby-dist-9.3.14.0-src.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.14.0/jruby-dist-9.3.14.0-src.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.14.0/jruby-dist-9.3.14.0-src.zip.sha256'>sha256</a>)<br />
<a href='{{ site.urls.maven }}/jruby-complete/9.3.14.0/jruby-complete-9.3.14.0.jar'>JRuby 9.3.14.0 Complete .jar</a>
(<a href='{{ site.urls.maven }}/jruby-complete/9.3.14.0/jruby-complete-9.3.14.0.jar.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.3.14.0/jruby-complete-9.3.14.0.jar.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.3.14.0/jruby-complete-9.3.14.0.jar.sha256'>sha256</a>)<br />
<a href='{{ site.release.gem_older }}'>JRuby-jars 9.3.14.0.gem</a><br />
<a href='{{ site.urls.maven }}/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-src.zip'>JRuby 9.3.15.0 Source .zip</a>
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-src.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-src.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-src.zip.sha256'>sha256</a>)<br />
<a href='{{ site.urls.maven }}/jruby-complete/9.3.15.0/jruby-complete-9.3.15.0.jar'>JRuby 9.3.15.0 Complete .jar</a>
(<a href='{{ site.urls.maven }}/jruby-complete/9.3.15.0/jruby-complete-9.3.15.0.jar.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.3.15.0/jruby-complete-9.3.15.0.jar.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.3.15.0/jruby-complete-9.3.15.0.jar.sha256'>sha256</a>)<br />
<a href='{{ site.release.gem_older }}'>JRuby-jars 9.3.15.0.gem</a><br />
</p>


Expand Down
33 changes: 33 additions & 0 deletions files/downloads/9.3.15.0/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
Layout: main
title: Files/downloads/9.3.15.0
---
<h1>Files/downloads/9.3.15.0</h1>
<p class="trackDownloads">
<a href='/files/downloads/index.html'>..</a><br/>
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-bin.tar.gz'>jruby-bin-9.3.15.0.tar.gz</a><br/>
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-bin.tar.gz.md5'>jruby-bin-9.3.15.0.tar.gz.md5</a><br/>
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-bin.tar.gz.sha1'>jruby-bin-9.3.15.0.tar.gz.sha1</a><br/>
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-bin.tar.gz.sha256'>jruby-bin-9.3.15.0.tar.gz.sha256</a><br/>
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-bin.zip'>jruby-bin-9.3.15.0.zip</a><br/>
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-bin.zip.md5'>jruby-bin-9.3.15.0.zip.md5</a><br/>
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-bin.zip.sha1'>jruby-bin-9.3.15.0.zip.sha1</a><br/>
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-bin.zip.sha256'>jruby-bin-9.3.15.0.zip.sha256</a><br/>
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/9.3.15.0/jruby-complete-9.3.15.0.jar'>jruby-complete-9.3.15.0.jar</a><br/>
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/9.3.15.0/jruby-complete-9.3.15.0.jar.md5'>jruby-complete-9.3.15.0.jar.md5</a><br/>
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/9.3.15.0/jruby-complete-9.3.15.0.jar.sha1'>jruby-complete-9.3.15.0.jar.sha1</a><br/>
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/9.3.15.0/jruby-complete-9.3.15.0.jar.sha256'>jruby-complete-9.3.15.0.jar.sha256</a><br/>
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-src.zip'>jruby-src-9.3.15.0.zip</a><br/>
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-src.zip.md5'>jruby-src-9.3.15.0.zip.md5</a><br/>
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-src.zip.sha1'>jruby-src-9.3.15.0.zip.sha1</a><br/>
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.15.0/jruby-dist-9.3.15.0-src.zip.sha256'>jruby-src-9.3.15.0.zip.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.15.0/jruby_windows_9_3_15_0.exe'>jruby_windows_9_3_15_0.exe</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.15.0/jruby_windows_9_3_15_0.exe.md5'>jruby_windows_9_3_15_0.exe.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.15.0/jruby_windows_9_3_15_0.exe.sha1'>jruby_windows_9_3_15_0.exe.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.15.0/jruby_windows_9_3_15_0.exe.sha256'>jruby_windows_9_3_15_0.exe.sha256</a><br/>

<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.15.0/jruby_windows_x64_9_3_15_0.exe'>jruby_windows_x64_9_3_15_0.exe</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.15.0/jruby_windows_x64_9_3_15_0.exe.md5'>jruby_windows_x64_9_3_15_0.exe.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.15.0/jruby_windows_x64_9_3_15_0.exe.sha1'>jruby_windows_x64_9_3_15_0.exe.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.15.0/jruby_windows_x64_9_3_15_0.exe.sha256'>jruby_windows_x64_9_3_15_0.exe.sha256</a><br/>
</p>
1 change: 1 addition & 0 deletions files/downloads/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ <h1>Files/downloads</h1>
<a href='/files/downloads/9.3.12.0/index.html'>9.3.12.0</a><br/>
<a href='/files/downloads/9.3.13.0/index.html'>9.3.13.0</a><br/>
<a href='/files/downloads/9.3.14.0/index.html'>9.3.14.0</a><br/>
<a href='/files/downloads/9.3.15.0/index.html'>9.3.15.0</a><br/>
<a href='/files/downloads/9.4.0.0/index.html'>9.4.0.0</a><br/>
<a href='/files/downloads/9.4.1.0/index.html'>9.4.1.0</a><br/>
<a href='/files/downloads/9.4.2.0/index.html'>9.4.2.0</a><br/>
Expand Down

0 comments on commit 12eb50b

Please sign in to comment.