Skip to content

Commit 47149e7

Browse files
committed
Add release notes for ruby-3.1.8 and 3.2.7
1 parent fe19e8a commit 47149e7

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

CHANGELOG-3.1.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## RubyInstaller-3.1.7-1 - 2025-03-26
2+
3+
### Changed
4+
- Update to ruby-3.1.7, see [release notes](https://www.ruby-lang.org/en/news/2025/03/26/ruby-3-1-7-released/).
5+
- Apply all security patches that Canonical provides for Ubuntu-20.04 because version 1.1.1 is out of maintanence from the OpenSSL project:
6+
- CVE-2024-2511
7+
- CVE-2024-4741
8+
- CVE-2024-5535
9+
- CVE-2024-9143
10+
- CVE-2024-13176
11+
- Fix automatic pacman package install when using bundler-2.5.x. [#396](https://github.com/oneclick/rubyinstaller2/issues/396)
12+
- Fix pacman install error in parallel `bundler install -jX`. [#403](https://github.com/oneclick/rubyinstaller2/issues/403)
13+
`pacman` invocation is now serialized to avoid locking errors.
14+
- Update MSYS2 download version to 2024-12-08 for `ridk install 1`. [#402](https://github.com/oneclick/rubyinstaller2/issues/402)
15+
- Add junction (directory link) at `<ruby>/ssl`, which allows to easily find the OpenSSL certificates directory. [#399](https://github.com/oneclick/rubyinstaller2/issues/399)
16+
The certificates directory varies between ruby versions and the junction unifies the location.
17+
It is described in `<ruby>/ssl/README-SSL.md`.
18+
- Update the SSL CA certificate list.
19+
- Remove installed gems and MSYS2 by the uninstaller per default. [#408](https://github.com/oneclick/rubyinstaller2/issues/408)
20+
So far the uninstaller only removed the ruby install files, but kept installed gems and MSYS2.
21+
The old behaviour is available when running the uninstaller with option `/allfiles=no`.
22+
See in [the wiki](https://github.com/oneclick/rubyinstaller2/wiki/FAQ#user-content-silent-install).
23+
This is to prepare RubyInstaller for the Microsoft Store.
24+
- Avoid early load of etc.so allowing updates of etc.gem. [#388](https://github.com/oneclick/rubyinstaller2/issues/388)
25+
- Set a single key in gemrc to allow appending to this file. [#388](https://github.com/oneclick/rubyinstaller2/issues/388#issuecomment-2348393612)
26+
27+
128
## RubyInstaller-3.1.6-1 - 2024-06-03
229

330
### Changed

CHANGELOG-3.2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## RubyInstaller-3.2.8-1 - 2025-03-26
2+
3+
### Changed
4+
- Update to ruby-3.2.8, see [release notes](https://www.ruby-lang.org/en/news/2025/03/26/ruby-3-2-8-released/).
5+
6+
17
## RubyInstaller-3.2.7-1 - 2025-02-05
28

39
### Changed

0 commit comments

Comments
 (0)