|
| 1 | +--- |
| 2 | +layout: news_post |
| 3 | +title: "Ruby 3.1.5 Released" |
| 4 | +author: "hsbt" |
| 5 | +translator: |
| 6 | +date: 2024-05-29 9:00:00 +0000 |
| 7 | +lang: en |
| 8 | +--- |
| 9 | + |
| 10 | +Ruby 3.1.6 has been released. |
| 11 | + |
| 12 | +Ruby 3.1 series is now in the security maintenance phase. In general, we will fix sonly ecurity issues in this phase. But we have several build failure issues after the release of Ruby 3.1.5. We decided to release Ruby 3.1.6 to fix these issues. |
| 13 | + |
| 14 | +Please check the topics below for details. |
| 15 | + |
| 16 | +* [Bug #20151: Can't build Ruby 3.1 on FreeBSD 14.0](https://bugs.ruby-lang.org/issues/20151) |
| 17 | +* [Bug #20451: Bad Ruby 3.1.5 backport causes fiddle to fail to build](https://bugs.ruby-lang.org/issues/20451) |
| 18 | +* [Bug #20431: Ruby 3.3.0 build fail with make: *** \[io_buffer.o\] Error 1](https://bugs.ruby-lang.org/issues/20431) |
| 19 | + |
| 20 | +See the [GitHub releases](https://github.com/ruby/ruby/releases/tag/v3_1_6) for further details. |
| 21 | + |
| 22 | +## Download |
| 23 | + |
| 24 | +{% assign release = site.data.releases | where: "version", "3.1.6" | first %} |
| 25 | + |
| 26 | +* <{{ release.url.gz }}> |
| 27 | + |
| 28 | + SIZE: {{ release.size.gz }} |
| 29 | + SHA1: {{ release.sha1.gz }} |
| 30 | + SHA256: {{ release.sha256.gz }} |
| 31 | + SHA512: {{ release.sha512.gz }} |
| 32 | + |
| 33 | +* <{{ release.url.xz }}> |
| 34 | + |
| 35 | + SIZE: {{ release.size.xz }} |
| 36 | + SHA1: {{ release.sha1.xz }} |
| 37 | + SHA256: {{ release.sha256.xz }} |
| 38 | + SHA512: {{ release.sha512.xz }} |
| 39 | + |
| 40 | +* <{{ release.url.zip }}> |
| 41 | + |
| 42 | + SIZE: {{ release.size.zip }} |
| 43 | + SHA1: {{ release.sha1.zip }} |
| 44 | + SHA256: {{ release.sha256.zip }} |
| 45 | + SHA512: {{ release.sha512.zip }} |
| 46 | + |
| 47 | +## Release Comment |
| 48 | + |
| 49 | +Many committers, developers, and users who provided bug reports helped us make this release. |
| 50 | +Thanks for their contributions. |
0 commit comments