Skip to content

Ruby 2.6.1 Released #1953

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 5 commits into from
Jan 30, 2019
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
2 changes: 1 addition & 1 deletion _data/downloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ preview:

stable:

- 2.6.0
- 2.6.1
- 2.5.3
- 2.4.5

Expand Down
14 changes: 14 additions & 0 deletions _data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@

# 2.6 series

- version: 2.6.1
date: 2019-01-30
post: /en/news/2019/01/30/ruby-2-6-1-released/
url:
gz: https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.1.tar.gz
zip: https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.1.zip
bz2: https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.1.tar.bz2
xz: https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.1.tar.xz
sha256:
gz: 17024fb7bb203d9cf7a5a42c78ff6ce77140f9d083676044a7db67f1e5191cb8
zip: ed1537f49d333a809900c1f49ad16c4c06224ebbf5c744cb7b9104ab2a385366
bz2: 82c9402920eac9ce777beb3f34eeadc2a3f3ce80f25004bbf54b5ed1280ba099
xz: 47b629808e9fd44ce1f760cdf3ed14875fc9b19d4f334e82e2cf25cb2898f2f2

- version: 2.6.0
date: 2018-12-25
post: /en/news/2018/12/25/ruby-2-6-0-released/
Expand Down
6 changes: 6 additions & 0 deletions en/news/_posts/2018-12-25-ruby-2-6-0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ With those changes, [6437 files changed, 231471 insertions(+), 98498 deletions(-

Merry Christmas, Happy Holidays, and enjoy programming with Ruby 2.6!

## Known Problem

_(This section was added at January 28, 2019.)_

* [Net::Protocol::BufferedIO#write raises NoMethodError when sending large multi-byte string](https://github.com/ruby/ruby/pull/2058)

## Download

* <https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.0.tar.gz>
Expand Down
49 changes: 49 additions & 0 deletions en/news/_posts/2019-01-30-ruby-2-6-1-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
layout: news_post
title: "Ruby 2.6.1 Released"
author: "naruse"
translator:
date: 2019-01-30 00:00:00 +0000
lang: en
---

Ruby 2.6.1 has been released.

## Changes

* [Net::Protocol::BufferedIO#write raises NoMethodError when sending large multi-byte string](https://bugs.ruby-lang.org/issues/15468) has been fixed.

This release includes additional bug fixes. See the [commit logs](https://github.com/ruby/ruby/compare/v2_6_0...v2_6_1) for more details.

## Download

* <https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.1.tar.gz>

SIZE: 16742207 bytes
SHA1: 416842bb5b4ca655610df1f0389b6e21d25154f8
SHA256: 17024fb7bb203d9cf7a5a42c78ff6ce77140f9d083676044a7db67f1e5191cb8
SHA512: 89e016e60f107fa40da251bc9659584ee3191caee726b5c6818ecbe109f825c553041a5dfda7e6d2889fcf587e63fb5d9fbe6cbdbdc4572e1123c302f0f1b881
* <https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.1.zip>

SIZE: 20595342 bytes
SHA1: 6fd14990dc411eb58852324d45b29f84d580644d
SHA256: ed1537f49d333a809900c1f49ad16c4c06224ebbf5c744cb7b9104ab2a385366
SHA512: 8a092486ecefac5bd734897562257a576112e59d90026d0b2ada10aa0b7e0fa86ed1cd803c6254eaa21b19ba36502d9ac268eae6f5714a6eca01904117ab0da6
* <https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.1.tar.bz2>

SIZE: 14561930 bytes
SHA1: d4c92d9b0057473238df2fd4792454b43976fda3
SHA256: 82c9402920eac9ce777beb3f34eeadc2a3f3ce80f25004bbf54b5ed1280ba099
SHA512: fc41429491935b89532733b95476ab9f8a4efc310aad8f4c2bd3b68fba08fd7b6e9ac84c6c88ca892022d1ba76435295f3299ea466f9b5453c07d41cb539af59
* <https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.1.tar.xz>

SIZE: 11872964 bytes
SHA1: ba5f4338bb642e3836dd80b73a9df0d1b6e079ae
SHA256: 47b629808e9fd44ce1f760cdf3ed14875fc9b19d4f334e82e2cf25cb2898f2f2
SHA512: fb36289a955f0596c683cdadf1e4a9a9fd35222b1e1c6160c2e7cd82e5befd40a7aa4361e55f7a8f83c06ee899ec493821c7db34a60c4ac3bca0e874d33ef1a9

## Release Comment

Many committers, developers, and users who provided bug reports helped
us to make this release.
Thanks for their contributions.
43 changes: 43 additions & 0 deletions ja/news/_posts/2019-01-30-ruby-2-6-1-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
layout: news_post
title: "Ruby 2.6.1 リリース"
author: "naruse"
translator:
date: 2019-01-30 00:00:00 +0000
lang: ja
---

Ruby 2.6.1 がリリースされました。

その他いくつかの不具合修正も含まれます。詳細は [commit log](https://github.com/ruby/ruby/compare/v2_6_0...v2_6_1) を参照してください。

## ダウンロード

* <https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.1.tar.gz>

SIZE: 16742207 bytes
SHA1: 416842bb5b4ca655610df1f0389b6e21d25154f8
SHA256: 17024fb7bb203d9cf7a5a42c78ff6ce77140f9d083676044a7db67f1e5191cb8
SHA512: 89e016e60f107fa40da251bc9659584ee3191caee726b5c6818ecbe109f825c553041a5dfda7e6d2889fcf587e63fb5d9fbe6cbdbdc4572e1123c302f0f1b881
* <https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.1.zip>

SIZE: 20595342 bytes
SHA1: 6fd14990dc411eb58852324d45b29f84d580644d
SHA256: ed1537f49d333a809900c1f49ad16c4c06224ebbf5c744cb7b9104ab2a385366
SHA512: 8a092486ecefac5bd734897562257a576112e59d90026d0b2ada10aa0b7e0fa86ed1cd803c6254eaa21b19ba36502d9ac268eae6f5714a6eca01904117ab0da6
* <https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.1.tar.bz2>

SIZE: 14561930 bytes
SHA1: d4c92d9b0057473238df2fd4792454b43976fda3
SHA256: 82c9402920eac9ce777beb3f34eeadc2a3f3ce80f25004bbf54b5ed1280ba099
SHA512: fc41429491935b89532733b95476ab9f8a4efc310aad8f4c2bd3b68fba08fd7b6e9ac84c6c88ca892022d1ba76435295f3299ea466f9b5453c07d41cb539af59
* <https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.1.tar.xz>

SIZE: 11872964 bytes
SHA1: ba5f4338bb642e3836dd80b73a9df0d1b6e079ae
SHA256: 47b629808e9fd44ce1f760cdf3ed14875fc9b19d4f334e82e2cf25cb2898f2f2
SHA512: fb36289a955f0596c683cdadf1e4a9a9fd35222b1e1c6160c2e7cd82e5befd40a7aa4361e55f7a8f83c06ee899ec493821c7db34a60c4ac3bca0e874d33ef1a9

## リリースコメント

このリリースにあたり、多くのコミッター、開発者、バグ報告をしてくれたユーザーの皆様に感謝を申し上げます。