Skip to content

Commit bf596b7

Browse files
committed
Add CHANGELOG entry for rubyinstaller-3.4.1-2
1 parent 45c4e93 commit bf596b7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG-3.4.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## RubyInstaller-3.4.1-2 - 2025-01-18
2+
3+
### Added
4+
5+
- Add a native ARM64 version. [#362](https://github.com/oneclick/rubyinstaller2/issues/362)
6+
- Add junction (directory link) at `<ruby>/ssl`, which allows to easily find the OpenSSL certificates directory. [#399](https://github.com/oneclick/rubyinstaller2/issues/399)
7+
The certificates directory varies between ruby versions and the junction unifies the location.
8+
It is described in `<ruby>/ssl/README-SSL.md`.
9+
10+
### Changed
11+
12+
- Change side-by-side DLL loading to store dependencies in each extension.so file. [#60](https://github.com/oneclick/rubyinstaller2/issues/60)
13+
- Change the OpenSSL certificates directory to `<ruby>/lib/ruby/<ruby-version>/etc/ssl`.
14+
- Remove installed gems and MSYS2 by the uninstaller per default. [#408](https://github.com/oneclick/rubyinstaller2/issues/408)
15+
So far the uninstaller only removed the ruby install files, but kept installed gems and MSYS2.
16+
The old behaviour is available when running the uninstaller with option `/allfiles=no`.
17+
See in [the wiki](https://github.com/oneclick/rubyinstaller2/wiki/FAQ#user-content-silent-install).
18+
This is to prepare RubyInstaller for the Microsoft Store.
19+
20+
121
## RubyInstaller-3.4.1-1 - 2024-12-30
222

323
This is the first release based on ruby-3.4.x: https://www.ruby-lang.org/en/news/2024/12/25/ruby-3-4-0-released/

0 commit comments

Comments
 (0)