From 862426825937a246494f1fba0dda61f5993359d8 Mon Sep 17 00:00:00 2001 From: Shia Date: Thu, 15 May 2025 17:57:29 +0900 Subject: [PATCH 1/2] cp {en,ko}/news/_posts/2025-05-14-ruby-3-4-4-released.md --- .../_posts/2025-05-14-ruby-3-4-4-released.md | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 ko/news/_posts/2025-05-14-ruby-3-4-4-released.md diff --git a/ko/news/_posts/2025-05-14-ruby-3-4-4-released.md b/ko/news/_posts/2025-05-14-ruby-3-4-4-released.md new file mode 100644 index 0000000000..6c8e34eff2 --- /dev/null +++ b/ko/news/_posts/2025-05-14-ruby-3-4-4-released.md @@ -0,0 +1,53 @@ +--- +layout: news_post +title: "Ruby 3.4.4 Released" +author: k0kubun +translator: +date: 2025-05-14 18:20:00 +0000 +lang: en +--- + +Ruby 3.4.4 has been released. + +This release includes a fix for a YJIT bug related to local variables and addresses a build issue on Windows when using GCC 15. +It was released ahead of schedule to make these fixes available as soon as possible. +A few other bug fixes are also included. + +Please see the [release notes on GitHub](https://github.com/ruby/ruby/releases/tag/v3_4_4) for further details. + +## Release Schedule + +We intend to release the latest stable Ruby version (currently Ruby 3.4) every two months following the most recent release. +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. + +If a change arises that significantly affects users, a release may occur earlier than planned, and the subsequent schedule may shift accordingly. + +## Download + +{% assign release = site.data.releases | where: "version", "3.4.4" | first %} + +* <{{ release.url.gz }}> + + SIZE: {{ release.size.gz }} + SHA1: {{ release.sha1.gz }} + SHA256: {{ release.sha256.gz }} + SHA512: {{ release.sha512.gz }} + +* <{{ release.url.xz }}> + + SIZE: {{ release.size.xz }} + SHA1: {{ release.sha1.xz }} + SHA256: {{ release.sha256.xz }} + SHA512: {{ release.sha512.xz }} + +* <{{ release.url.zip }}> + + SIZE: {{ release.size.zip }} + SHA1: {{ release.sha1.zip }} + SHA256: {{ release.sha256.zip }} + SHA512: {{ release.sha512.zip }} + +## Release Comment + +Many committers, developers, and users who provided bug reports helped us make this release. +Thanks for their contributions. From 69fecbeeb9b70cf63585a433b4b0c581466382a2 Mon Sep 17 00:00:00 2001 From: Shia Date: Thu, 15 May 2025 19:13:36 +0900 Subject: [PATCH 2/2] Translate "Ruby 3.4.4 Released" (ko) --- .../_posts/2025-05-14-ruby-3-4-4-released.md | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/ko/news/_posts/2025-05-14-ruby-3-4-4-released.md b/ko/news/_posts/2025-05-14-ruby-3-4-4-released.md index 6c8e34eff2..6990420825 100644 --- a/ko/news/_posts/2025-05-14-ruby-3-4-4-released.md +++ b/ko/news/_posts/2025-05-14-ruby-3-4-4-released.md @@ -1,28 +1,28 @@ --- layout: news_post -title: "Ruby 3.4.4 Released" +title: "Ruby 3.4.4 릴리스" author: k0kubun -translator: +translator: "shia" date: 2025-05-14 18:20:00 +0000 -lang: en +lang: ko --- -Ruby 3.4.4 has been released. +Ruby 3.4.4가 릴리스되었습니다. -This release includes a fix for a YJIT bug related to local variables and addresses a build issue on Windows when using GCC 15. -It was released ahead of schedule to make these fixes available as soon as possible. -A few other bug fixes are also included. +이 릴리스는 지역 변수와 관련된 YJIT 버그 수정과 GCC 15를 사용할 때 Windows에서 발생하는 빌드 문제를 해결합니다. +해당 문제를 가급적 빨리 해결하기 위해 예정보다 일찍 릴리스되었습니다. +기타 버그 수정도 포함되어 있습니다. -Please see the [release notes on GitHub](https://github.com/ruby/ruby/releases/tag/v3_4_4) for further details. +자세한 내용은 [GitHub 릴리스 노트](https://github.com/ruby/ruby/releases/tag/v3_4_4)를 참조하세요. -## Release Schedule +## 릴리스 일정 -We intend to release the latest stable Ruby version (currently Ruby 3.4) every two months following the most recent release. -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. +Ruby의 최신 안정 버전(현재 Ruby 3.4)을 2개월마다 릴리스할 계획입니다. +이번 릴리스(3.4.4) 이후, Ruby 3.4.5는 7월, 3.4.6은 9월, 3.4.7은 11월, 3.4.8은 1월에 릴리스될 예정입니다. -If a change arises that significantly affects users, a release may occur earlier than planned, and the subsequent schedule may shift accordingly. +만약 많은 사람들에게 영향을 미치는 변경 사항이 발생하면, 예상보다 빨리 릴리스될 수 있으며, 이후 일정도 그에 맞춰서 변경될 수 있습니다. -## Download +## 다운로드 {% assign release = site.data.releases | where: "version", "3.4.4" | first %} @@ -47,7 +47,7 @@ If a change arises that significantly affects users, a release may occur earlier SHA256: {{ release.sha256.zip }} SHA512: {{ release.sha512.zip }} -## Release Comment +## 릴리스 코멘트 -Many committers, developers, and users who provided bug reports helped us make this release. -Thanks for their contributions. +많은 커미터, 개발자, 버그를 보고해 준 사용자들이 이 릴리스를 만드는 데 도움을 주었습니다. +그들의 기여에 감사드립니다.