aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-13 12:21:53 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-13 12:21:53 +0000
commitdd4687313cf62f43fca2d9a8ceeb56ec5fa6841c (patch)
treed783fcbb6dfac97457cfa20aad7b174adc96c16b /ChangeLog
parentcb3fcdcdc3eeb4612c78d1fac10438214184642f (diff)
downloadruby-dd4687313cf62f43fca2d9a8ceeb56ec5fa6841c.tar.gz
* win32/win32.c (getipaddrs): use alternamtive interface name if
available, because if_nametoindex() requires them. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40694 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 640f3447bb..c371e179c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon May 13 21:20:32 2013 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (getipaddrs): use alternamtive interface name if
+ available, because if_nametoindex() requires them.
+
Mon May 13 20:23:24 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/win32.c, include/ruby/win32.h (getipaddrs): [experimental]