summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-09 08:24:37 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-08-09 08:24:37 +0000
commitf6d9f6fd2a7ad2f20472f3704ae7d4e810627c54 (patch)
tree20c3d5848be4d70f7c728080599d76833ef2ec17 /ChangeLog
parent380a1e677375af59422d5d25e778868120eefc7b (diff)
merge revision(s) 59307: [Backport #13284]
a64: fix crash on register stack mark/sweep pass * thread_pthread.c: move 'register_stack_start' earlier. [ruby-core:79928] [Bug #13284] [Fix GH-1625] Author: Sergei Trofimovich <slyfox@gentoo.org> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@59537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 203f116f12..4d16d7e747 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Wed Aug 9 17:22:29 2017 TAKANO `takano32' Mitsuhiro <tak@no32.tk>
+
+ a64: fix crash on register stack mark/sweep pass
+
+ * thread_pthread.c: move 'register_stack_start' earlier.
+ [ruby-core:79928] [Bug #13284] [Fix GH-1625]
+
+ Author: Sergei Trofimovich <slyfox@gentoo.org>
+
Wed Aug 9 17:10:27 2017 Shugo Maeda <shugo@ruby-lang.org>
* test/net/smtp/test_smtp.rb (test_tls_connect, test_tls_connect):