From ce1048fa0a37cb58c75ce3e423312edc509c3612 Mon Sep 17 00:00:00 2001 From: Shia Date: Wed, 8 Oct 2025 22:14:15 +0900 Subject: [PATCH 1/2] cp {en,ko}/news/_posts/2025-10-07-ruby-3-4-7-released.md --- .../_posts/2025-10-07-ruby-3-4-7-released.md | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 ko/news/_posts/2025-10-07-ruby-3-4-7-released.md diff --git a/ko/news/_posts/2025-10-07-ruby-3-4-7-released.md b/ko/news/_posts/2025-10-07-ruby-3-4-7-released.md new file mode 100644 index 0000000000..55985326a6 --- /dev/null +++ b/ko/news/_posts/2025-10-07-ruby-3-4-7-released.md @@ -0,0 +1,52 @@ +--- +layout: news_post +title: "Ruby 3.4.7 Released" +author: k0kubun +translator: +date: 2025-10-07 17:14:11 +0000 +lang: en +--- + +Ruby 3.4.7 has been released. + +This release includes [an update to the uri gem addressing CVE-2025-61594](https://www.ruby-lang.org/en/news/2025/10/07/uri-cve-2025-61594/), +along with other bug fixes. Please refer to [the release notes on GitHub](https://github.com/ruby/ruby/releases/tag/v3_4_7) for further details. + +We recommend updating your version of the uri gem. This release has been made for the convenience of those who wish to continue using it as a default gem. + +## Release Schedule + +We intend to release the latest stable Ruby version (currently Ruby 3.4) every two months following the most recent release. +Ruby 3.4.8 is scheduled for December and 3.4.9 for February. + +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.7" | 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 bf597f4c01540243b1c04b4dcd95a7ddb5f18dd8 Mon Sep 17 00:00:00 2001 From: Shia Date: Wed, 8 Oct 2025 22:19:00 +0900 Subject: [PATCH 2/2] Translate "Ruby 3.4.7 Released" (ko) --- .../_posts/2025-10-07-ruby-3-4-7-released.md | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/ko/news/_posts/2025-10-07-ruby-3-4-7-released.md b/ko/news/_posts/2025-10-07-ruby-3-4-7-released.md index 55985326a6..11c1817f15 100644 --- a/ko/news/_posts/2025-10-07-ruby-3-4-7-released.md +++ b/ko/news/_posts/2025-10-07-ruby-3-4-7-released.md @@ -1,27 +1,27 @@ --- layout: news_post -title: "Ruby 3.4.7 Released" +title: "Ruby 3.4.7 릴리스" author: k0kubun -translator: +translator: "shia" date: 2025-10-07 17:14:11 +0000 -lang: en +lang: ko --- -Ruby 3.4.7 has been released. +Ruby 3.4.7이 릴리스되었습니다. -This release includes [an update to the uri gem addressing CVE-2025-61594](https://www.ruby-lang.org/en/news/2025/10/07/uri-cve-2025-61594/), -along with other bug fixes. Please refer to [the release notes on GitHub](https://github.com/ruby/ruby/releases/tag/v3_4_7) for further details. +이 릴리스는 [CVE-2025-61594에 대응하는 uri gem 업데이트](https://www.ruby-lang.org/ko/news/2025/10/07/uri-cve-2025-61594/)를 포함한, +기타 버그 수정이 포함되어 있습니다. 자세한 내용은 [GitHub 릴리스 노트](https://github.com/ruby/ruby/releases/tag/v3_4_7)를 참조하세요. -We recommend updating your version of the uri gem. This release has been made for the convenience of those who wish to continue using it as a default gem. +uri gem을 업데이트할 것을 권장합니다. 이 릴리스는 기본 gem으로 계속 사용하려는 분들의 편의를 위해 제공됩니다. -## Release Schedule +## 릴리스 일정 -We intend to release the latest stable Ruby version (currently Ruby 3.4) every two months following the most recent release. -Ruby 3.4.8 is scheduled for December and 3.4.9 for February. +Ruby의 최신 안정 버전(현재 Ruby 3.4)을 2개월마다 릴리스할 계획입니다. +Ruby 3.4.8은 12월에 릴리스될 예정이며, 3.4.9은 2월에 릴리스될 예정입니다. -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.7" | first %} @@ -46,7 +46,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. +많은 커미터, 개발자, 버그를 보고해 준 사용자들이 이 릴리스를 만드는 데 도움을 주었습니다. +그들의 기여에 감사드립니다.