Skip to content

Commit 289c792

Browse files
committed
Add CHANGELOG entry for RubyInstaller-3.4.5-1
1 parent 7ce0903 commit 289c792

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG-3.4.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## RubyInstaller-3.4.5-1 - 2025-07-25
2+
3+
### Changed
4+
- Update to ruby-3.4.5, see [release notes](https://www.ruby-lang.org/en/news/2025/07/15/ruby-3-4-5-released/).
5+
- Update the SSL CA certificate list.
6+
7+
18
## RubyInstaller-3.4.4-2 - 2025-05-18
29

310
### Changed

packages/ri-msys/Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ end
5959
ovl_glob('recipes/*/task.rake').each{|f| load(ovl_expand_file(f)) }
6060

6161
ruby_arch_packages = %w[x64-ucrt x86-msvcrt].map do |arch|
62-
%w[3.2.9-1 3.3.9-1 3.4.5-2 head].map do |packagever|
62+
%w[3.2.9-1 3.3.9-1 3.4.5-1 head].map do |packagever|
6363
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
6464
end
6565
end
6666
ruby_arch_packages += %w[arm-ucrt].map do |arch|
67-
%w[3.4.5-2 head].map do |packagever|
67+
%w[3.4.5-1 head].map do |packagever|
6868
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
6969
end
7070
end

packages/ri/Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ end
5252
ovl_glob('recipes/*/task.rake').each{|f| load(ovl_expand_file(f)) }
5353

5454
ruby_arch_packages = %w[x64-ucrt x86-msvcrt].map do |arch|
55-
%w[3.2.9-1 3.3.9-1 3.4.5-2 head].map do |packagever|
55+
%w[3.2.9-1 3.3.9-1 3.4.5-1 head].map do |packagever|
5656
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
5757
end
5858
end
5959
ruby_arch_packages += %w[arm-ucrt].map do |arch|
60-
%w[3.4.5-2 head].map do |packagever|
60+
%w[3.4.5-1 head].map do |packagever|
6161
RubyPackage.new( packagever: packagever, arch: arch, rootdir: __dir__ ).freeze
6262
end
6363
end

0 commit comments

Comments
 (0)