File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
layout : news_post
3
- title : " Ruby 3.3.9 Released "
3
+ title : " Ruby 3.3.9 릴리스 "
4
4
author : nagachika
5
- translator :
5
+ translator : " shia "
6
6
date : 2025-07-24 11:00:00 +0000
7
- lang : en
7
+ lang : ko
8
8
---
9
9
10
- Ruby 3.3.9 has been released .
10
+ Ruby 3.3.9가 릴리스되었습니다 .
11
11
12
- This release includes the following security fix of default gems:
12
+ 이 릴리스는 다음 기본 gem의 보안 수정 사항을 포함하고 있습니다.
13
13
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/ )
14
+ * [ CVE-2025 -24294: resolv gem의 DoS 가능성 ] ( https://www.ruby-lang.org/ko /news/2025/07/08/dos-resolv-cve-2025-24294/ )
15
15
16
- and the following fixes for build issues:
16
+ 그리고 다음과 같은 빌드 문제 수정 사항이 포함되어 있습니다.
17
17
18
18
* GCC 15.1
19
19
* Visual Studio 2022 Version 17.14
20
20
21
- Please see the [ GitHub releases ] ( https://github.com/ruby/ruby/releases/tag/v3_3_9 ) for further details .
21
+ 자세한 내용은 [ GitHub 릴리스 노트 ] ( https://github.com/ruby/ruby/releases/tag/v3_3_9 ) 를 참조하세요 .
22
22
23
- ## Download
23
+ ## 다운로드
24
24
25
25
{% assign release = site.data.releases | where: "version", "3.3.9" | first %}
26
26
@@ -45,7 +45,7 @@ Please see the [GitHub releases](https://github.com/ruby/ruby/releases/tag/v3_3_
45
45
SHA256: {{ release.sha256.zip }}
46
46
SHA512: {{ release.sha512.zip }}
47
47
48
- ## Release Comment
48
+ ## 릴리스 코멘트
49
49
50
- Many committers, developers, and users who provided bug reports helped us make this release .
51
- Thanks for their contributions .
50
+ 많은 커미터, 개발자, 버그를 보고해 준 사용자들이 이 릴리스를 만드는 데 도움을 주었습니다 .
51
+ 그들의 기여에 감사드립니다 .
You can’t perform that action at this time.
0 commit comments