From 1ff020df70f76d32ceea70e859d9f0b567e7a59a Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 25 Feb 2009 14:24:10 +0000 Subject: * 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 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * ext/socket/ancdata.c (ancillary_s_unix_rights): new method. -- cgit v1.2.3