Skip to content

Commit 0f96bfc

Browse files
committed
Add a CHANGELOG entry for rubyinstaller-3.3.7-1
1 parent e0bd165 commit 0f96bfc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG-3.3.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## RubyInstaller-3.3.7-1 - 2025-01-18
2+
3+
### Changed
4+
- Remove installed gems and MSYS2 by the uninstaller per default. [#408](https://github.com/oneclick/rubyinstaller2/issues/408)
5+
So far the uninstaller only removed the ruby install files, but kept installed gems and MSYS2.
6+
The old behaviour is available when running the uninstaller with option `/allfiles=no`.
7+
See in [the wiki](https://github.com/oneclick/rubyinstaller2/wiki/FAQ#user-content-silent-install).
8+
This is to prepare RubyInstaller for the Microsoft Store.
9+
- Fix pacman install error in parallel `bundler install -jX`. [#403](https://github.com/oneclick/rubyinstaller2/issues/403)
10+
`pacman` invocation is now serialized to avoid locking errors.
11+
- Add junction (directory link) at `<ruby>/ssl`, which allows to easily find the OpenSSL certificates directory. [#399](https://github.com/oneclick/rubyinstaller2/issues/399)
12+
The certificates directory varies between ruby versions and the junction unifies the location.
13+
It is described in `<ruby>/ssl/README-SSL.md`.
14+
- Update MSYS2 download version to 2024-12-08 for `ridk install 1`. [#402](https://github.com/oneclick/rubyinstaller2/issues/402)
15+
- Update the SSL CA certificate list.
16+
17+
118
## RubyInstaller-3.3.6-2 - 2024-11-09
219

320
### Changed

0 commit comments

Comments
 (0)