Skip to content

Commit eaf295f

Browse files
authored
Translate ruby 2.6.1 release news (ko) (#1955)
* Copy origin news * Translate ruby 2.6.1 release news (ko) * Update ko/news/_posts/2019-01-30-ruby-2-6-1-released.md Co-Authored-By: riseshia <[email protected]>
1 parent 8f0d8c2 commit eaf295f

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
layout: news_post
3+
title: "루비 2.6.1 릴리스"
4+
author: "naruse"
5+
translator: "shia"
6+
date: 2019-01-30 00:00:00 +0000
7+
lang: ko
8+
---
9+
10+
루비 2.6.1이 릴리스 되었습니다.
11+
12+
## 변경점
13+
14+
* [`Net::Protocol::BufferedIO#write`가 긴 멀티바이트 문자열을 전송할 때 `NoMethodError` 에러가 발생하는 문제](https://bugs.ruby-lang.org/issues/15468)가 수정되었습니다.
15+
16+
이번 릴리스는 몇몇 버그 수정 또한 포함합니다. [커밋 로그](https://github.com/ruby/ruby/compare/v2_6_0...v2_6_1)를 확인해주세요.
17+
18+
## 다운로드
19+
20+
* <https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.1.tar.gz>
21+
22+
SIZE: 16742207 bytes
23+
SHA1: 416842bb5b4ca655610df1f0389b6e21d25154f8
24+
SHA256: 17024fb7bb203d9cf7a5a42c78ff6ce77140f9d083676044a7db67f1e5191cb8
25+
SHA512: 89e016e60f107fa40da251bc9659584ee3191caee726b5c6818ecbe109f825c553041a5dfda7e6d2889fcf587e63fb5d9fbe6cbdbdc4572e1123c302f0f1b881
26+
* <https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.1.zip>
27+
28+
SIZE: 20595342 bytes
29+
SHA1: 6fd14990dc411eb58852324d45b29f84d580644d
30+
SHA256: ed1537f49d333a809900c1f49ad16c4c06224ebbf5c744cb7b9104ab2a385366
31+
SHA512: 8a092486ecefac5bd734897562257a576112e59d90026d0b2ada10aa0b7e0fa86ed1cd803c6254eaa21b19ba36502d9ac268eae6f5714a6eca01904117ab0da6
32+
* <https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.1.tar.bz2>
33+
34+
SIZE: 14561930 bytes
35+
SHA1: d4c92d9b0057473238df2fd4792454b43976fda3
36+
SHA256: 82c9402920eac9ce777beb3f34eeadc2a3f3ce80f25004bbf54b5ed1280ba099
37+
SHA512: fc41429491935b89532733b95476ab9f8a4efc310aad8f4c2bd3b68fba08fd7b6e9ac84c6c88ca892022d1ba76435295f3299ea466f9b5453c07d41cb539af59
38+
* <https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.1.tar.xz>
39+
40+
SIZE: 11872964 bytes
41+
SHA1: ba5f4338bb642e3836dd80b73a9df0d1b6e079ae
42+
SHA256: 47b629808e9fd44ce1f760cdf3ed14875fc9b19d4f334e82e2cf25cb2898f2f2
43+
SHA512: fb36289a955f0596c683cdadf1e4a9a9fd35222b1e1c6160c2e7cd82e5befd40a7aa4361e55f7a8f83c06ee899ec493821c7db34a60c4ac3bca0e874d33ef1a9
44+
45+
## 릴리스 코멘트
46+
47+
많은 커미터, 개발자, 버그를 신고해 준 사용자들이 이 릴리스를 만드는 데 도움을
48+
주었습니다.
49+
그들의 기여에 감사드립니다.

0 commit comments

Comments
 (0)