Skip to content

Latest commit

 

History

History
102 lines (79 loc) · 6.18 KB

CHANGELOG-3.2.md

File metadata and controls

102 lines (79 loc) · 6.18 KB

RubyInstaller-3.2.7-1 - 2025-02-05

Changed

  • Update to ruby-3.2.7, see release notes.
  • Fix automatic pacman package install when using bundler-2.5.x. #396
  • Fix pacman install error in parallel bundler install -jX. #403 pacman invocation is now serialized to avoid locking errors.
  • Update MSYS2 download version to 2024-12-08 for ridk install 1. #402
  • Add junction (directory link) at <ruby>/ssl, which allows to easily find the OpenSSL certificates directory. #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 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. This is to prepare RubyInstaller for the Microsoft Store.

RubyInstaller-3.2.6-1 - 2024-10-31

Changed

  • Update to ruby-3.2.6, see release notes.
  • Update the SSL CA certificate list.
  • Update to OpenSSL-3.4.0. The Ruby API dosn't change.
  • Avoid early load of etc.so allowing updates of etc.gem. #388
  • Set a single key in gemrc to allow appending to this file. #388

RubyInstaller-3.2.5-1 - 2024-07-26

Changed

  • Update to ruby-3.2.5, see release notes.
  • Update the SSL CA certificate list.
  • Update to OpenSSL-3.3.1. The Ruby API dosn't change.
  • Update to InnoSetup-6.3.1 and OpenSSL-3.3.1

RubyInstaller-3.2.4-1 - 2024-04-24

Changed

  • Update to ruby-3.2.4, see release notes.
  • Update the SSL CA certificate list.
  • Update to OpenSSL-3.3.0. The Ruby API dosn't change.
  • Move bundled OpenSSL related files to bin/lib subdirectory so that legacy algorithms can be loaded through provider support. #365
  • Update the bundled MSYS2 keyring package.
  • Avoid crash even if a registry key incldues inconvertible characters
  • Avoid method redefinition warning in rubygems hook

RubyInstaller-3.2.3-1 - 2024-01-25

Changed

  • Update to ruby-3.2.3, see release notes.
  • Update to OpenSSL-3.2.0. The Ruby API dosn't change.
  • Update the SSL CA certificate list
  • Allow setting of MSYS2 path by environment variable MSYS2_PATH. #361 This setting is preferred over all other methods to find the MSYS2 directory.
  • Return registry strings as UTF-8 instead of OEM charset. #348

RubyInstaller-3.2.2-1 - 2023-04-01

Changed

  • Update to ruby-3.2.2, see release notes.
  • Update to OpenSSL-3.1.0. The Ruby API dosn't change.
  • Move OpenSSL config directroy from <install-path>/etc/ssl/ to <install-path>/bin/etc/ssl/ to follow upstream change in MSYS2. #337

RubyInstaller-3.2.1-1 - 2023-02-09

Changed

RubyInstaller-3.2.0-1 - 2022-12-29

This is the first release based on ruby-3.2.0: https://www.ruby-lang.org/en/news/2022/12/25/ruby-3-2-0-released/

Changes compared to RubyInstaller-3.1.3-1