Skip to content

Latest commit

 

History

History
91 lines (68 loc) · 4.21 KB

CHANGELOG-3.0.md

File metadata and controls

91 lines (68 loc) · 4.21 KB

RubyInstaller-3.0.5-1 - 2022-11-27

Added

  • Restrict write permissions to the installing user. For several reasons we use C:/RubyXXX direcory by default but not C:/Program Files (see: oneclick/rubyinstaller#135 ). Using an install path under C:/ previously inherited write permissions for everyone, which compromised security in a multi user environment.
  • ridk use Add options to store the change permanently in the user or system environment variables. #314

Changed

  • Update to ruby-3.0.5, see release notes.
  • Update of the SSL CA certificate list.
  • Update the bundled MSYS2 keyring package.
  • Fix start menu entry for rubygems-server.
  • Run the ruby command prompt in the start menu with ridk enable.
  • Update the start menu entry with the newly installed ruby version. They kept the old ruby version previously.
  • Fix possible crash in ridk use. #291

Removed

  • No longer create registry keys under Software\RubyInstaller\MRI\<RubyVersion>. #242 They weren't used any longer and didn't distinguish between 32 and 64-bit versions.
  • No longer install the 32 bit but only the 64 bit version of MSYS2 as part of ridk install. It is still possible to get a pure 32-bit MSYS2 and Ruby installation by using the 32-bit RubyInstaller+Devkit package.
  • The file <ruby>\bin\ruby_builtin_dlls\libssp-0.dll is no longer shipped as part of RubyInstaller. It is no longer needed with the latest gcc, but previously installed gems with extensions link to this DLL. The dependency to libssp-0.dll is currently still fulfilled by the bundled MSYS2 distribution. To re-compile the gem without this DLL gem pristine --extensions can be used.

RubyInstaller-3.0.4-1 - 2022-04-19

Changed

  • Update to ruby-3.0.4, see release notes.
  • Update of the SSL CA certificate list.
  • No longer require fiddle before booting Rubygems, but use the new C-extension "win32/dll_directory". Fixes #251
  • Update the bundled MSYS2 keyring package.

Removed

  • No longer respond to MSYSTEM environment variable for setting a cross build environment. #269

RubyInstaller-3.0.3-1 - 2021-11-27

Added

Changed

  • Update to ruby-3.0.3, see release notes.
  • Update of the SSL CA certificate list.

RubyInstaller-3.0.2-1 - 2021-07-09

Added

Changed

  • Update to ruby-3.0.2, see release notes.
  • Update of the SSL CA certificate list.
  • Move CI and and release builds from Appveyor to Github Actions.
  • Move RunInstaller's pacman repository from Bintray to Github Releases.
  • Update bundled gpg keyring file for pacman to support new MSYS2 package signatures.

RubyInstaller-3.0.1-1 - 2021-04-19

Added

  • Add more environment variables needed for configure scripts: MSYSTEM_PREFIX, MSYSTEM_CARCH, MSYSTEM_CHOST, MINGW_CHOST, MINGW_PREFIX

Changed

  • Update to ruby-3.0.1, see release notes.
  • Update to OpenSSL-1.1.1k .
  • Update of the SSL CA certificate list.
  • ridk version: Avoid possible crash due to invalid encoding. #208
  • Install pkgconf instead of pkg-config on x86_64 following the change of MSYS2.
  • Avoid creation of .irbrc if directory isn't writeable. #212
  • Update the pacman repos in part 2 in addition to part 1. #220

RubyInstaller-3.0.0-1 - 2020-12-28

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

Changes compared to RubyInstaller-2.7.2-1

  • Encoding.default_encoding and filesystem encoding is now UTF-8. The UTF-8 option is removed from the installer. Legacy console encoding can still be set manually per RUBYOPT=-Elocale.