Skip to content

Commit

Permalink
Update site for new release
Browse files Browse the repository at this point in the history
enebo committed Sep 6, 2017
1 parent 8d8d5e5 commit 8d63508
Showing 5 changed files with 118 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/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
url: /2017/09/06/jruby-9-1-13-0.html
version: 9.1.13.0
tar: https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-bin-9.1.13.0.tar.gz
zip: https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-bin-9.1.13.0.zip
exe: https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby_windows_9_1_13_0.exe
exe64: https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby_windows_x64_9_1_13_0.exe
urls:
s3: https://s3.amazonaws.com/jruby.org/downloads
tryjruby: https://s3.amazonaws.com/jruby.org/tryjruby
52 changes: 52 additions & 0 deletions _posts/2017-09-06-jruby-9-1-13-0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
layout: post
title: JRuby 9.1.13.0 Released
---
The JRuby community is pleased to announce the release of JRuby 9.1.13.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.13.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:

- 24 issues fixed for 9.1.13.0

### Github Issues resolved for 9.1.13.0

<ul>
<li><a href="https://github.com/jruby/jruby/pull/4772">#4772</a> - File.symlink? fix typo</li>
<li><a href="https://github.com/jruby/jruby/issues/4770">#4770</a> - YAML::Store does not retrieve UTF8 values correctly in read-only mode</li>
<li><a href="https://github.com/jruby/jruby/issues/4765">#4765</a> - When creating a symbolic link JRuby give bad error message when not an admin on windows</li>
<li><a href="https://github.com/jruby/jruby/issues/4764">#4764</a> - Update to latest rubygems</li>
<li><a href="https://github.com/jruby/jruby/issues/4745">#4745</a> - (SystemCallError) Unknown error 123 - FindFirstFile with AsciidoctorJ-PDF on Win10</li>
<li><a href="https://github.com/jruby/jruby/issues/4741">#4741</a> - core_ext/class.rb:subclasses conflicts with ActiveRecord</li>
<li><a href="https://github.com/jruby/jruby/issues/4739">#4739</a> - "org.jruby.runtime.scopes.DynamicScope1 only supports scopes with 1 variables" with Deeply Nested Blocks</li>
<li><a href="https://github.com/jruby/jruby/issues/4737">#4737</a> - Line numbers in backtrace with multiline method invocation are sometimes different from CRuby (again)</li>
<li><a href="https://github.com/jruby/jruby/issues/4734">#4734</a> - haml-lint hangs with JRuby 9.1.12.0</li>
<li><a href="https://github.com/jruby/jruby/issues/4733">#4733</a> - Array.instance_methods different for jRuby inside Rails</li>
<li><a href="https://github.com/jruby/jruby/issues/4732">#4732</a> - Error executing `elm-install` from `elm_install` gem</li>
<li><a href="https://github.com/jruby/jruby/issues/4728">#4728</a> - Parser does not seem to terminate when parsing this string</li>
<li><a href="https://github.com/jruby/jruby/pull/4726">#4726</a> - upgrade jruby-openssl to 0.9.21</li>
<li><a href="https://github.com/jruby/jruby/issues/4725">#4725</a> - JRuby wrongly mutates hash passed in as keyword arg with indy enabled</li>
<li><a href="https://github.com/jruby/jruby/issues/4724">#4724</a> - Enumerable#each_with_index is broken again</li>
<li><a href="https://github.com/jruby/jruby/issues/4723">#4723</a> - Problem with Class.instance_methods after Module.prepend</li>
<li><a href="https://github.com/jruby/jruby/issues/4717">#4717</a> - NPE in windows parsing command line string -e ...</li>
<li><a href="https://github.com/jruby/jruby/issues/4716">#4716</a> - Rails no longer runs on Tomcat</li>
<li><a href="https://github.com/jruby/jruby/issues/4706">#4706</a> - TypeError: debugging with --debug</li>
<li><a href="https://github.com/jruby/jruby/issues/4699">#4699</a> - Re-raising the cause of a Java exception can result in leaked memory and IllegalStateExceptions</li>
<li><a href="https://github.com/jruby/jruby/issues/4692">#4692</a> - File path canonicalization still broken inside jars on Windows</li>
<li><a href="https://github.com/jruby/jruby/issues/4691">#4691</a> - `syslog/logger` from the Ruby standard library is missing in JRuby 9</li>
<li><a href="https://github.com/jruby/jruby/issues/4629">#4629</a> - Possible incompatibility with Sorcerer in 9.1.9.0 + 9.1.10.0</li>
<li><a href="https://github.com/jruby/jruby/issues/4621">#4621</a> - jrubyc compiled representation breaks but source rb works fine</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.12.0</h2>
<h2 id='current_release_jruby'>Current Release: JRuby 9.1.13.0</h2>

<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>JRuby 9.1.13.0 is our point release of the 9k series. Please check out our <a href='/2017/09/06/jruby-9-1-13-0'>release notes</a> for more information.</p>

<p class="trackDownloads">
<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 />
<a href='{{ site.urls.s3 }}/9.1.13.0/jruby-bin-9.1.13.0.tar.gz'>JRuby 9.1.13.0 Binary .tar.gz</a>
(<a href='{{ site.urls.s3 }}/9.1.13.0/jruby-bin-9.1.13.0.tar.gz.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.13.0/jruby-bin-9.1.13.0.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.13.0/jruby-bin-9.1.13.0.tar.gz.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.13.0/jruby-bin-9.1.13.0.zip'>JRuby 9.1.13.0 Binary .zip</a>
(<a href='{{ site.urls.s3 }}/9.1.13.0/jruby-bin-9.1.13.0.zip.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.13.0/jruby-bin-9.1.13.0.zip.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.13.0/jruby-bin-9.1.13.0.zip.sha256'>sha256</a> )<br />
<a href='{{ site.urls.s3 }}/9.1.13.0/jruby_windows_9_1_13_0.exe'>JRuby 9.1.13.0 Windows Executable</a>
(<a href='{{ site.urls.s3 }}/9.1.13.0/jruby_windows_9_1_13_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.13.0/jruby_windows_9_1_13_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.13.0/jruby_windows_9_1_13_0.exe.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.13.0/jruby_windows_x64_9_1_13_0.exe'>JRuby 9.1.13.0 Windows Executable (x64)</a>
(<a href='{{ site.urls.s3 }}/9.1.13.0/jruby_windows_x64_9_1_13_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.13.0/jruby_windows_x64_9_1_13_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.13.0/jruby_windows_x64_9_1_13_0.exe.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.13.0/jruby-src-9.1.13.0.tar.gz'>JRuby 9.1.13.0 Source .tar.gz</a>
(<a href='{{ site.urls.s3 }}/9.1.13.0/jruby-src-9.1.13.0.tar.gz.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.13.0/jruby-src-9.1.13.0.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.13.0/jruby-src-9.1.13.0.tar.gz.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.13.0/jruby-src-9.1.13.0.zip'>JRuby 9.1.13.0 Source .zip</a>
(<a href='{{ site.urls.s3 }}/9.1.13.0/jruby-src-9.1.13.0.zip.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.13.0/jruby-src-9.1.13.0.zip.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.13.0/jruby-src-9.1.13.0.zip.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.13.0/jruby-complete-9.1.13.0.jar'>JRuby 9.1.13.0 Complete .jar</a>
(<a href='{{ site.urls.s3 }}/9.1.13.0/jruby-complete-9.1.13.0.jar.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.13.0/jruby-complete-9.1.13.0.jar.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.13.0/jruby-complete-9.1.13.0.jar.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.13.0/jruby-jars-9.1.13.0.gem'>JRuby-jars 9.1.13.0 .gem</a>
(<a href='{{ site.urls.s3 }}/9.1.13.0/jruby-jars-9.1.13.0.gem.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.13.0/jruby-jars-9.1.13.0.gem.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.13.0/jruby-jars-9.1.13.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.13.0/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
layout: main
title: Files/downloads/9.1.13.0
---
<h1>Files/downloads/9.1.13.0</h1>
<p class="trackDownloads">
<a href='/files/downloads/index.html'>..</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-bin-9.1.13.0.tar.gz'>jruby-bin-9.1.13.0.tar.gz</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-bin-9.1.13.0.tar.gz.md5'>jruby-bin-9.1.13.0.tar.gz.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-bin-9.1.13.0.tar.gz.sha1'>jruby-bin-9.1.13.0.tar.gz.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-bin-9.1.13.0.tar.gz.sha256'>jruby-bin-9.1.13.0.tar.gz.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-bin-9.1.13.0.zip'>jruby-bin-9.1.13.0.zip</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-bin-9.1.13.0.zip.md5'>jruby-bin-9.1.13.0.zip.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-bin-9.1.13.0.zip.sha1'>jruby-bin-9.1.13.0.zip.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-bin-9.1.13.0.zip.sha256'>jruby-bin-9.1.13.0.zip.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-complete-9.1.13.0.jar'>jruby-complete-9.1.13.0.jar</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-complete-9.1.13.0.jar.md5'>jruby-complete-9.1.13.0.jar.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-complete-9.1.13.0.jar.sha1'>jruby-complete-9.1.13.0.jar.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-complete-9.1.13.0.jar.sha256'>jruby-complete-9.1.13.0.jar.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-jars-9.1.13.0.gem'>jruby-jars-9.1.13.0.gem</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-jars-9.1.13.0.gem.md5'>jruby-jars-9.1.13.0.gem.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-jars-9.1.13.0.gem.sha1'>jruby-jars-9.1.13.0.gem.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-jars-9.1.13.0.gem.sha256'>jruby-jars-9.1.13.0.gem.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-src-9.1.13.0.tar.gz'>jruby-src-9.1.13.0.tar.gz</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-src-9.1.13.0.tar.gz.md5'>jruby-src-9.1.13.0.tar.gz.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-src-9.1.13.0.tar.gz.sha1'>jruby-src-9.1.13.0.tar.gz.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-src-9.1.13.0.tar.gz.sha256'>jruby-src-9.1.13.0.tar.gz.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-src-9.1.13.0.zip'>jruby-src-9.1.13.0.zip</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-src-9.1.13.0.zip.md5'>jruby-src-9.1.13.0.zip.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-src-9.1.13.0.zip.sha1'>jruby-src-9.1.13.0.zip.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby-src-9.1.13.0.zip.sha256'>jruby-src-9.1.13.0.zip.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby_windows_9_1_13_0.exe'>jruby_windows_9_1_13_0.exe</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby_windows_9_1_13_0.exe.md5'>jruby_windows_9_1_13_0.exe.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby_windows_9_1_13_0.exe.sha1'>jruby_windows_9_1_13_0.exe.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby_windows_9_1_13_0.exe.sha256'>jruby_windows_9_1_13_0.exe.sha256</a><br/>

<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby_windows_x64_9_1_13_0.exe'>jruby_windows_x64_9_1_13_0.exe</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby_windows_x64_9_1_13_0.exe.md5'>jruby_windows_x64_9_1_13_0.exe.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby_windows_x64_9_1_13_0.exe.sha1'>jruby_windows_x64_9_1_13_0.exe.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.13.0/jruby_windows_x64_9_1_13_0.exe.sha256'>jruby_windows_x64_9_1_13_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
@@ -123,6 +123,7 @@ <h1>Files/downloads</h1>
<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/9.1.13.0/index.html'>9.1.13.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 8d63508

Please sign in to comment.