-
Notifications
You must be signed in to change notification settings - Fork 668
Translate "Ruby 3.4.4 Released" (ja) #3782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| --- | ||
| layout: news_post | ||
| title: "Ruby 3.4.4 リリース" | ||
| author: k0kubun | ||
| translator: teeta32 | ||
| date: 2025-05-14 18:20:00 +0000 | ||
| lang: ja | ||
| --- | ||
|
|
||
| Ruby 3.4.4 がリリースされました。 | ||
|
|
||
| 本リリースはローカル変数に関係する YJIT のバグ修正を含み、Windows で GCC 15 を使用してビルドする際の問題に対処しています。 | ||
| この修正をできるだけ早く利用できるように予定より前にリリースされました。 | ||
| また、他にもいくつかのバグ修正を含んでいます。 | ||
|
|
||
| 詳しくは[GitHub release notes](https://github.com/ruby/ruby/releases/tag/v3_4_4)を参照してください。 | ||
|
|
||
| ## リリーススケジュール | ||
|
|
||
| 最新の安定版 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月に予定されています。 | ||
|
|
||
| ユーザーに重大な影響を与える変更が発生した場合はリリースが予定より早く行われ、それに応じて後続のスケジュールが早まる可能性があります。 | ||
|
|
||
| ## ダウンロード | ||
|
|
||
| {% 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 }} | ||
|
|
||
| ## リリースコメント | ||
|
|
||
| Ruby 開発者の皆様、バグや脆弱性を報告してくれたユーザーの皆様のご協力により本リリースは行われています。 皆様のご協力に感謝します。 | ||
|
teeta32 marked this conversation as resolved.
Outdated
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.