Skip to content

Commit

Permalink
Add CHANGELOG entry for rubyinstaller-3.4.1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Jan 18, 2025
1 parent 45c4e93 commit bf596b7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG-3.4.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## RubyInstaller-3.4.1-2 - 2025-01-18

### Added

- Add a native ARM64 version. [#362](https://github.com/oneclick/rubyinstaller2/issues/362)
- Add junction (directory link) at `<ruby>/ssl`, which allows to easily find the OpenSSL certificates directory. [#399](https://github.com/oneclick/rubyinstaller2/issues/399)
The certificates directory varies between ruby versions and the junction unifies the location.
It is described in `<ruby>/ssl/README-SSL.md`.

### Changed

- Change side-by-side DLL loading to store dependencies in each extension.so file. [#60](https://github.com/oneclick/rubyinstaller2/issues/60)
- Change the OpenSSL certificates directory to `<ruby>/lib/ruby/<ruby-version>/etc/ssl`.
- Remove installed gems and MSYS2 by the uninstaller per default. [#408](https://github.com/oneclick/rubyinstaller2/issues/408)
So far the uninstaller only removed the ruby install files, but kept installed gems and MSYS2.
The old behaviour is available when running the uninstaller with option `/allfiles=no`.
See in [the wiki](https://github.com/oneclick/rubyinstaller2/wiki/FAQ#user-content-silent-install).
This is to prepare RubyInstaller for the Microsoft Store.


## RubyInstaller-3.4.1-1 - 2024-12-30

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/
Expand Down

0 comments on commit bf596b7

Please sign in to comment.