summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-22 14:08:17 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-22 14:08:17 +0000
commit35cd72172ca642750a5aaa49e3bfd922bf4293be (patch)
tree18aaef8fe65f0dfd3e96bbe67d7ad835d8d37eac /ChangeLog
parent6b4f9210b0a105c68d98ebf2b80eea160c3af6a5 (diff)
* ext/socket/mkconstants.rb: More TCP option constants.
Describe Linux and glibc versions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46048 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 2ff26bd37f..bc4fe51aac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 22 22:58:27 2014 Tanaka Akira <akr@fsij.org>
+
+ * ext/socket/mkconstants.rb: More TCP option constants.
+ Describe Linux and glibc versions.
+
Thu May 22 20:38:10 2014 NARUSE, Yui <naruse@ruby-lang.org>
* file.c (stat_birthtime): add birthtime support [Feature #9647]