Skip to content

Commit c506d85

Browse files
committed
Update for 9.3.8.0 release
1 parent 35c5e6f commit c506d85

File tree

5 files changed

+132
-24
lines changed

5 files changed

+132
-24
lines changed

_config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ markdown: kramdown
77
permalink: date
88
# JRuby-specific info here; goes into the "site" jekyll variable
99
release:
10-
url: /2022/08/16/jruby-9-3-7-0.html
11-
version: 9.3.7.0
12-
tar: https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.tar.gz
13-
zip: https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.zip
14-
exe: https://s3.amazonaws.com/jruby.org/downloads/9.3.7.0/jruby_windows_9_3_7_0.exe
15-
exe64: https://s3.amazonaws.com/jruby.org/downloads/9.3.7.0/jruby_windows_x64_9_3_7_0.exe
16-
gem: https://rubygems.org/gems/jruby-jars/versions/9.3.7.0
10+
url: /2022/09/13/jruby-9-3-8-0.html
11+
version: 9.3.8.0
12+
tar: https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-bin.tar.gz
13+
zip: https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-bin.zip
14+
exe: https://s3.amazonaws.com/jruby.org/downloads/9.3.8.0/jruby_windows_9_3_8_0.exe
15+
exe64: https://s3.amazonaws.com/jruby.org/downloads/9.3.8.0/jruby_windows_x64_9_3_8_0.exe
16+
gem: https://rubygems.org/gems/jruby-jars/versions/9.3.8.0
1717
urls:
1818
maven: https://repo1.maven.org/maven2/org/jruby
1919
s3: https://s3.amazonaws.com/jruby.org/downloads
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
layout: post
3+
title: JRuby 9.3.8.0 Released
4+
---
5+
6+
The JRuby community is pleased to announce the release of JRuby 9.3.8.0
7+
8+
* Homepage: [https://www.jruby.org/](https://www.jruby.org/)
9+
* Download: [https://www.jruby.org/download](https://www.jruby.org/download)
10+
11+
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.
12+
13+
Thanks to our contributors this cycle for helping to improve stability and compatibility of JRuby 9.3: [@ahorek], [@ccutrer], [@evaniainbrooks], [@naveensrinivasan]
14+
15+
Ruby Compatibility
16+
------------------
17+
18+
* Altering the visibility of an included module method no longer changes what super method gets called. ([#7240], [#7343], [#7344], [#7356])
19+
* Thread termination at shutdown is more robust and visits all non-main threads. ([#7351])
20+
21+
Standard Library
22+
----------------
23+
24+
* csv has been updated to 3.2.5 to pick up a fix that eliminates fiber use for simple parse_line calls. ([#7346], [#7348])
25+
* psych has been updated to 3.3.3 to address CVE-2022-25857, an element-nesting DoS. ([#7342])
26+
27+
Experimental Features
28+
---------------------
29+
30+
* Fibers can now be configured to use OpenJDK Project Loom's virtual threads, which are lightweight and do not consume a native platform thread. Virtual threads make it possible for JRuby applications to create thousands of concurrently-executing fibers. Enable this feature on Java 19 using the JVM flag `--enable-preview`. ([#7328])
31+
32+
### 27 Github Issues resolved for 9.3.8.0
33+
34+
- [#7240 - Changing method visibility changes behavior for module-inherited methods](https://github.com/jruby/jruby/issues/7240)
35+
- [#7257 - chore: Set permissions for GitHub actions](https://github.com/jruby/jruby/pull/7257)
36+
- [#7262 - jar-dependencies cannot be updated out-of-band from jruby](https://github.com/jruby/jruby/issues/7262)
37+
- [#7265 - Time.at argument handling](https://github.com/jruby/jruby/issues/7265)
38+
- [#7303 - Fix included_modules method to not return wrapped modules](https://github.com/jruby/jruby/pull/7303)
39+
- [#7316 - Incompatible error when nested `LoadError`](https://github.com/jruby/jruby/issues/7316)
40+
- [#7317 - Oddity with the jruby parser: it warns me about "warning: found = in conditional, should be =="](https://github.com/jruby/jruby/issues/7317)
41+
- [#7321 - Fix issue #7316 runtime error when nested raise](https://github.com/jruby/jruby/pull/7321)
42+
- [#7324 - Time::at with BigDecimal emits Java Negative Exponent exception](https://github.com/jruby/jruby/issues/7324)
43+
- [#7325 - Fix negative scale BigDecimal#to_r](https://github.com/jruby/jruby/pull/7325)
44+
- [#7326 - sum method - undefined method 'last' for 1:Integer](https://github.com/jruby/jruby/issues/7326)
45+
- [#7328 - Use vthreads when available](https://github.com/jruby/jruby/pull/7328)
46+
- [#7332 - defined reified classes with their parent class's classloader as parent](https://github.com/jruby/jruby/pull/7332)
47+
- [#7333 - fix Enumberable sum when elements are array](https://github.com/jruby/jruby/pull/7333)
48+
- [#7334 - fix zlib encoding](https://github.com/jruby/jruby/pull/7334)
49+
- [#7338 - InstanceConfiguration extra loaders not thread safe](https://github.com/jruby/jruby/issues/7338)
50+
- [#7342 - Update SnakeYaml to 1.31+ due to CVE-2022-25857](https://github.com/jruby/jruby/issues/7342)
51+
- [#7343 - Fix for changing method visibility changes behavior for module-inherited methods](https://github.com/jruby/jruby/pull/7343)
52+
- [#7344 - Changing method visibility changes super_method for module-inherited methods](https://github.com/jruby/jruby/issues/7344)
53+
- [#7345 - Use thread-safe COW lists here](https://github.com/jruby/jruby/pull/7345)
54+
- [#7346 - Iterating over `CSV.parse_line` causes an explosion of threads/fibers](https://github.com/jruby/jruby/issues/7346)
55+
- [#7348 - Update CSV to 3.2.5](https://github.com/jruby/jruby/pull/7348)
56+
- [#7351 - Avoid accidentally killing the teardown thread](https://github.com/jruby/jruby/pull/7351)
57+
- [#7354 - Fix 7317 it warns me about "warning: found = in conditional, should be =="](https://github.com/jruby/jruby/pull/7354)
58+
- [#7356 - Fix for method visibility changes super_method for module-inherited methods](https://github.com/jruby/jruby/pull/7356)
59+
- [#7358 - Update polyglot-maven and commit updated XMLs](https://github.com/jruby/jruby/pull/7358)
60+
- [#7359 - Fixes Time.at argument handling (#7265)](https://github.com/jruby/jruby/pull/7359)
61+
62+
[@evaniainbrooks]: https://github.com/evaniainbrooks
63+
[@ahorek]: https://github.com/ahorek
64+
[@ccutrer]: https://github.com/ccutrer
65+
[@naveensrinivasan]: https://github.com/naveensrinivasan
66+
[#7240]: https://github.com/jruby/jruby/issues/7240
67+
[#7343]: https://github.com/jruby/jruby/issues/7343
68+
[#7344]: https://github.com/jruby/jruby/issues/7344
69+
[#7356]: https://github.com/jruby/jruby/issues/7356
70+
[#7351]: https://github.com/jruby/jruby/issues/7351
71+
[#7346]: https://github.com/jruby/jruby/issues/7346
72+
[#7348]: https://github.com/jruby/jruby/issues/7348
73+
[#7342]: https://github.com/jruby/jruby/issues/7342
74+
[#7328]: https://github.com/jruby/jruby/issues/7328

download.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@
44
---
55
<h1 id='jruby_downloads'>JRuby Downloads</h1>
66

7-
<h2 id='current_release_jruby'>Current Release: JRuby 9.3.7.0</h2>
7+
<h2 id='current_release_jruby'>Current Release: JRuby 9.3.8.0</h2>
88

9-
<p>JRuby 9.3.7.0 is our point release of our Ruby 2.6.x support. Please check out our <a href='/2022/08/16/jruby-9-3-7-0'>release notes</a> for more information.</p>
9+
<p>JRuby 9.3.8.0 is our point release of our Ruby 2.6.x support. Please check out our <a href='/2022/09/13/jruby-9-3-8-0'>release notes</a> for more information.</p>
1010

1111
<p class="trackDownloads">
12-
<a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.tar.gz'>JRuby 9.3.7.0 Binary .tar.gz</a>
13-
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.tar.gz.sha256'>sha256</a>)<br />
14-
<a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.zip'>JRuby 9.3.7.0 Binary .zip</a>
15-
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-bin.zip.sha256'>sha256</a> )<br />
16-
<a href='{{ site.urls.s3 }}/9.3.7.0/jruby_windows_9_3_7_0.exe'>JRuby 9.3.7.0 Windows Executable</a>
17-
(<a href='{{ site.urls.s3 }}/9.3.7.0/jruby_windows_9_3_7_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.3.7.0/jruby_windows_9_3_7_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.3.7.0/jruby_windows_9_3_7_0.exe.sha256'>sha256</a>)<br />
18-
<a href='{{ site.urls.s3 }}/9.3.7.0/jruby_windows_x64_9_3_7_0.exe'>JRuby 9.3.7.0 Windows Executable (x64)</a>
19-
(<a href='{{ site.urls.s3 }}/9.3.7.0/jruby_windows_x64_9_3_7_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.3.7.0/jruby_windows_x64_9_3_7_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.3.7.0/jruby_windows_x64_9_3_7_0.exe.sha256'>sha256</a>)<br />
12+
<a href='{{ site.urls.maven }}/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-bin.tar.gz'>JRuby 9.3.8.0 Binary .tar.gz</a>
13+
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-bin.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-bin.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-bin.tar.gz.sha256'>sha256</a>)<br />
14+
<a href='{{ site.urls.maven }}/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-bin.zip'>JRuby 9.3.8.0 Binary .zip</a>
15+
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-bin.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-bin.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-bin.zip.sha256'>sha256</a> )<br />
16+
<a href='{{ site.urls.s3 }}/9.3.8.0/jruby_windows_9_3_8_0.exe'>JRuby 9.3.8.0 Windows Executable</a>
17+
(<a href='{{ site.urls.s3 }}/9.3.8.0/jruby_windows_9_3_8_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.3.8.0/jruby_windows_9_3_8_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.3.8.0/jruby_windows_9_3_8_0.exe.sha256'>sha256</a>)<br />
18+
<a href='{{ site.urls.s3 }}/9.3.8.0/jruby_windows_x64_9_3_8_0.exe'>JRuby 9.3.8.0 Windows Executable (x64)</a>
19+
(<a href='{{ site.urls.s3 }}/9.3.8.0/jruby_windows_x64_9_3_8_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.3.8.0/jruby_windows_x64_9_3_8_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.3.8.0/jruby_windows_x64_9_3_8_0.exe.sha256'>sha256</a>)<br />
2020
<!-- we do not push source tarballs to maven yet
21-
<a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-src.tar.gz'>JRuby 9.3.7.0 Source .tar.gz</a>
22-
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-src.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-src.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-src.tar.gz.sha256'>sha256</a>)<br />
21+
<a href='{{ site.urls.maven }}/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-src.tar.gz'>JRuby 9.3.8.0 Source .tar.gz</a>
22+
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-src.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-src.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-src.tar.gz.sha256'>sha256</a>)<br />
2323
-->
24-
<a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-src.zip'>JRuby 9.3.7.0 Source .zip</a>
25-
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-src.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-src.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.7.0/jruby-dist-9.3.7.0-src.zip.sha256'>sha256</a>)<br />
26-
<a href='{{ site.urls.maven }}/jruby-complete/9.3.7.0/jruby-complete-9.3.7.0.jar'>JRuby 9.3.7.0 Complete .jar</a>
27-
(<a href='{{ site.urls.maven }}/jruby-complete/9.3.7.0/jruby-complete-9.3.7.0.jar.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.3.7.0/jruby-complete-9.3.7.0.jar.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.3.7.0/jruby-complete-9.3.7.0.jar.sha256'>sha256</a>)<br />
28-
<a href='{{ site.release.gem }}'>JRuby-jars 9.3.7.0 .gem</a><br />
24+
<a href='{{ site.urls.maven }}/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-src.zip'>JRuby 9.3.8.0 Source .zip</a>
25+
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-src.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-src.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-src.zip.sha256'>sha256</a>)<br />
26+
<a href='{{ site.urls.maven }}/jruby-complete/9.3.8.0/jruby-complete-9.3.8.0.jar'>JRuby 9.3.8.0 Complete .jar</a>
27+
(<a href='{{ site.urls.maven }}/jruby-complete/9.3.8.0/jruby-complete-9.3.8.0.jar.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.3.8.0/jruby-complete-9.3.8.0.jar.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.3.8.0/jruby-complete-9.3.8.0.jar.sha256'>sha256</a>)<br />
28+
<a href='{{ site.release.gem }}'>JRuby-jars 9.3.8.0 .gem</a><br />
2929
</p>
3030

3131
<p>JRuby 9.2.21.0 is our point release of our Ruby 2.5.x support. Please check out our <a href='/2022/06/27/jruby-9-2-21-0'>release notes</a> for more information.</p>

files/downloads/9.3.8.0/index.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: main
3+
title: Files/downloads/9.3.8.0
4+
---
5+
<h1>Files/downloads/9.3.8.0</h1>
6+
<p class="trackDownloads">
7+
<a href='/files/downloads/index.html'>..</a><br/>
8+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-bin.tar.gz'>jruby-bin-9.3.8.0.tar.gz</a><br/>
9+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-bin.tar.gz.md5'>jruby-bin-9.3.8.0.tar.gz.md5</a><br/>
10+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-bin.tar.gz.sha1'>jruby-bin-9.3.8.0.tar.gz.sha1</a><br/>
11+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-bin.tar.gz.sha256'>jruby-bin-9.3.8.0.tar.gz.sha256</a><br/>
12+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-bin.zip'>jruby-bin-9.3.8.0.zip</a><br/>
13+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-bin.zip.md5'>jruby-bin-9.3.8.0.zip.md5</a><br/>
14+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-bin.zip.sha1'>jruby-bin-9.3.8.0.zip.sha1</a><br/>
15+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-bin.zip.sha256'>jruby-bin-9.3.8.0.zip.sha256</a><br/>
16+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/9.3.8.0/jruby-complete-9.3.8.0.jar'>jruby-complete-9.3.8.0.jar</a><br/>
17+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/9.3.8.0/jruby-complete-9.3.8.0.jar.md5'>jruby-complete-9.3.8.0.jar.md5</a><br/>
18+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/9.3.8.0/jruby-complete-9.3.8.0.jar.sha1'>jruby-complete-9.3.8.0.jar.sha1</a><br/>
19+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/9.3.8.0/jruby-complete-9.3.8.0.jar.sha256'>jruby-complete-9.3.8.0.jar.sha256</a><br/>
20+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-src.zip'>jruby-src-9.3.8.0.zip</a><br/>
21+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-src.zip.md5'>jruby-src-9.3.8.0.zip.md5</a><br/>
22+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-src.zip.sha1'>jruby-src-9.3.8.0.zip.sha1</a><br/>
23+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.8.0/jruby-dist-9.3.8.0-src.zip.sha256'>jruby-src-9.3.8.0.zip.sha256</a><br/>
24+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.8.0/jruby_windows_9_3_8_0.exe'>jruby_windows_9_3_8_0.exe</a><br/>
25+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.8.0/jruby_windows_9_3_8_0.exe.md5'>jruby_windows_9_3_8_0.exe.md5</a><br/>
26+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.8.0/jruby_windows_9_3_8_0.exe.sha1'>jruby_windows_9_3_8_0.exe.sha1</a><br/>
27+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.8.0/jruby_windows_9_3_8_0.exe.sha256'>jruby_windows_9_3_8_0.exe.sha256</a><br/>
28+
29+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.8.0/jruby_windows_x64_9_3_8_0.exe'>jruby_windows_x64_9_3_8_0.exe</a><br/>
30+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.8.0/jruby_windows_x64_9_3_8_0.exe.md5'>jruby_windows_x64_9_3_8_0.exe.md5</a><br/>
31+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.8.0/jruby_windows_x64_9_3_8_0.exe.sha1'>jruby_windows_x64_9_3_8_0.exe.sha1</a><br/>
32+
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.3.8.0/jruby_windows_x64_9_3_8_0.exe.sha256'>jruby_windows_x64_9_3_8_0.exe.sha256</a><br/>
33+
</p>

files/downloads/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,6 @@ <h1>Files/downloads</h1>
138138
<a href='/files/downloads/9.3.5.0/index.html'>9.3.5.0</a><br/>
139139
<a href='/files/downloads/9.3.6.0/index.html'>9.3.6.0</a><br/>
140140
<a href='/files/downloads/9.3.7.0/index.html'>9.3.7.0</a><br/>
141+
<a href='/files/downloads/9.3.8.0/index.html'>9.3.8.0</a><br/>
141142
<a href='https://s3.amazonaws.com/jruby.org/downloads/index.txt'>index.txt</a><br/>
142143
</p>

0 commit comments

Comments
 (0)