You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-3.4.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
21
## RubyInstaller-3.4.1-1 - 2024-12-30
2
22
3
23
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