|
1 | 1 | ---
|
2 | 2 | layout: news_post
|
3 |
| -title: "Ruby 2.7.2 Released" |
| 3 | +title: "루비 2.7.2 릴리스" |
4 | 4 | author: "nagachika"
|
5 |
| -translator: |
| 5 | +translator: "shia" |
6 | 6 | date: 2020-10-02 11:00:00 +0000
|
7 |
| -lang: en |
| 7 | +lang: ko |
8 | 8 | ---
|
9 | 9 |
|
10 |
| -Ruby 2.7.2 has been released. |
| 10 | +루비 2.7.2이 릴리스되었습니다. |
11 | 11 |
|
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 | +자세한 내용은 다음 티켓을 참고하세요. |
15 | 15 |
|
16 | 16 | * [Feature #17000 2.7.2 turns off deprecation warnings by default](https://bugs.ruby-lang.org/issues/17000)
|
17 | 17 | * [Feature #16345 Don't emit deprecation warnings by default.](https://bugs.ruby-lang.org/issues/16345)
|
18 | 18 |
|
19 |
| -This release contains the new version of webrick with a security fix described in the article. |
| 19 | +이 릴리스는 다음 글이 소개하고 있는 보안 수정이 적용된 webrick의 새 버전을 포함합니다. |
20 | 20 |
|
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/) |
22 | 22 |
|
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)를 확인해주세요. |
24 | 24 |
|
25 |
| -## Download |
| 25 | +## 다운로드 |
26 | 26 |
|
27 | 27 | {% assign release = site.data.releases | where: "version", "2.7.2" | first %}
|
28 | 28 |
|
@@ -54,6 +54,7 @@ See the [commit logs](https://github.com/ruby/ruby/compare/v2_7_1...v2_7_2) for
|
54 | 54 | SHA256: {{ release.sha256.zip }}
|
55 | 55 | SHA512: {{ release.sha512.zip }}
|
56 | 56 |
|
57 |
| -## Release Comment |
| 57 | +## 릴리스 코멘트 |
58 | 58 |
|
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