1
1
---
2
2
layout : news_post
3
- title : " Ruby 3.4.4 Released "
3
+ title : " Ruby 3.4.4 릴리스 "
4
4
author : k0kubun
5
- translator :
5
+ translator : " shia "
6
6
date : 2025-05-14 18:20:00 +0000
7
- lang : en
7
+ lang : ko
8
8
---
9
9
10
- Ruby 3.4.4 has been released .
10
+ Ruby 3.4.4가 릴리스되었습니다 .
11
11
12
- This release includes a fix for a YJIT bug related to local variables and addresses a build issue on Windows when using GCC 15 .
13
- It was released ahead of schedule to make these fixes available as soon as possible .
14
- A few other bug fixes are also included .
12
+ 이 릴리스는 지역 변수와 관련된 YJIT 버그 수정과 GCC 15를 사용할 때 Windows에서 발생하는 빌드 문제를 해결합니다 .
13
+ 해당 문제를 가급적 빨리 해결하기 위해 예정보다 일찍 릴리스되었습니다 .
14
+ 기타 버그 수정도 포함되어 있습니다 .
15
15
16
- Please see the [ release notes on GitHub ] ( https://github.com/ruby/ruby/releases/tag/v3_4_4 ) for further details .
16
+ 자세한 내용은 [ GitHub 릴리스 노트 ] ( https://github.com/ruby/ruby/releases/tag/v3_4_4 ) 를 참조하세요 .
17
17
18
- ## Release Schedule
18
+ ## 릴리스 일정
19
19
20
- We intend to release the latest stable Ruby version (currently Ruby 3.4) every two months following the most recent release .
21
- Following this release (3.4.4), Ruby 3.4.5 is scheduled for July , 3.4.6 for September , 3.4.7 for November, and 3.4.8 for January .
20
+ Ruby의 최신 안정 버전(현재 Ruby 3.4)을 2개월마다 릴리스할 계획입니다 .
21
+ 이번 릴리스 (3.4.4) 이후 , Ruby 3.4.5는 7월 , 3.4.6은 9월 , 3.4.7은 11월, 3.4.8은 1월에 릴리스될 예정입니다 .
22
22
23
- If a change arises that significantly affects users, a release may occur earlier than planned, and the subsequent schedule may shift accordingly .
23
+ 만약 많은 사람들에게 영향을 미치는 변경 사항이 발생하면, 예상보다 빨리 릴리스될 수 있으며, 이후 일정도 그에 맞춰서 변경될 수 있습니다 .
24
24
25
- ## Download
25
+ ## 다운로드
26
26
27
27
{% assign release = site.data.releases | where: "version", "3.4.4" | first %}
28
28
@@ -47,7 +47,7 @@ If a change arises that significantly affects users, a release may occur earlier
47
47
SHA256: {{ release.sha256.zip }}
48
48
SHA512: {{ release.sha512.zip }}
49
49
50
- ## Release Comment
50
+ ## 릴리스 코멘트
51
51
52
- Many committers, developers, and users who provided bug reports helped us make this release .
53
- Thanks for their contributions .
52
+ 많은 커미터, 개발자, 버그를 보고해 준 사용자들이 이 릴리스를 만드는 데 도움을 주었습니다 .
53
+ 그들의 기여에 감사드립니다 .
0 commit comments