Skip to content

Releases: oneclick/rubyinstaller2

RubyInstaller-3.0.2-1 - 2020-07-09

09 Jul 19:59
Compare
Choose a tag to compare

Added

  • Enable ruby to support path length >260 characters.
    See 829ab9d
  • Add racc, rbs and typeprof to executables. #231

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-2.7.4-1 - 2020-07-09

09 Jul 19:59
Compare
Choose a tag to compare

Added

  • Enable ruby to support path length >260 characters.
    See 829ab9d
  • Add racc to executables. #231

Changed

  • Update to ruby-2.7.4, 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-2.6.8-1 - 2020-07-09

09 Jul 19:59
Compare
Choose a tag to compare

Added

  • Enable ruby to support path length >260 characters.
    See 829ab9d

Changed

  • Update to ruby-2.6.8, 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 - 2020-04-19

19 Apr 19:10
Compare
Choose a tag to compare

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-2.7.3-1 - 2020-04-19

19 Apr 19:11
Compare
Choose a tag to compare

Added

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

Changed

  • Update to ruby-2.7.3, 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-2.6.7-1 - 2020-04-19

19 Apr 19:11
Compare
Choose a tag to compare

Added

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

Changed

  • Update to ruby-2.6.7, 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-2.5.9-1 - 2020-04-19

19 Apr 19:12
Compare
Choose a tag to compare

Added

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

Changed

  • Update to ruby-2.5.9, 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

27 Dec 20:15
Compare
Choose a tag to compare

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.

RubyInstaller-2.7.2-1 - 2020-10-06

06 Oct 10:26
Compare
Choose a tag to compare

Added

  • Add migration of new MSYS2 signature keys to "ridk install". #184, #182
  • Add RDoc based RI documentation as an install option.
    It can be used per tab completion in irb.
  • Add automake-1.16 package.
  • Run autorebase.bat at installation on 32 bit x86 systems.
    This is required with more recent versions of msys32.
  • Kill running MSYS2 processes for MSYS2 initialization and update.
    This avoids the error "size of shared memory region changed" when MSYS2 core DLLs are changed.
  • ridk use improvements:
    • sorts the list of rubies
    • plays well together with ridk enable now
    • removes itself from PATH when returning to original ruby.

Changed

  • Move HTML documentation to optional install component "Ruby RI and HTML documentation".
  • Update to OpenSSL-1.1.1g, libffi-3.3 and gcc-10.2.
  • Update to InnoSetup-6 which enables a larger and resizable installer window.
  • Skip gemspec based package install if dependency is already satisfied. #67
    This avoids unwanted/unnecessary up- or downgrades of MSYS2/MINGW packages on "gem install" when a package is already installed and the version meets optional version constraints.
  • Update of the SSL CA certificate list.
  • Fix a memory leak in DllDirectory.
  • Fix vendoring issue of recent MSYS2 system.

Removed

  • Remove automake versions before automake-1.12
  • Remove now unused Gem install helper.

RubyInstaller-2.6.6-2 - 2020-10-06

06 Oct 20:05
Compare
Choose a tag to compare

Added

  • Add migration of new MSYS2 signature keys to "ridk install". #184, #182
  • Add RDoc based RI documentation as an install option.
  • Run autorebase.bat at installation on 32 bit x86 systems.
    This is required with more recent versions of msys32.
  • Kill running MSYS2 processes for MSYS2 initialization and update.
    This avoids the error "size of shared memory region changed" when MSYS2 core DLLs are changed.
  • ridk use improvements:
    • sorts the list of rubies
    • plays well together with ridk enable now
    • removes itself from PATH when returning to original ruby.

Changed

  • Move HTML documentation to optional install component "Ruby RI and HTML documentation".
  • Update to OpenSSL-1.1.1g, libffi-3.3 and gcc-10.2.
  • Update to InnoSetup-6 which enables a larger and resizable installer window.
  • Skip gemspec based package install if dependency is already satisfied. #67
    This avoids unwanted/unnecessary up- or downgrades of MSYS2/MINGW packages on "gem install" when a package is already installed and the version meets optional version constraints.
  • Update of the SSL CA certificate list.
  • Fix a memory leak in DllDirectory.
  • Fix vendoring issue of recent MSYS2 system.

Removed

  • Remove automake versions before automake-1.12
  • Remove now unused Gem install helper.