Releases: oneclick/rubyinstaller2
Releases · oneclick/rubyinstaller2
RubyInstaller-2.4.10-1 - 2020-04-02
Changed
- Update to ruby-2.4.10, see release notes.
- Update to OpenSSL-1.0.2u .
- Replace rb-readline by new reline implementation.
It has multiline editing, better support for UTF-8 encoding and many fixes. - UTF-8 encoding is now enabled by default in the installer for new installations.
- IRB history is rewritten to UTF-8 on first start of irb.
- Don't update MSYS/MINGW packages at
ridk install
per default. #168 - Show compiler version, used to build ruby in
ridk version
. #171
RubyInstaller-2.7.0-1 - 2020-01-05
This is the first release based on ruby-2.7.0: https://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/
Changes compared to RubyInstaller-2.6.5-1
- Replace rb-readline by new reline implementation.
It has multiline editing, better support for UTF-8 encoding and many fixes. - UTF-8 encoding is now enabled by default in the installer.
This is done by setting RUBYOPT=-Eutf-8 and affects Encoding.default_encoding which is then "UTF-8" instead of the console encoding.
See core API for more details.
Using UTF-8 default encoding avoids inconsistencies between reading and writing files and to other operating systems. - IRB history is rewritten to UTF-8 if UTF-8 encoding is enabled.
RubyInstaller-2.4.9-1 - 2019-10-02
Changed
- Update to ruby-2.4.9, see release notes.
- Fix code signatures of installer executables. They were invalid at the 2.4.7-1 release.
- Update to OpenSSL-1.0.2t .
RubyInstaller-2.6.5-1 - 2019-10-02
Changed
- Update to ruby-2.6.5, see release notes.
- Fix code signatures of installer executables. They were invalid at the 2.6.4-1 release.
- Fix automatic generation of irbrc. #158
- Update to OpenSSL-1.1.1d .
RubyInstaller-2.5.7-1 - 2019-10-02
Changed
- Update to ruby-2.5.7, see release notes.
- Fix code signatures of installer executables. They were invalid at the 2.5.6-1 release.
- Fix automatic generation of irbrc. #158
- Update to OpenSSL-1.1.1d .
RubyInstaller-2.6.4-1 - 2019-09-09
Added
- Add support for scoop installer. #152
Changed
- Update to ruby-2.6.4, see release notes.
- Ignore registry entries with invalid installer data when looking for MSYS2. #154
RubyInstaller-2.5.6-1 - 2019-09-09
Added
- Add support for scoop installer. #152
Changed
- Update to ruby-2.5.6, see release notes.
- Ignore registry entries with invalid installer data when looking for MSYS2. #154
RubyInstaller-2.4.7-1 - 2019-09-09
Added
- Add support for scoop installer. #152
Changed
- Update to ruby-2.4.7, see release notes.
- Ignore registry entries with invalid installer data when looking for MSYS2. #154
RubyInstaller-2.6.3-1 - 2019-04-18
Changed
- Update to ruby-2.6.3, see release notes.
RubyInstaller-2.6.2-1 - 2019-04-13
Changed
- Update to ruby-2.6.2, see release notes.
- Build with "-O3" instead of "-O2" optimization and update x64 compiler from gcc-8.2.1 to 8.3.0.
- Update of the SSL CA certificate list.