Skip to content

Release announcement for Ruby 3.1.6 #3260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions _data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,30 @@

# 3.1 series

- version: 3.1.6
date: '2024-05-29'
post: "/en/news/2024/05/29/ruby-3-1-6-released/"
url:
gz: https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.6.tar.gz
xz: https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.6.tar.xz
zip: https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.6.zip
size:
gz: 20887803
xz: 15273916
zip: 25211787
sha1:
gz: '02832465f9b0f68b9fe2c443f9f602d6e840b2ca'
xz: 2671606a00d0ad564fb93f92d093590563c4e25b
zip: 534e675022dc30c3674ee68a7b2fbe9300d64367
sha256:
gz: 0d0dafb859e76763432571a3109d1537d976266be3083445651dc68deed25c22
xz: 597bd1849f252d8a6863cb5d38014ac54152b508c36dca156f6356a9e63c6102
zip: c21d16e7953d65d05824834e89d7e1a58ccf2bc018fe966f785774ea383f53db
sha512:
gz: 624555ab3681bd6663bca7cf3529a969b9f0f16928559cfb713c57f763506c8740410c9b460d946922994859189ef2b9956167bd31423cf2e3acbf5a30086fe1
xz: a3159648706d6d11ce9613201141e884b3accc69bf928c756de8a8f2b71d219886e91435d30cf2c30e85af31f87801138e10106344766100f1b80662c7244652
zip: f8b5a0fda8dc0248f29796a0b5b67f93a825a013b92b0db437ecf0a5ffaf06a800285999a0e9a61e890a8000dd2e2c081a6ecb5dae62b1045761a13fd87c397b

- version: 3.1.5
date: '2024-04-23'
post: "/en/news/2024/04/23/ruby-3-1-5-released/"
Expand Down
50 changes: 50 additions & 0 deletions en/news/_posts/2024-05-29-ruby-3-1-6-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
layout: news_post
title: "Ruby 3.1.6 Released"
author: "hsbt"
translator:
date: 2024-05-29 9:00:00 +0000
lang: en
---

Ruby 3.1.6 has been released.

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.

Please check the topics below for details.

* [Bug #20151: Can't build Ruby 3.1 on FreeBSD 14.0](https://bugs.ruby-lang.org/issues/20151)
* [Bug #20451: Bad Ruby 3.1.5 backport causes fiddle to fail to build](https://bugs.ruby-lang.org/issues/20451)
* [Bug #20431: Ruby 3.3.0 build fail with make: *** \[io_buffer.o\] Error 1](https://bugs.ruby-lang.org/issues/20431)

See the [GitHub releases](https://github.com/ruby/ruby/releases/tag/v3_1_6) for further details.

## Download

{% assign release = site.data.releases | where: "version", "3.1.6" | first %}

* <{{ release.url.gz }}>

SIZE: {{ release.size.gz }}
SHA1: {{ release.sha1.gz }}
SHA256: {{ release.sha256.gz }}
SHA512: {{ release.sha512.gz }}

* <{{ release.url.xz }}>

SIZE: {{ release.size.xz }}
SHA1: {{ release.sha1.xz }}
SHA256: {{ release.sha256.xz }}
SHA512: {{ release.sha512.xz }}

* <{{ release.url.zip }}>

SIZE: {{ release.size.zip }}
SHA1: {{ release.sha1.zip }}
SHA256: {{ release.sha256.zip }}
SHA512: {{ release.sha512.zip }}

## Release Comment

Many committers, developers, and users who provided bug reports helped us make this release.
Thanks for their contributions.