Skip to content

Latest commit

 

History

History
70 lines (46 loc) · 3.15 KB

CHANGELOG-3.3.md

File metadata and controls

70 lines (46 loc) · 3.15 KB

RubyInstaller-3.3.6-2 - 2024-11-09

Changed

  • Fix regression of handling command line arguments with characters outside of the current code page. In this case RubyInstaller-3.3.6-1 failed with: command line contains characters that are not supported in the active code page Fixes bundler#8221
  • Fix automatic pacman package install when using bundler-2.5.x. #396

RubyInstaller-3.3.6-1 - 2024-11-07

Changed

  • Update to ruby-3.3.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.3.5-1 - 2024-09-05

Changed

RubyInstaller-3.3.4-1 - 2024-07-09

Changed

RubyInstaller-3.3.3-1 - 2024-06-14

Changed

  • Update to ruby-3.3.3, see release notes.
  • Update to InnoSetup-6.3.1 and OpenSSL-3.3.1
  • Update the SSL CA certificate list.

RubyInstaller-3.3.2-1 - 2024-06-03

Changed

RubyInstaller-3.3.1-1 - 2024-04-24

Changed

  • Update to ruby-3.3.1, 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
  • Allow setting of MSYS2 path by environment variable MSYS2_PATH. #361 This setting is preferred over all other methods to find the MSYS2 directory.

RubyInstaller-3.3.0-1 - 2023-12-26

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

Changes compared to RubyInstaller-3.2.2-1

  • Remove the .irbrc file previously generated by RubyInstaller versions before 3.3.0. It is no longer necessary, since the enabled extensions have been made defaults in ruby core.
  • Return registry strings as UTF-8 instead of OEM charset. #348
  • Update the SSL CA certificate list and to OpenSSL-3.2.0.