Skip to content

Commit

Permalink
Update for 9.1.12.0
Browse files Browse the repository at this point in the history
enebo committed Jun 15, 2017
1 parent 8f95fe8 commit 24b5603
Showing 5 changed files with 95 additions and 24 deletions.
12 changes: 6 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -7,12 +7,12 @@ markdown: kramdown
permalink: date
# JRuby-specific info here; goes into the "site" jekyll variable
release:
url: /2017/06/14/jruby-9-1-11-0.html
version: 9.1.11.0
tar: https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-bin-9.1.11.0.tar.gz
zip: https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-bin-9.1.11.0.zip
exe: https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby_windows_9_1_11_0.exe
exe64: https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby_windows_x64_9_1_11_0.exe
url: /2017/06/15/jruby-9-1-12-0.html
version: 9.1.12.0
tar: https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-bin-9.1.12.0.tar.gz
zip: https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-bin-9.1.12.0.zip
exe: https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby_windows_9_1_12_0.exe
exe64: https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby_windows_x64_9_1_12_0.exe
urls:
s3: https://s3.amazonaws.com/jruby.org/downloads
tryjruby: https://s3.amazonaws.com/jruby.org/tryjruby
29 changes: 29 additions & 0 deletions _posts/2017-06-15-jruby-9-1-12-0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
layout: post
title: JRuby 9.1.11.0 Released
---
The JRuby community is pleased to announce the release of JRuby 9.1.11.0

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

JRuby 9000 is the newest major version of JRuby, representing years of effort and large-scale reboots of several JRuby subsystems. It is expected to be compatible with Ruby 2.x and stay in sync with C Ruby. JRuby 9.1.11.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:

- Regression where in uncommon cases zlib would fail when trying to detect end-of-stream. This would make some gems fail to install.

### Github Issues resolved for 9.1.12.0

<ul>
<li><a href="https://github.com/jruby/jruby/issues/4671">#4671</a> - Error installing rubygems-bundler in 9.1.11.0</li>
</ul>
36 changes: 18 additions & 18 deletions download.html
Original file line number Diff line number Diff line change
@@ -4,27 +4,27 @@
---
<h1 id='jruby_downloads'>JRuby Downloads</h1>

<h2 id='current_release_jruby'>Current Release: JRuby 9.1.11.0</h2>
<h2 id='current_release_jruby'>Current Release: JRuby 9.1.12.0</h2>

<p>JRuby 9.1.11.0 is our point release of the 9k series. Please check out our <a href='/2017/06/14/jruby-9-1-11-0'>release notes</a> for more information.</p>
<p>JRuby 9.1.12.0 is our point release of the 9k series. Please check out our <a href='/2017/06/15/jruby-9-1-12-0'>release notes</a> for more information.</p>

<p class="trackDownloads">
<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-bin-9.1.11.0.tar.gz'>JRuby 9.1.11.0 Binary .tar.gz</a>
(<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-bin-9.1.11.0.tar.gz.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-bin-9.1.11.0.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-bin-9.1.11.0.tar.gz.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-bin-9.1.11.0.zip'>JRuby 9.1.11.0 Binary .zip</a>
(<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-bin-9.1.11.0.zip.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-bin-9.1.11.0.zip.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-bin-9.1.11.0.zip.sha256'>sha256</a> )<br />
<a href='{{ site.urls.s3 }}/9.1.11.0/jruby_windows_9_1_11_0.exe'>JRuby 9.1.11.0 Windows Executable</a>
(<a href='{{ site.urls.s3 }}/9.1.11.0/jruby_windows_9_1_11_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby_windows_9_1_11_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby_windows_9_1_11_0.exe.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.11.0/jruby_windows_x64_9_1_11_0.exe'>JRuby 9.1.11.0 Windows Executable (x64)</a>
(<a href='{{ site.urls.s3 }}/9.1.11.0/jruby_windows_x64_9_1_11_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby_windows_x64_9_1_11_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby_windows_x64_9_1_11_0.exe.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-src-9.1.11.0.tar.gz'>JRuby 9.1.11.0 Source .tar.gz</a>
(<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-src-9.1.11.0.tar.gz.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-src-9.1.11.0.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-src-9.1.11.0.tar.gz.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-src-9.1.11.0.zip'>JRuby 9.1.11.0 Source .zip</a>
(<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-src-9.1.11.0.zip.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-src-9.1.11.0.zip.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-src-9.1.11.0.zip.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-complete-9.1.11.0.jar'>JRuby 9.1.11.0 Complete .jar</a>
(<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-complete-9.1.11.0.jar.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-complete-9.1.11.0.jar.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-complete-9.1.11.0.jar.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-jars-9.1.11.0.gem'>JRuby-jars 9.1.11.0 .gem</a>
(<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-jars-9.1.11.0.gem.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-jars-9.1.11.0.gem.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-jars-9.1.11.0.gem.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.12.0/jruby-bin-9.1.12.0.tar.gz'>JRuby 9.1.12.0 Binary .tar.gz</a>
(<a href='{{ site.urls.s3 }}/9.1.12.0/jruby-bin-9.1.12.0.tar.gz.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.12.0/jruby-bin-9.1.12.0.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.12.0/jruby-bin-9.1.12.0.tar.gz.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.12.0/jruby-bin-9.1.12.0.zip'>JRuby 9.1.12.0 Binary .zip</a>
(<a href='{{ site.urls.s3 }}/9.1.12.0/jruby-bin-9.1.12.0.zip.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.12.0/jruby-bin-9.1.12.0.zip.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.12.0/jruby-bin-9.1.12.0.zip.sha256'>sha256</a> )<br />
<a href='{{ site.urls.s3 }}/9.1.12.0/jruby_windows_9_1_12_0.exe'>JRuby 9.1.12.0 Windows Executable</a>
(<a href='{{ site.urls.s3 }}/9.1.12.0/jruby_windows_9_1_12_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.12.0/jruby_windows_9_1_12_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.12.0/jruby_windows_9_1_12_0.exe.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.12.0/jruby_windows_x64_9_1_12_0.exe'>JRuby 9.1.12.0 Windows Executable (x64)</a>
(<a href='{{ site.urls.s3 }}/9.1.12.0/jruby_windows_x64_9_1_12_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.12.0/jruby_windows_x64_9_1_12_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.12.0/jruby_windows_x64_9_1_12_0.exe.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.12.0/jruby-src-9.1.12.0.tar.gz'>JRuby 9.1.12.0 Source .tar.gz</a>
(<a href='{{ site.urls.s3 }}/9.1.12.0/jruby-src-9.1.12.0.tar.gz.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.12.0/jruby-src-9.1.12.0.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.12.0/jruby-src-9.1.12.0.tar.gz.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.12.0/jruby-src-9.1.12.0.zip'>JRuby 9.1.12.0 Source .zip</a>
(<a href='{{ site.urls.s3 }}/9.1.12.0/jruby-src-9.1.12.0.zip.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.12.0/jruby-src-9.1.12.0.zip.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.12.0/jruby-src-9.1.12.0.zip.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.12.0/jruby-complete-9.1.12.0.jar'>JRuby 9.1.12.0 Complete .jar</a>
(<a href='{{ site.urls.s3 }}/9.1.12.0/jruby-complete-9.1.12.0.jar.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.12.0/jruby-complete-9.1.12.0.jar.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.12.0/jruby-complete-9.1.12.0.jar.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.12.0/jruby-jars-9.1.12.0.gem'>JRuby-jars 9.1.12.0 .gem</a>
(<a href='{{ site.urls.s3 }}/9.1.12.0/jruby-jars-9.1.12.0.gem.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.12.0/jruby-jars-9.1.12.0.gem.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.12.0/jruby-jars-9.1.12.0.gem.sha256'>sha256</a>)<br />
</p>

<p>JRuby 1.7.27 is our current installment of the JRuby 1.x series. Please check out our <a href='/2017/05/11/jruby-1-7-27'>release notes</a> for more information.</p>
41 changes: 41 additions & 0 deletions files/downloads/9.1.12.0/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
layout: main
title: Files/downloads/9.1.12.0
---
<h1>Files/downloads/9.1.12.0</h1>
<p class="trackDownloads">
<a href='/files/downloads/index.html'>..</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-bin-9.1.12.0.tar.gz'>jruby-bin-9.1.12.0.tar.gz</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-bin-9.1.12.0.tar.gz.md5'>jruby-bin-9.1.12.0.tar.gz.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-bin-9.1.12.0.tar.gz.sha1'>jruby-bin-9.1.12.0.tar.gz.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-bin-9.1.12.0.tar.gz.sha256'>jruby-bin-9.1.12.0.tar.gz.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-bin-9.1.12.0.zip'>jruby-bin-9.1.12.0.zip</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-bin-9.1.12.0.zip.md5'>jruby-bin-9.1.12.0.zip.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-bin-9.1.12.0.zip.sha1'>jruby-bin-9.1.12.0.zip.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-bin-9.1.12.0.zip.sha256'>jruby-bin-9.1.12.0.zip.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-complete-9.1.12.0.jar'>jruby-complete-9.1.12.0.jar</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-complete-9.1.12.0.jar.md5'>jruby-complete-9.1.12.0.jar.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-complete-9.1.12.0.jar.sha1'>jruby-complete-9.1.12.0.jar.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-complete-9.1.12.0.jar.sha256'>jruby-complete-9.1.12.0.jar.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-jars-9.1.12.0.gem'>jruby-jars-9.1.12.0.gem</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-jars-9.1.12.0.gem.md5'>jruby-jars-9.1.12.0.gem.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-jars-9.1.12.0.gem.sha1'>jruby-jars-9.1.12.0.gem.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-jars-9.1.12.0.gem.sha256'>jruby-jars-9.1.12.0.gem.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-src-9.1.12.0.tar.gz'>jruby-src-9.1.12.0.tar.gz</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-src-9.1.12.0.tar.gz.md5'>jruby-src-9.1.12.0.tar.gz.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-src-9.1.12.0.tar.gz.sha1'>jruby-src-9.1.12.0.tar.gz.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-src-9.1.12.0.tar.gz.sha256'>jruby-src-9.1.12.0.tar.gz.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-src-9.1.12.0.zip'>jruby-src-9.1.12.0.zip</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-src-9.1.12.0.zip.md5'>jruby-src-9.1.12.0.zip.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-src-9.1.12.0.zip.sha1'>jruby-src-9.1.12.0.zip.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby-src-9.1.12.0.zip.sha256'>jruby-src-9.1.12.0.zip.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby_windows_9_1_12_0.exe'>jruby_windows_9_1_12_0.exe</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby_windows_9_1_12_0.exe.md5'>jruby_windows_9_1_12_0.exe.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby_windows_9_1_12_0.exe.sha1'>jruby_windows_9_1_12_0.exe.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby_windows_9_1_12_0.exe.sha256'>jruby_windows_9_1_12_0.exe.sha256</a><br/>

<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby_windows_x64_9_1_12_0.exe'>jruby_windows_x64_9_1_12_0.exe</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby_windows_x64_9_1_12_0.exe.md5'>jruby_windows_x64_9_1_12_0.exe.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby_windows_x64_9_1_12_0.exe.sha1'>jruby_windows_x64_9_1_12_0.exe.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.12.0/jruby_windows_x64_9_1_12_0.exe.sha256'>jruby_windows_x64_9_1_12_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
@@ -122,6 +122,7 @@ <h1>Files/downloads</h1>
<a href='/files/downloads/9.1.9.0/index.html'>9.1.9.0</a><br/>
<a href='/files/downloads/9.1.10.0/index.html'>9.1.10.0</a><br/>
<a href='/files/downloads/9.1.11.0/index.html'>9.1.11.0</a><br/>
<a href='/files/downloads/9.1.12.0/index.html'>9.1.12.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 24b5603

Please sign in to comment.