summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-27 10:30:35 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-27 10:30:35 +0000
commite44b8733dd8ab9b147c3dfeadd61835ab2f582a2 (patch)
treef2adc1e911933c3ce2787006d97b5be74b61526b /ChangeLog
parent88c68a89d3bfae15664f59355c013c0c23bd1a63 (diff)
merge revision(s) 56905: [Backport #12983]
Reverse compatibility_version and current_version for Darwin The `compatibility_version` should have an API version and the `current_version` should have a program version of Ruby, but they have been reversed and the binary compatibility has never worked. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@57212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 185b75473c..214199b049 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Dec 27 19:29:54 2016 Akinori MUSHA <knu@iDaemons.org>
+
+ * configure.in: reverse compatibility_version and current_version for
+ Darwin.
+
Tue Dec 27 19:10:09 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* marshal.c (dump_funcall, dump_check_funcall, load_funcall):