July 2015 Stable Release
Changes from the previous release are:
- Fix segfault found using afl-fuzz mruby#2866
- Proc#curry should preserve lambdas mruby#2849
- fix arity of lambdas with optional arguments mruby#2848
- mrb_string_value_cstr crashes if not given a string mruby#2847
- Time rounding precision mruby#2835
- Rounding errors could make time_alloc imprecise mruby#2834
- add similar range check for tm->usec as well
mruby@b4cc962 - always check range before casting time_t to mrb_int
mruby@95b3a70 - Time#to_i and Time#usec should care about mrb_int overflow on MRB_INT16
mruby@0878900 - String#sub incompatibility with CRuby mruby#2816