Skip to content

Commit

Permalink
Update for 9.1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Apr 23, 2018
1 parent 70c303a commit 372c383
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 25 deletions.
14 changes: 7 additions & 7 deletions _config.yml
Expand Up @@ -7,13 +7,13 @@ markdown: kramdown
permalink: date
# JRuby-specific info here; goes into the "site" jekyll variable
release:
url: /2018/02/21/jruby-9-1-16-0.html
version: 9.1.16.0
tar: https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.1.16.0/jruby-dist-9.1.16.0-bin.tar.gz
zip: https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.1.16.0/jruby-dist-9.1.16.0-bin.zip
exe: https://s3.amazonaws.com/jruby.org/downloads/9.1.16.0/jruby_windows_9_1_16_0.exe
exe64: https://s3.amazonaws.com/jruby.org/downloads/9.1.16.0/jruby_windows_x64_9_1_16_0.exe
gem: https://rubygems.org/gems/jruby-jars/versions/9.1.16.0
url: /2018/04/23/jruby-9-1-17-0.html
version: 9.1.17.0
tar: https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.1.17.0/jruby-dist-9.1.17.0-bin.tar.gz
zip: https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.1.17.0/jruby-dist-9.1.17.0-bin.zip
exe: https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby_windows_9_1_17_0.exe
exe64: https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby_windows_x64_9_1_17_0.exe
gem: https://rubygems.org/gems/jruby-jars/versions/9.1.17.0
urls:
maven: https://repo1.maven.org/maven2/org/jruby
s3: https://s3.amazonaws.com/jruby.org/downloads
Expand Down
2 changes: 1 addition & 1 deletion _layouts/home.html
Expand Up @@ -21,7 +21,7 @@ <h2>The <strong><em>Ruby</em> Programming Language</strong><br/> on the JVM</h2>
<div class="wrapper">
<div id="news" class="halfColumn">
<h2>Recent News <a href="/atom.xml"><img src="/images/rss.png"/></a></h2>
{% assign post = site.posts.first] %}
{% assign post = site.posts.first %}
<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
{{ post.content | truncate: 500 }}
<p><a href="{{ post.url }}"><i>more...</i></a></p>
Expand Down
61 changes: 61 additions & 0 deletions _posts/2018-04-23-jruby-9-1-17-0.markdown
@@ -0,0 +1,61 @@
---
layout: post
title: JRuby 9.1.17.0 Released
---
The JRuby community is pleased to announce the release of JRuby 9.1.17.0

- Homepage: [http://www.jruby.org/](http://www.jruby.org/)
- Download: [http://www.jruby.org/download](http://www.jruby.org/download)

JRuby 9.1.x is our current major version of JRuby. It is expected to be compatible with Ruby 2.3.x and stay in sync with C Ruby. JRuby 9.1.17.0 is our latest release...

Major features of JRuby 9000:

- Ruby 2.x compatibility
- A new optimizing runtime based on a traditional compiler design
- New POSIX-friendly IO and Process
- Fully ported encoding/transcoding logic from MRI

If you do find issues then report them on using our issue tracker at [http://bugs.jruby.org](http://bugs.jruby.org). We also encourage users to join our IRC channel (#jruby on Freenode) and mailing lists. You may also follow [@jruby](https://twitter.com/jruby) on Twitter for updates.

Highlights:

- Windows installer works with Java 9
- Improved compatiblity on Java 9/10
- 31 issues fixed for 9.1.17.0

### Github Issues resolved for 9.1.17.0

<ul>
<li><a href="https://github.com/jruby/jruby/issues/5141">#5141</a> - Multiple Array#concat calls for single-element array throws ConcurrencyError</li>
<li><a href="https://github.com/jruby/jruby/issues/5138">#5138</a> - jruby > 9.1.13.0 crashing on bundler when certain jvm flags are enabled</li>
<li><a href="https://github.com/jruby/jruby/pull/5137">#5137</a> - Use ConcurrentWeakHashMap for RubyClass.subclasses</li>
<li><a href="https://github.com/jruby/jruby/issues/5132">#5132</a> - Can't set `java.security.egd` system property</li>
<li><a href="https://github.com/jruby/jruby/issues/5131">#5131</a> - TypeError: bind argument must be an instance of ...</li>
<li><a href="https://github.com/jruby/jruby/issues/5128">#5128</a> - eval in Rack::Builder prints "warning: `frozen_string_literal' is ignored after any tokens"</li>
<li><a href="https://github.com/jruby/jruby/issues/5125">#5125</a> - Cannot subclass standard class Time</li>
<li><a href="https://github.com/jruby/jruby/issues/5120">#5120</a> - Dist target now fails</li>
<li><a href="https://github.com/jruby/jruby/issues/5115">#5115</a> - ConcurrentModification error during Tomcat startup</li>
<li><a href="https://github.com/jruby/jruby/issues/5112">#5112</a> - UDPSocket fails to bind to an IPv6 address unless AF_INET6 is explicitly set</li>
<li><a href="https://github.com/jruby/jruby/issues/5111">#5111</a> - NPE from within CoverageModule.convertCoverageToRuby</li>
<li><a href="https://github.com/jruby/jruby/issues/5104">#5104</a> - IRB doesn't start on jRuby 9.1.16.0</li>
<li><a href="https://github.com/jruby/jruby/issues/5100">#5100</a> - File.open() on Windows without binary flag reading 0x0A (newline) instead of 0x0D (return)</li>
<li><a href="https://github.com/jruby/jruby/issues/5099">#5099</a> - Exception.new.backtrace_locations should return nil</li>
<li><a href="https://github.com/jruby/jruby/issues/5091">#5091</a> - "Invalid extended option" error for legit `-X` options</li>
<li><a href="https://github.com/jruby/jruby/issues/5086">#5086</a> - RegexpError "invalid pattern in look-behind" for certain Regexps since 9.1.16.0</li>
<li><a href="https://github.com/jruby/jruby/issues/5084">#5084</a> - Error when installing 9.1.16.0 on Windows 10 (64 Bit)</li>
<li><a href="https://github.com/jruby/jruby/issues/5081">#5081</a> - TCPSocket/UDPSocket close deadlock while other thread read</li>
<li><a href="https://github.com/jruby/jruby/issues/5080">#5080</a> - Method#owner for alias methods doesn't include prepended modules, breaking equality</li>
<li><a href="https://github.com/jruby/jruby/issues/5078">#5078</a> - Numeric#step yields Floats instead of Integers</li>
<li><a href="https://github.com/jruby/jruby/issues/5075">#5075</a> - File.utime failing with JRuby 9.1.16.0</li>
<li><a href="https://github.com/jruby/jruby/issues/5073">#5073</a> - File#mtime does not behave like it does in MRI in respect to renamed and deleted files on POSIX</li>
<li><a href="https://github.com/jruby/jruby/pull/5072">#5072</a> - update jffi and release version for JRuby 1.7</li>
<li><a href="https://github.com/jruby/jruby/issues/5066">#5066</a> - The & operator doesn't work with quoted symbols</li>
<li><a href="https://github.com/jruby/jruby/issues/5057">#5057</a> - java.net.preferIPv4Stack=true warning not possible to disable on OpenBSD</li>
<li><a href="https://github.com/jruby/jruby/issues/5018">#5018</a> - open3.rb broken in JRuby</li>
<li><a href="https://github.com/jruby/jruby/issues/4989">#4989</a> - Inconsistent end_of_day result</li>
<li><a href="https://github.com/jruby/jruby/issues/4894">#4894</a> - Is there a way to fail-fast on ambiguous arguments?</li>
<li><a href="https://github.com/jruby/jruby/issues/4796">#4796</a> - Possible ChannelFD leak in FilenoUtil?</li>
<li><a href="https://github.com/jruby/jruby/issues/2455">#2455</a> - red black tree 50% slower in 9k compared to 1.7</li>
<li><a href="https://github.com/jruby/jruby/issues/2354">#2354</a> - Java exceptions do not propagate out of Thread#join</li>
</ul>
34 changes: 17 additions & 17 deletions download.html
Expand Up @@ -4,28 +4,28 @@
---
<h1 id='jruby_downloads'>JRuby Downloads</h1>

<h2 id='current_release_jruby'>Current Release: JRuby 9.1.16.0</h2>
<h2 id='current_release_jruby'>Current Release: JRuby 9.1.17.0</h2>

<p>JRuby 9.1.16.0 is our point release of the supported 9k series. Please check out our <a href='/2018/02/21/jruby-9-1-16-0'>release notes</a> for more information.</p>
<p>JRuby 9.1.17.0 is our point release of the supported 9k series. Please check out our <a href='/2018/04/23/jruby-9-1-17-0'>release notes</a> for more information.</p>

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

<h2 id='nightly_builds'>Nightly Builds</h2>
Expand Down
41 changes: 41 additions & 0 deletions files/downloads/9.1.17.0/index.html
@@ -0,0 +1,41 @@
---
layout: main
title: Files/downloads/9.1.17.0
---
<h1>Files/downloads/9.1.17.0</h1>
<p class="trackDownloads">
<a href='/files/downloads/index.html'>..</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-bin-9.1.17.0.tar.gz'>jruby-bin-9.1.17.0.tar.gz</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-bin-9.1.17.0.tar.gz.md5'>jruby-bin-9.1.17.0.tar.gz.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-bin-9.1.17.0.tar.gz.sha1'>jruby-bin-9.1.17.0.tar.gz.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-bin-9.1.17.0.tar.gz.sha256'>jruby-bin-9.1.17.0.tar.gz.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-bin-9.1.17.0.zip'>jruby-bin-9.1.17.0.zip</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-bin-9.1.17.0.zip.md5'>jruby-bin-9.1.17.0.zip.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-bin-9.1.17.0.zip.sha1'>jruby-bin-9.1.17.0.zip.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-bin-9.1.17.0.zip.sha256'>jruby-bin-9.1.17.0.zip.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-complete-9.1.17.0.jar'>jruby-complete-9.1.17.0.jar</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-complete-9.1.17.0.jar.md5'>jruby-complete-9.1.17.0.jar.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-complete-9.1.17.0.jar.sha1'>jruby-complete-9.1.17.0.jar.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-complete-9.1.17.0.jar.sha256'>jruby-complete-9.1.17.0.jar.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-jars-9.1.17.0.gem'>jruby-jars-9.1.17.0.gem</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-jars-9.1.17.0.gem.md5'>jruby-jars-9.1.17.0.gem.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-jars-9.1.17.0.gem.sha1'>jruby-jars-9.1.17.0.gem.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-jars-9.1.17.0.gem.sha256'>jruby-jars-9.1.17.0.gem.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-src-9.1.17.0.tar.gz'>jruby-src-9.1.17.0.tar.gz</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-src-9.1.17.0.tar.gz.md5'>jruby-src-9.1.17.0.tar.gz.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-src-9.1.17.0.tar.gz.sha1'>jruby-src-9.1.17.0.tar.gz.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-src-9.1.17.0.tar.gz.sha256'>jruby-src-9.1.17.0.tar.gz.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-src-9.1.17.0.zip'>jruby-src-9.1.17.0.zip</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-src-9.1.17.0.zip.md5'>jruby-src-9.1.17.0.zip.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-src-9.1.17.0.zip.sha1'>jruby-src-9.1.17.0.zip.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby-src-9.1.17.0.zip.sha256'>jruby-src-9.1.17.0.zip.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby_windows_9_1_17_0.exe'>jruby_windows_9_1_17_0.exe</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby_windows_9_1_17_0.exe.md5'>jruby_windows_9_1_17_0.exe.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby_windows_9_1_17_0.exe.sha1'>jruby_windows_9_1_17_0.exe.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby_windows_9_1_17_0.exe.sha256'>jruby_windows_9_1_17_0.exe.sha256</a><br/>

<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby_windows_x64_9_1_17_0.exe'>jruby_windows_x64_9_1_17_0.exe</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby_windows_x64_9_1_17_0.exe.md5'>jruby_windows_x64_9_1_17_0.exe.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby_windows_x64_9_1_17_0.exe.sha1'>jruby_windows_x64_9_1_17_0.exe.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.17.0/jruby_windows_x64_9_1_17_0.exe.sha256'>jruby_windows_x64_9_1_17_0.exe.sha256</a><br/>
</p>
1 change: 1 addition & 0 deletions files/downloads/index.html
Expand Up @@ -127,6 +127,7 @@ <h1>Files/downloads</h1>
<a href='/files/downloads/9.1.14.0/index.html'>9.1.14.0</a><br/>
<a href='/files/downloads/9.1.15.0/index.html'>9.1.15.0</a><br/>
<a href='/files/downloads/9.1.16.0/index.html'>9.1.16.0</a><br/>
<a href='/files/downloads/9.1.17.0/index.html'>9.1.17.0</a><br/>
<a href='/files/downloads/community-ruby/index.html'>community-ruby</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/index.txt'>index.txt</a><br/>
</p>

0 comments on commit 372c383

Please sign in to comment.