Skip to content

Commit 87f716d

Browse files
committed
Update for release
1 parent 72bcd87 commit 87f716d

File tree

5 files changed

+171
-24
lines changed

5 files changed

+171
-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: /2026/02/02/jruby-10-0-3-0.html
11-
version: 10.0.3.0
12-
tar: https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.3.0/jruby-dist-10.0.3.0-bin.tar.gz
13-
zip: https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.3.0/jruby-dist-10.0.3.0-bin.zip
14-
exe: https://github.com/jruby/jruby/releases/download/10.0.3.0/jruby_windows_10_0_3_0.exe
15-
exe64: https://github.com/jruby/jruby/releases/download/10.0.3.0/jruby_windows_x64_10_0_3_0.exe
16-
gem: https://rubygems.org/gems/jruby-jars/versions/10.0.3.0
10+
url: /2026/03/04/jruby-10-0-4-0.html
11+
version: 10.0.4.0
12+
tar: https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.4.0/jruby-dist-10.0.4.0-bin.tar.gz
13+
zip: https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.4.0/jruby-dist-10.0.4.0-bin.zip
14+
exe: https://github.com/jruby/jruby/releases/download/10.0.4.0/jruby_windows_10_0_4_0.exe
15+
exe64: https://github.com/jruby/jruby/releases/download/10.0.4.0/jruby_windows_x64_10_0_4_0.exe
16+
gem: https://rubygems.org/gems/jruby-jars/versions/10.0.4.0
1717
gem_older: https://rubygems.org/gems/jruby-jars/versions/9.4.14.0
1818
urls:
1919
ghr: https://github.com/jruby/jruby/releases/download
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
---
2+
layout: post
3+
title: JRuby 10.0.4.0 Released
4+
---
5+
6+
The JRuby community is pleased to announce the release of JRuby 10.0.4.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 10.0.4.x targets Ruby 3.4 compatibility.
12+
13+
Thank you to our contributors this release, you help keep JRuby moving forward! [@evaniainbrooks], [@katafrakt], [@mrnoname1000]
14+
15+
Standard Library
16+
----------------
17+
18+
* The syslog library moves to bundled gems. ([#9198])
19+
* The unicode_normalize library is now thread-safely loaded as an internal library ([#9231], [#9232])
20+
21+
### 43 Issues and PRs resolved for 10.0.4.0
22+
23+
- #8697 [Tracing `:call` doesn't work if the traced code is running on a different thread][#8697]
24+
- #8876 [`import_methods` doesn't allow calling another refined method][#8876]
25+
- #9120 [`File.path` doesn't raise `Encoding::CompatibilityError` for ASCII-incompatible string][#9120]
26+
- #9195 [Refactor keyword arguments logic][#9195]
27+
- #9198 [Move syslog to bundled gems][#9198]
28+
- #9206 [Fix exception message when calling import_methods without a Module][#9206]
29+
- #9208 [Inconsistency with block parameter default value][#9208]
30+
- #9211 [Fix block argument destructuring with optional parameters][#9211]
31+
- #9212 [Fix method owner when using import_methods][#9212]
32+
- #9213 [Make `refine` method of `Module` private][#9213]
33+
- #9214 [Data.define single-attribute class rejects positional arguments][#9214]
34+
- #9215 [Ignore empty kwrest in Data subtypes' constructors][#9215]
35+
- #9217 [Add an error for running jruby.sh from a broken JRUBY_HOME][#9217]
36+
- #9218 [JavaFX AnimationTimer + Mutex.synchronize triggers “deadlock; lock already owned by another fiber belonging to the same thread” on JRuby 10.0.3.0][#9218]
37+
- #9222 [String interpolation of `BasicObject` object raises `NameError` instead of `NoMethodError`][#9222]
38+
- #9224 [ClassCastException handling kwargs in Struct][#9224]
39+
- #9225 [Expand Data initialize empty kwargs fix to Struct][#9225]
40+
- #9226 [Narrow deadlock check for sibling fibers locking mutex][#9226]
41+
- #9227 [Version output may not accurately represent JIT mode][#9227]
42+
- #9228 [Fix version output to reflect current runtime][#9228]
43+
- #9230 [Use normal call type error for missing dynamic string to_s][#9230]
44+
- #9231 [Thread safety of require and implications on stdlib string.normalize()][#9231]
45+
- #9232 [Internalize and threadsafetify String#unicode_normalize][#9232]
46+
- #9237 [Fix for import_methods does not allow calling another refined method][#9237]
47+
- #9240 [Fix for File.path doesn't raise Encoding::CompatibilityError for ASCII incompatible string][#9240]
48+
- #9241 [`Data#to_h` and `Data#deconstruct` return values in wrong order when module overrides `initialize` in a subclassed Data class][#9241]
49+
- #9242 [Spurious Struct#initialize keyword argument warning (and crash) with `...` forwarding through `super`][#9242]
50+
- #9243 [`Data#==`/`Data#eql?` and `Struct#eql?` return false when instances are `extend`ed in `initialize`][#9243]
51+
- #9244 [Fix for ClassCastException inside Struct#initialize when delegating ... from a prepended module][#9244]
52+
- #9247 [Fix Array#slice raises a RangeError when the start index is out of range of Fixnum][#9247]
53+
- #9248 [Additional fixes for import_methods with JIT][#9248]
54+
- #9252 [Use prepared accessors to retrieve Data fields][#9252]
55+
- #9254 [Compare "real" classes for Data#== and eql?][#9254]
56+
- #9258 [`Kernel#respond_to?` fails if `#respond_to_missing?` is not defined][#9258]
57+
- #9259 [Only set locking thread once successful][#9259]
58+
- #9260 [Restore Cleaner API use for embedding cleanup][#9260]
59+
- #9272 [Avoid passing bogus -classpath when empty][#9272]
60+
- #9280 [Check if respond_to_missing? exists before respond_to?][#9280]
61+
- #9281 [unexpected ArgumentError: wrong number of arguments][#9281]
62+
- #9283 [Only localize TracePoint to thread if specified][#9283]
63+
- #9285 [Clear callInfo so it does not taint other calls][#9285]
64+
- #9289 [Include gem extension stubs in stdlib artifacts][#9289]
65+
- #9290 [Improve dist verification][#9290]
66+
67+
[#8697]:https://github.com/jruby/jruby/issues/8697
68+
[#8876]:https://github.com/jruby/jruby/issues/8876
69+
[#9120]:https://github.com/jruby/jruby/issues/9120
70+
[#9195]:https://github.com/jruby/jruby/pull/9195
71+
[#9198]:https://github.com/jruby/jruby/pull/9198
72+
[#9206]:https://github.com/jruby/jruby/pull/9206
73+
[#9208]:https://github.com/jruby/jruby/issues/9208
74+
[#9211]:https://github.com/jruby/jruby/pull/9211
75+
[#9212]:https://github.com/jruby/jruby/pull/9212
76+
[#9213]:https://github.com/jruby/jruby/pull/9213
77+
[#9214]:https://github.com/jruby/jruby/issues/9214
78+
[#9215]:https://github.com/jruby/jruby/pull/9215
79+
[#9217]:https://github.com/jruby/jruby/pull/9217
80+
[#9218]:https://github.com/jruby/jruby/issues/9218
81+
[#9222]:https://github.com/jruby/jruby/issues/9222
82+
[#9224]:https://github.com/jruby/jruby/issues/9224
83+
[#9225]:https://github.com/jruby/jruby/pull/9225
84+
[#9226]:https://github.com/jruby/jruby/pull/9226
85+
[#9227]:https://github.com/jruby/jruby/issues/9227
86+
[#9228]:https://github.com/jruby/jruby/pull/9228
87+
[#9230]:https://github.com/jruby/jruby/pull/9230
88+
[#9231]:https://github.com/jruby/jruby/issues/9231
89+
[#9232]:https://github.com/jruby/jruby/pull/9232
90+
[#9237]:https://github.com/jruby/jruby/pull/9237
91+
[#9240]:https://github.com/jruby/jruby/pull/9240
92+
[#9241]:https://github.com/jruby/jruby/issues/9241
93+
[#9242]:https://github.com/jruby/jruby/issues/9242
94+
[#9243]:https://github.com/jruby/jruby/issues/9243
95+
[#9244]:https://github.com/jruby/jruby/pull/9244
96+
[#9247]:https://github.com/jruby/jruby/pull/9247
97+
[#9248]:https://github.com/jruby/jruby/pull/9248
98+
[#9252]:https://github.com/jruby/jruby/pull/9252
99+
[#9254]:https://github.com/jruby/jruby/pull/9254
100+
[#9258]:https://github.com/jruby/jruby/issues/9258
101+
[#9259]:https://github.com/jruby/jruby/pull/9259
102+
[#9260]:https://github.com/jruby/jruby/pull/9260
103+
[#9272]:https://github.com/jruby/jruby/pull/9272
104+
[#9280]:https://github.com/jruby/jruby/pull/9280
105+
[#9281]:https://github.com/jruby/jruby/issues/9281
106+
[#9283]:https://github.com/jruby/jruby/pull/9283
107+
[#9285]:https://github.com/jruby/jruby/pull/9285
108+
[#9289]:https://github.com/jruby/jruby/pull/9289
109+
[#9290]:https://github.com/jruby/jruby/pull/9290
110+
[@evaniainbrooks]:https://github.com/evaniainbrooks
111+
[@katafrakt]:https://github.com/katafrakt
112+
[@mrnoname1000]:https://github.com/mrnoname1000

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 10.0.3.0</h2>
7+
<h2 id='current_release_jruby'>Current Release: JRuby 10.0.4.0</h2>
88

9-
<p>JRuby 10.0.3.0 is our point release of our Ruby 3.4.x support. Please check out our <a href='/2026/02/02/jruby-10-0-3-0'>release notes</a> for more information.</p>
9+
<p>JRuby 10.0.4.0 is our point release of our Ruby 3.4.x support. Please check out our <a href='/2026/03/04/jruby-10-0-4-0'>release notes</a> for more information.</p>
1010

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

3131

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/10.0.4.0
4+
---
5+
<h1>Files/downloads/10.0.4.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/10.0.4.0/jruby-dist-10.0.4.0-bin.tar.gz'>jruby-bin-10.0.4.0.tar.gz</a><br/>
9+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.4.0/jruby-dist-10.0.4.0-bin.tar.gz.md5'>jruby-bin-10.0.4.0.tar.gz.md5</a><br/>
10+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.4.0/jruby-dist-10.0.4.0-bin.tar.gz.sha1'>jruby-bin-10.0.4.0.tar.gz.sha1</a><br/>
11+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.4.0/jruby-dist-10.0.4.0-bin.tar.gz.sha256'>jruby-bin-10.0.4.0.tar.gz.sha256</a><br/>
12+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.4.0/jruby-dist-10.0.4.0-bin.zip'>jruby-bin-10.0.4.0.zip</a><br/>
13+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.4.0/jruby-dist-10.0.4.0-bin.zip.md5'>jruby-bin-10.0.4.0.zip.md5</a><br/>
14+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.4.0/jruby-dist-10.0.4.0-bin.zip.sha1'>jruby-bin-10.0.4.0.zip.sha1</a><br/>
15+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.4.0/jruby-dist-10.0.4.0-bin.zip.sha256'>jruby-bin-10.0.4.0.zip.sha256</a><br/>
16+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/10.0.4.0/jruby-complete-10.0.4.0.jar'>jruby-complete-10.0.4.0.jar</a><br/>
17+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/10.0.4.0/jruby-complete-10.0.4.0.jar.md5'>jruby-complete-10.0.4.0.jar.md5</a><br/>
18+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/10.0.4.0/jruby-complete-10.0.4.0.jar.sha1'>jruby-complete-10.0.4.0.jar.sha1</a><br/>
19+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/10.0.4.0/jruby-complete-10.0.4.0.jar.sha256'>jruby-complete-10.0.4.0.jar.sha256</a><br/>
20+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.4.0/jruby-dist-10.0.4.0-src.zip'>jruby-src-10.0.4.0.zip</a><br/>
21+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.4.0/jruby-dist-10.0.4.0-src.zip.md5'>jruby-src-10.0.4.0.zip.md5</a><br/>
22+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.4.0/jruby-dist-10.0.4.0-src.zip.sha1'>jruby-src-10.0.4.0.zip.sha1</a><br/>
23+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.4.0/jruby-dist-10.0.4.0-src.zip.sha256'>jruby-src-10.0.4.0.zip.sha256</a><br/>
24+
<a href='{{ site.urls.ghr }}/10.0.4.0/jruby_windows_10_0_4_0.exe'>jruby_windows_10_0_4_0.exe</a><br/>
25+
<a href='{{ site.urls.ghr }}/10.0.4.0/jruby_windows_10_0_4_0.exe.md5'>jruby_windows_10_0_4_0.exe.md5</a><br/>
26+
<a href='{{ site.urls.ghr }}/10.0.4.0/jruby_windows_10_0_4_0.exe.sha1'>jruby_windows_10_0_4_0.exe.sha1</a><br/>
27+
<a href='{{ site.urls.ghr }}/10.0.4.0/jruby_windows_10_0_4_0.exe.sha256'>jruby_windows_10_0_4_0.exe.sha256</a><br/>
28+
29+
<a href='{{ site.urls.ghr }}/10.0.4.0/jruby_windows_x64_10_0_4_0.exe'>jruby_windows_x64_10_0_4_0.exe</a><br/>
30+
<a href='{{ site.urls.ghr }}/10.0.4.0/jruby_windows_x64_10_0_4_0.exe.md5'>jruby_windows_x64_10_0_4_0.exe.md5</a><br/>
31+
<a href='{{ site.urls.ghr }}/10.0.4.0/jruby_windows_x64_10_0_4_0.exe.sha1'>jruby_windows_x64_10_0_4_0.exe.sha1</a><br/>
32+
<a href='{{ site.urls.ghr }}/10.0.4.0/jruby_windows_x64_10_0_4_0.exe.sha256'>jruby_windows_x64_10_0_4_0.exe.sha256</a><br/>
33+
</p>

files/downloads/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ <h1>Files/downloads</h1>
169169
<a href='/files/downloads/10.0.1.0/index.html'>10.0.1.0</a><br/>
170170
<a href='/files/downloads/10.0.2.0/index.html'>10.0.2.0</a><br/>
171171
<a href='/files/downloads/10.0.3.0/index.html'>10.0.3.0</a><br/>
172+
<a href='/files/downloads/10.0.4.0/index.html'>10.0.4.0</a><br/>
172173
<!-- NEW_VERSION -->
173174

174175

@@ -179,5 +180,6 @@ <h1>Files/downloads</h1>
179180

180181

181182

183+
182184
<a href='https://s3.amazonaws.com/jruby.org/downloads/index.txt'>index.txt</a><br/>
183185
</p>

0 commit comments

Comments
 (0)