Skip to content

Releases: github/ruby

GitHub Ruby 2.1.7

Choose a tag to compare

@dbussink dbussink released this 19 Aug 10:42

Merged upstream Ruby 2.1.7

GitHub Ruby 2.1.6

Choose a tag to compare

@dbussink dbussink released this 15 Apr 23:31

Include upstream 2.1.6 changes

GitHub Ruby 2.1.5

Choose a tag to compare

@dbussink dbussink released this 14 Nov 08:31

Updated with upstream 2.1.5

GitHub Ruby 2.1.4

Choose a tag to compare

@dbussink dbussink released this 11 Nov 12:49

Updated with the upstream 2.1.4 changes.

GitHub Ruby 2.1.3

Choose a tag to compare

@dbussink dbussink released this 11 Nov 10:59

Based off upstream 2.1.3 plus some small StringIO fixes.

GitHub Ruby 2.1.2

Choose a tag to compare

@dbussink dbussink released this 09 Sep 05:57

Based off upstream 2.1.2 plus some additional memory usage optimization fixes.

GitHub Ruby 2.1.1

Choose a tag to compare

@dbussink dbussink released this 20 Mar 09:11

Includes all fixes from upstream from 2.1.1 plus the fix for https://www.ruby-lang.org/en/news/2014/03/10/regression-of-hash-reject-in-ruby-2-1-1/

GitHub Ruby 2.1.0

Choose a tag to compare

@dbussink dbussink released this 20 Mar 09:11

Based of upstream 2.1.0 including some critical fixes described here:

https://gist.github.com/tmm1/8393897

2.0.0-github5

Choose a tag to compare

@haileys haileys released this 13 Sep 11:35
  • Backport frozen string syntax from trunk

2.0.0-github3

Choose a tag to compare

@haileys haileys released this 13 Sep 11:33
  • Add method visibility predicate methods (Method#private?, #public?, #protected?) to keep Rails 2.3 working when respond_to? started ignoring protected methods in Ruby 2.0.0
  • Add Encoding.compatibility? which returns true if encoding compatibility mode is on (set by --encoding-compatibility)
  • Add GC stats patch
  • Add encoding compatibility patch