|
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