Skip to content

Commit 5fbf500

Browse files
author
Sangyong Sim
committed
Translate 2020-10-02-ruby-2-7-2-released.md (ko)
1 parent 3d2eb74 commit 5fbf500

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

ko/news/_posts/2020-10-02-ruby-2-7-2-released.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
---
22
layout: news_post
3-
title: "Ruby 2.7.2 Released"
3+
title: "루비 2.7.2 릴리스"
44
author: "nagachika"
5-
translator:
5+
translator: "shia"
66
date: 2020-10-02 11:00:00 +0000
7-
lang: en
7+
lang: ko
88
---
99

10-
Ruby 2.7.2 has been released.
10+
루비 2.7.2이 릴리스되었습니다.
1111

12-
This release contains intentional incompatibility. Deprecation warnings are off by default on 2.7.2 and later.
13-
You can turn on deprecation warnings by specifying the -w or -W:deprecated option at the command-line.
14-
Please check the topics below for details.
12+
이 릴리스는 의도적인 비호환이 있습니다. 2.7.2 이후로 기본 설정에서는 폐기 경고를 출력하지 않습니다.
13+
폐기 경고를 활성화하려면 실행시에 `-w``-W:deprecated`를 넘기세요.
14+
자세한 내용은 다음 티켓을 참고하세요.
1515

1616
* [Feature #17000 2.7.2 turns off deprecation warnings by default](https://bugs.ruby-lang.org/issues/17000)
1717
* [Feature #16345 Don't emit deprecation warnings by default.](https://bugs.ruby-lang.org/issues/16345)
1818

19-
This release contains the new version of webrick with a security fix described in the article.
19+
이 릴리스는 다음 글이 소개하고 있는 보안 수정이 적용된 webrick의 새 버전을 포함합니다.
2020

21-
* [CVE-2020-25613: Potential HTTP Request Smuggling Vulnerability in WEBrick](/en/news/2020/09/29/http-request-smuggling-cve-2020-25613/)
21+
* [CVE-2020-25613: WEBrick의 잠재적인 HTTP 요청 밀수 취약점](/ko/news/2020/09/29/http-request-smuggling-cve-2020-25613/)
2222

23-
See the [commit logs](https://github.com/ruby/ruby/compare/v2_7_1...v2_7_2) for other changes.
23+
이 이외의 변경 사항은 [커밋 로그](https://github.com/ruby/ruby/compare/v2_7_1...v2_7_2)를 확인해주세요.
2424

25-
## Download
25+
## 다운로드
2626

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

@@ -54,6 +54,7 @@ See the [commit logs](https://github.com/ruby/ruby/compare/v2_7_1...v2_7_2) for
5454
SHA256: {{ release.sha256.zip }}
5555
SHA512: {{ release.sha512.zip }}
5656

57-
## Release Comment
57+
## 릴리스 코멘트
5858

59-
Thanks to the many committers, developers and users who provided bug reports and contributions that made this release possible.
59+
많은 커미터, 개발자, 버그를 보고해 준 사용자들이 이 릴리스를 만드는 데 도움을 주었습니다.
60+
그들의 기여에 감사드립니다.

0 commit comments

Comments
 (0)