Skip to content

Commit d91332e

Browse files
committed
Translate "Ruby 3.2.9 Released" (ko)
1 parent 09bc08e commit d91332e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

ko/news/_posts/2025-07-24-ruby-3-2-9-released.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
---
22
layout: news_post
3-
title: "Ruby 3.2.9 Released"
3+
title: "Ruby 3.2.9 릴리스"
44
author: "hsbt"
5-
translator:
5+
translator: "shia"
66
date: 2025-07-24 08:51:53 +0000
7-
lang: en
7+
lang: ko
88
---
99

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

12-
This release includes the following security fixes:
12+
이 릴리스는 다음과 같은 보안 취약점 수정 사항을 포함하고 있습니다.
1313

14-
* [CVE-2025-24294: Possible Denial of Service in resolv gem](https://www.ruby-lang.org/en/news/2025/07/08/dos-resolv-cve-2025-24294/)
15-
* [CVE-2025-43857: DoS vulnerability in net-imap](https://www.ruby-lang.org/en/news/2025/04/28/dos-net-imap-cve-2025-43857/)
14+
* [CVE-2025-24294: resolv gem의 DoS 가능성](https://www.ruby-lang.org/ko/news/2025/07/08/dos-resolv-cve-2025-24294/)
15+
* [CVE-2025-43857: net-imap의 DoS 취약점](https://www.ruby-lang.org/ko/news/2025/04/28/dos-net-imap-cve-2025-43857/)
1616

17-
and the following fixes for build issues:
17+
그리고 다음과 같은 빌드 문제 수정 사항이 포함되어 있습니다:
1818

1919
* GCC 15.1
2020
* Visual Studio 2022 Version 17.14
2121

22-
Please see the [GitHub releases](https://github.com/ruby/ruby/releases/tag/v3_2_9) for further details.
22+
자세한 내용은 [GitHub 릴리스 노트](https://github.com/ruby/ruby/releases/tag/v3_2_9)를 참조하세요.
2323

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

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

@@ -46,7 +46,7 @@ Please see the [GitHub releases](https://github.com/ruby/ruby/releases/tag/v3_2_
4646
SHA256: {{ release.sha256.zip }}
4747
SHA512: {{ release.sha512.zip }}
4848

49-
## Release Comment
49+
## 릴리스 코멘트
5050

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

0 commit comments

Comments
 (0)