Skip to content

Commit 4f4c402

Browse files
committed
Translate 2.6.9, 2.7.5, 3.0.3 released
1 parent 13bae90 commit 4f4c402

File tree

3 files changed

+45
-45
lines changed

3 files changed

+45
-45
lines changed

ko/news/_posts/2021-11-24-ruby-2-6-9-released.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
---
22
layout: news_post
3-
title: "Ruby 2.6.9 Released"
3+
title: "Ruby 2.6.9 릴리스"
44
author: "usa"
5-
translator:
5+
translator: "shia"
66
date: 2021-11-24 12:00:00 +0000
7-
lang: en
7+
lang: ko
88
---
99

10-
Ruby 2.6.9 has been released.
10+
Ruby 2.6.9가 릴리스되었습니다.
1111

12-
This release includes security fixes.
13-
Please check the topics below for details.
12+
이 릴리스는 보안 수정을 포함합니다.
13+
자세한 사항은 아래 글을 확인해 보세요.
1414

15-
* [CVE-2021-41817: Regular Expression Denial of Service Vulnerability of Date Parsing Methods]({%link en/news/_posts/2021-11-15-date-parsing-method-regexp-dos-cve-2021-41817.md %})
16-
* [CVE-2021-41819: Cookie Prefix Spoofing in CGI::Cookie.parse]({%link en/news/_posts/2021-11-24-cookie-prefix-spoofing-in-cgi-cookie-parse-cve-2021-41819.md %})
15+
* [CVE-2021-41817: 날짜 구문 분석 메서드의 정규표현식 서비스 거부(DoS) 취약점]({%link ko/news/_posts/2021-11-15-date-parsing-method-regexp-dos-cve-2021-41817.md %})
16+
* [CVE-2021-41819: CGI::Cookie.parse에서의 쿠키 접두사 위장]({%link ko/news/_posts/2021-11-24-cookie-prefix-spoofing-in-cgi-cookie-parse-cve-2021-41819.md %})
1717

18-
See the [commit logs](https://github.com/ruby/ruby/compare/v2_6_8...v2_6_9) for details.
18+
자세한 사항은 [커밋 로그](https://github.com/ruby/ruby/compare/v2_6_8...v2_6_9)를 확인해 주세요.
1919

20-
Ruby 2.6 is now under the state of the security maintenance phase, until the end of March of 2022.
21-
After that date, maintenance of Ruby 2.6 will be ended.
22-
We recommend you start planning the migration to newer versions of Ruby, such as 3.0 or 2.7.
20+
Ruby 2.6은 보안 유지보수 단계이며, 이는 2022년 3월 말에 종료됩니다.
21+
해당 일자로 Ruby 2.6의 유지보수는 종료됩니다.
22+
Ruby 3.0이나 2.7로 업그레이드할 계획을 세우기 바랍니다.
2323

24-
## Download
24+
## 다운로드
2525

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

@@ -53,7 +53,7 @@ We recommend you start planning the migration to newer versions of Ruby, such as
5353
SHA256: {{ release.sha256.zip }}
5454
SHA512: {{ release.sha512.zip }}
5555

56-
## Release Comment
56+
## 릴리스 코멘트
5757

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

ko/news/_posts/2021-11-24-ruby-2-7-5-released.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
22
layout: news_post
3-
title: "Ruby 2.7.5 Released"
3+
title: "Ruby 2.7.5 릴리스"
44
author: "usa"
5-
translator:
5+
translator: "shia"
66
date: 2021-11-24 12:00:00 +0000
7-
lang: en
7+
lang: ko
88
---
99

10-
Ruby 2.7.5 has been released.
10+
Ruby 2.7.5가 릴리스되었습니다.
1111

12-
This release includes security fixes.
13-
Please check the topics below for details.
12+
이 릴리스는 보안 수정을 포함합니다.
13+
자세한 사항은 아래 글을 확인해 보세요.
1414

15-
* [CVE-2021-41817: Regular Expression Denial of Service Vulnerability of Date Parsing Methods]({%link en/news/_posts/2021-11-15-date-parsing-method-regexp-dos-cve-2021-41817.md %})
16-
* [CVE-2021-41816: Buffer Overrun in CGI.escape_html]({%link en/news/_posts/2021-11-24-buffer-overrun-in-cgi-escape_html-cve-2021-41816.md %})
17-
* [CVE-2021-41819: Cookie Prefix Spoofing in CGI::Cookie.parse]({%link en/news/_posts/2021-11-24-cookie-prefix-spoofing-in-cgi-cookie-parse-cve-2021-41819.md %})
15+
* [CVE-2021-41817: 날짜 구문 분석 메서드의 정규표현식 서비스 거부(DoS) 취약점]({%link ko/news/_posts/2021-11-15-date-parsing-method-regexp-dos-cve-2021-41817.md %})
16+
* [CVE-2021-41816: CGI.escape_html에서의 버퍼 오버런]({%link ko/news/_posts/2021-11-24-buffer-overrun-in-cgi-escape_html-cve-2021-41816.md %})
17+
* [CVE-2021-41819: CGI::Cookie.parse에서의 쿠키 접두사 위장]({%link ko/news/_posts/2021-11-24-cookie-prefix-spoofing-in-cgi-cookie-parse-cve-2021-41819.md %})
1818

19-
See the [commit logs](https://github.com/ruby/ruby/compare/v2_7_4...v2_7_5) for details.
19+
자세한 사항은 [커밋 로그](https://github.com/ruby/ruby/compare/v2_7_4...v2_7_5)를 확인해 주세요.
2020

21-
## Download
21+
## 다운로드
2222

2323
{% assign release = site.data.releases | where: "version", "2.7.5" | first %}
2424

@@ -50,9 +50,9 @@ See the [commit logs](https://github.com/ruby/ruby/compare/v2_7_4...v2_7_5) for
5050
SHA256: {{ release.sha256.zip }}
5151
SHA512: {{ release.sha512.zip }}
5252

53-
## Release Comment
53+
## 릴리스 코멘트
5454

55-
Many committers, developers, and users who provided bug reports helped us make this release.
56-
Thanks for their contributions.
55+
많은 커미터, 개발자, 버그를 보고해 준 사용자들이 이 릴리스를 만드는 데 도움을 주었습니다.
56+
그들의 기여에 감사드립니다.
5757

58-
The maintenance of Ruby 2.7, including this release, is based on the "Agreement for the Ruby stable version" of the Ruby Association.
58+
이 릴리스를 포함한 Ruby 2.7의 유지보수는 Ruby Association의 "Ruby 안정 버전에 관한 협의"에 기반해 이루어집니다.

ko/news/_posts/2021-11-24-ruby-3-0-3-released.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
22
layout: news_post
3-
title: "Ruby 3.0.3 Released"
3+
title: "Ruby 3.0.3 릴리스"
44
author: "nagachika"
5-
translator:
5+
translator: "shia"
66
date: 2021-11-24 12:00:00 +0000
7-
lang: en
7+
lang: ko
88
---
99

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

12-
This release includes security fixes.
13-
Please check the topics below for details.
12+
이 릴리스는 보안 수정을 포함합니다.
13+
자세한 사항은 아래 글을 확인해 보세요.
1414

15-
* [CVE-2021-41817: Regular Expression Denial of Service Vulnerability of Date Parsing Methods]({%link en/news/_posts/2021-11-15-date-parsing-method-regexp-dos-cve-2021-41817.md %})
16-
* [CVE-2021-41816: Buffer Overrun in CGI.escape_html]({%link en/news/_posts/2021-11-24-buffer-overrun-in-cgi-escape_html-cve-2021-41816.md %})
17-
* [CVE-2021-41819: Cookie Prefix Spoofing in CGI::Cookie.parse]({%link en/news/_posts/2021-11-24-cookie-prefix-spoofing-in-cgi-cookie-parse-cve-2021-41819.md %})
15+
* [CVE-2021-41817: 날짜 구문 분석 메서드의 정규표현식 서비스 거부(DoS) 취약점]({%link ko/news/_posts/2021-11-15-date-parsing-method-regexp-dos-cve-2021-41817.md %})
16+
* [CVE-2021-41816: CGI.escape_html에서의 버퍼 오버런]({%link ko/news/_posts/2021-11-24-buffer-overrun-in-cgi-escape_html-cve-2021-41816.md %})
17+
* [CVE-2021-41819: CGI::Cookie.parse에서의 쿠키 접두사 위장]({%link ko/news/_posts/2021-11-24-cookie-prefix-spoofing-in-cgi-cookie-parse-cve-2021-41819.md %})
1818

19-
See the [commit logs](https://github.com/ruby/ruby/compare/v3_0_2...v3_0_3) for details.
19+
자세한 사항은 [커밋 로그](https://github.com/ruby/ruby/compare/v3_0_2...v3_0_3)를 확인해 주세요.
2020

21-
## Download
21+
## 다운로드
2222

2323
{% assign release = site.data.releases | where: "version", "3.0.3" | first %}
2424

@@ -43,7 +43,7 @@ See the [commit logs](https://github.com/ruby/ruby/compare/v3_0_2...v3_0_3) for
4343
SHA256: {{ release.sha256.zip }}
4444
SHA512: {{ release.sha512.zip }}
4545

46-
## Release Comment
46+
## 릴리스 코멘트
4747

48-
Many committers, developers, and users who provided bug reports helped us make this release.
49-
Thanks for their contributions.
48+
많은 커미터, 개발자, 버그를 보고해 준 사용자들이 이 릴리스를 만드는 데 도움을 주었습니다.
49+
그들의 기여에 감사드립니다.

0 commit comments

Comments
 (0)