mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 09:33:59 +02:00
* ChangeLog: for r57207 and r57208.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@57209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2706ffc7b5
commit
16d03ff2a4
2 changed files with 14 additions and 1 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
||||||
|
Tue Dec 27 18:28:20 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* dln.c (dln_load): raise LoadError instead of fatal error on
|
||||||
|
recent OSX, dlclose seems fixed in El Capitan or later.
|
||||||
|
[ruby-core:78200] [Bug #12956]
|
||||||
|
|
||||||
|
Tue Dec 27 18:17:23 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* test/misc/test_ruby_mode.rb (assert_indent): since write-region
|
||||||
|
in Emacs 25.1 no longer displays the "Wrote file" message, shows
|
||||||
|
the explicit message to check if successfully finished.
|
||||||
|
[ruby-core:77355] [Bug #12785]
|
||||||
|
|
||||||
Tue Nov 15 15:29:36 2016 NARUSE, Yui <naruse@ruby-lang.org>
|
Tue Nov 15 15:29:36 2016 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
* ext/openssl/ossl_ssl.c (ssl_npn_select_cb_common): fix parsing
|
* ext/openssl/ossl_ssl.c (ssl_npn_select_cb_common): fix parsing
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#define RUBY_VERSION "2.2.7"
|
#define RUBY_VERSION "2.2.7"
|
||||||
#define RUBY_RELEASE_DATE "2016-12-27"
|
#define RUBY_RELEASE_DATE "2016-12-27"
|
||||||
#define RUBY_PATCHLEVEL 399
|
#define RUBY_PATCHLEVEL 400
|
||||||
|
|
||||||
#define RUBY_RELEASE_YEAR 2016
|
#define RUBY_RELEASE_YEAR 2016
|
||||||
#define RUBY_RELEASE_MONTH 12
|
#define RUBY_RELEASE_MONTH 12
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue