Skip to content

Commit

Permalink
Add a CHANGELOG to document the changes to RubyInstaller1 for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Mar 30, 2017
1 parent eddfd44 commit 04bf4ed
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

## RubyInstaller1 -> RubyInstaller2

- Built with gcc compiler suite 6.3 from the MSYS2 repository.
- No devkit anymore, but integrates MSYS2 libraries and toolchain.
- `Encoding.default_external` is now `UTF-8` (no longer ancient cpXYZ encoding when reading files).
- RubyInstaller2 uses a separate DLL directory to avoid conflicting DLLs in the PATH.
- RubyInstaller2 uses a DLL loading mechanism which ignores the PATH environment variable for DLL lookups, but provides a API for DLL directory addition.
- RubyInstaller2 bundles it's own SSL/TLS CA list derived from the current Mozilla CA list.
- Ability to add use rubyinstaller-build.gem for customized Ruby-Applications.
- CI tests on appveyor for each git commit.

0 comments on commit 04bf4ed

Please sign in to comment.