8000 Tags · oneclick/rubyinstaller2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: oneclick/rubyinstaller2

Tags

RubyInstaller-3.4.4-2

Toggle RubyInstaller-3.4.4-2's commit message
RubyInstaller-3.4.4-2 - 2025-05-18

### Changed
- Fix issue with `-std=c99` which broke install of some gems. [439](#439)

RubyInstaller-3.4.4-1

Toggle RubyInstaller-3.4.4-1's commit message
RubyInstaller-3.4.4-1 - 2025-05-16

### Added
- Add `libwinpthread-1.dll` as dependecy of `date_core.so` on all architectures and as a general dependency of ruby on ARM64. [#434](#434), [ruby/date#126](ruby/date#126)

### Changed
- Update to ruby-3.4.4, see [release notes](https://www.ruby-lang.org/en/news/2025/05/14/ruby-3-4-4-released/).
- Update the SSL CA certificate list.
- Update devkit version to gcc-15.1.

RubyInstaller-3.4.3-1

Toggle RubyInstaller-3.4.3-1's commit message
RubyInstaller-3.4.3-1 - 2025-04-15

### Changed
- Update to ruby-3.4.3, see [release notes](https://www.ruby-lang.org/en/news/2025/04/14/ruby-3-4-3-released/).
- Update to OpenSSL-3.5.0. The Ruby API dosn't change.

RubyInstaller-3.3.8-1

Toggle RubyInstaller-3.3.8-1's commit message
RubyInstaller-3.3.8-1 - 2025-04-10

### Changed
- Update to ruby-3.3.8, see [release notes](https://www.ruby-lang.org/en/news/2025/04/09/ruby-3-3-8-released/).
- Update the SSL CA certificate list.

RubyInstaller-3.2.8-1

Toggle RubyInstaller-3.2.8-1's commit message
RubyInstaller-3.2.8-1 - 2025-03-26

### Changed
- Update to ruby-3.2.8, see [release notes](https://www.ruby-lang.org/en/news/2025/03/26/ruby-3-2-8-released/).

RubyInstaller-3.1.7-1

Toggle RubyInstaller-3.1.7-1's commit message
RubyInstaller-3.1.7-1 - 2025-03-26

### Changed
- Update to ruby-3.1.7, see [release notes](https://www.ruby-lang.org/en/news/2025/03/26/ruby-3-1-7-released/).
- Apply all security patches that Canonical provides for Ubuntu-20.04 because version 1.1.1 is out of maintanence from the OpenSSL project:
  - CVE-2024-2511
  - CVE-2024-4741
  - CVE-2024-5535
  - CVE-2024-9143
  - CVE-2024-13176
- Fix automatic pacman package install when using bundler-2.5.x. [#396](#396)
- Fix pacman install error in parallel `bundler install -jX`. [#403](#403)
  `pacman` invocation is now serialized to avoid locking errors.
- Update MSYS2 download version to 2024-12-08 for `ridk install 1`. [#402](#402)
- Add junction (directory link) at `<ruby>/ssl`, which allows to easily find the OpenSSL certificates directory. [#399](#399)
  The certificates directory varies between ruby versions and the junction unifies the location.
  It is described in `<ruby>/ssl/README-SSL.md`.
- Update the SSL CA certificate list.
- Remove installed gems and MSYS2 by the uninstaller per default. [#408](#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.
- Avoid early load of etc.so allowing updates of etc.gem. [#388](#388)
- Set a single key in gemrc to allow appending to this file. [#388](#388 (comment))

RubyInstaller-3.4.2-1

Toggle RubyInstaller-3.4.2-1's commit message
RubyInstaller-3.4.2-1 - 2025-02-15

### Changed
- Update to ruby-3.4.2, see [release notes](https://www.ruby-lang.org/en/news/2025/02/14/ruby-3-4-2-released/).
- Update the SSL CA certificate list.
- Update to OpenSSL-3.4.1. The Ruby API dosn't change.

RubyInstaller-3.2.7-1

Toggle RubyInstaller-3.2.7-1's commit message
RubyInstaller-3.2.7-1 - 2025-02-05

### Changed
- Update to ruby-3.2.7, see [release notes](https://www.ruby-lang.org/en/news/2025/02/04/ruby-3-2-7-released/).
- Fix automatic pacman package install when using bundler-2.5.x. [#396](#396)
- Fix pacman install error in parallel `bundler install -jX`. [#403](#403)
  `pacman` invocation is now serialized to avoid locking errors.
- Update MSYS2 download version to 2024-12-08 for `ridk install 1`. [#402](#402)
- Add junction (directory link) at `<ruby>/ssl`, which allows to easily find the OpenSSL certificates directory. [#399](#399)
  The certificates directory varies between ruby versions and the junction unifies the location.
  It is described in `<ruby>/ssl/README-SSL.md`.
- Update the SSL CA certificate list.
- Remove installed gems and MSYS2 by the uninstaller per default. [#408](#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-2

Toggle RubyInstaller-3.4.1-2's commit message
RubyInstaller-3.4.1-2 - 2025-01-18

### Added

- Add a native ARM64 version. [#362](#362)
- Add junction (directory link) at `<ruby>/ssl`, which allows to easily find the OpenSSL certificates directory. [#399](#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](#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](#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.3.7-1

Toggle RubyInstaller-3.3.7-1's commit message
RubyInstaller-3.3.7-1 - 2025-01-18

### Changed
- Remove installed gems and MSYS2 by the uninstaller per default. [#408](#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.
- Fix pacman install error in parallel `bundler install -jX`. [#403](#403)
  `pacman` invocation is now serialized to avoid locking errors.
- Add junction (directory link) at `<ruby>/ssl`, which allows to easily find the OpenSSL certificates directory. [#399](#399)
  The certificates directory varies between ruby versions and the junction unifies the location.
  It is described in `<ruby>/ssl/README-SSL.md`.
- Update MSYS2 download version to 2024-12-08 for `ridk install 1`. [#402](#402)
- Update the SSL CA certificate list.
0