Skip to content

Update 3.4.0 ReleaseNote to add list of gems that promoted from default gems to bundled gems. #3581

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions de/news/_posts/2024-12-25-ruby-3-4-0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,22 @@ Hinweis: Es werden nur erwähnenswerte Updates der Standardbibliotheken aufgefü

- Diese Bibliothek wurde aus dem Ruby-Repository nach [ruby/net-http-sspi] extrahiert. [[Feature #20775]]

Die folgenden Standard-Gems sind ab nun Bundled-Gems:

- mutex_m 0.3.0
- getoptlong 0.2.1
- base64 0.2.0
- bigdecimal 3.1.8
- observer 0.1.2
- abbrev 0.1.2
- resolv-replace 0.1.1
- rinda 0.2.0
- drb 2.2.1
- nkf 0.2.0
- syslog 0.2.0
- csv 3.3.2
- repl_type_completor 0.1.9

## Kompatibilitätsprobleme

Hinweis: Ausgenommen Fehlerbehebungen bei Funktionen.
Expand Down
16 changes: 16 additions & 0 deletions en/news/_posts/2024-12-25-ruby-3-4-0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,22 @@ Note: We're only listing notable updates of Standard libraries.
* This library is now extracted from the Ruby repository to [ruby/net-http-sspi].
[[Feature #20775]]

The following bundled gems are promoted from default gems.

- mutex_m 0.3.0
- getoptlong 0.2.1
- base64 0.2.0
- bigdecimal 3.1.8
- observer 0.1.2
- abbrev 0.1.2
- resolv-replace 0.1.1
- rinda 0.2.0
- drb 2.2.1
- nkf 0.2.0
- syslog 0.2.0
- csv 3.3.2
- repl_type_completor 0.1.9

## Compatibility issues

Note: Excluding feature bug fixes.
Expand Down
16 changes: 16 additions & 0 deletions es/news/_posts/2024-12-25-ruby-3-4-0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,22 @@ Nota: Listamos sólo actualizaciones notables a las librerías estándar.
* Se extrajo esta librería del repositorio Ruby a [ruby/net-http-sspi].
[[Característica #20775]]

Las siguientes gemas incluidas han sido promovidas de gemas predeterminadas:

- mutex_m 0.3.0
- getoptlong 0.2.1
- base64 0.2.0
- bigdecimal 3.1.8
- observer 0.1.2
- abbrev 0.1.2
- resolv-replace 0.1.1
- rinda 0.2.0
- drb 2.2.1
- nkf 0.2.0
- syslog 0.2.0
- csv 3.3.2
- repl_type_completor 0.1.9

## Problemas de compatibilidad

Nota: Excluyendo correcciones a problemas en características.
Expand Down
16 changes: 16 additions & 0 deletions ja/news/_posts/2024-12-25-ruby-3-4-0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,22 @@ Ruby 3.3 までは上記の2つのメソッドは名前解決と接続試行を

* Windows で SSPI 機能を提供するライブラリは Ruby のリポジトリから [ruby/net-http-sspi] に移動しました。 [[Feature #20775]]

新たに以下の gem が default gems から bundled gems に変更されました。
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

新たに以下の gem が default gems から bundled gems に変更されました。
* racc 1.7.3


- mutex_m 0.3.0
- getoptlong 0.2.1
- base64 0.2.0
- bigdecimal 3.1.8
- observer 0.1.2
- abbrev 0.1.2
- resolv-replace 0.1.1
- rinda 0.2.0
- drb 2.2.1
- nkf 0.2.0
- syslog 0.2.0
- csv 3.3.2
- repl_type_completor 0.1.9

## 互換性に関する変更

注: 不具合修正を除きます。
Expand Down
16 changes: 16 additions & 0 deletions ko/news/_posts/2024-12-25-ruby-3-4-0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,22 @@ Ruby 3.3까지 이러한 메서드는 이름 해석과 연결 시도를 직렬
* 이 라이브러리는 이제 Ruby 저장소에서 [ruby/net-http-sspi]로 추출되었습니다.
[[Feature #20775]]

다음 기본 gem이 내장됩니다.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

다음 기본 gem이 내장됩니다.
* racc 1.7.3

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍


- mutex_m 0.3.0
- getoptlong 0.2.1
- base64 0.2.0
- bigdecimal 3.1.8
- observer 0.1.2
- abbrev 0.1.2
- resolv-replace 0.1.1
- rinda 0.2.0
- drb 2.2.1
- nkf 0.2.0
- syslog 0.2.0
- csv 3.3.2
- repl_type_completor 0.1.9

## 호환성 문제

주의: 기능 버그 수정은 포함되어 있지 않습니다.
Expand Down
Loading