summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-25 14:24:10 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-25 14:24:10 +0000
commit1ff020df70f76d32ceea70e859d9f0b567e7a59a (patch)
tree464bfb59d6159e174ff0acf397722ca67a53d157 /ChangeLog
parent56c52c1da8b9718bab1b5e2e9c1b43f00905f3d2 (diff)
* ext/socket/ancdata.c (ancillary_unix_rights): raise
NotImplementedError if no fd passing feature. (ancillary_timestamp): raise NotImplementedError if no timestamp feature. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1011c63cc0..3013ccfab4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Feb 25 23:23:03 2009 Tanaka Akira <akr@fsij.org>
+
+ * ext/socket/ancdata.c (ancillary_unix_rights): raise
+ NotImplementedError if no fd passing feature.
+ (ancillary_timestamp): raise NotImplementedError if no timestamp
+ feature.
+
Wed Feb 25 23:18:53 2009 Tanaka Akira <akr@fsij.org>
* ext/socket/ancdata.c (ancillary_s_unix_rights): new method.