From 5b764f07717a2337920c53532516100e8f5159b7 Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 23 Feb 2013 04:03:59 +0000 Subject: merge revision(s) 39298:39300: * lib/ipaddr.rb (IPAddr#in6_addr): Fix a typo with the closing parenthesis. * lib/ipaddr.rb (IPAddr#in6_addr): Fix the parser so that it can recognize IPv6 addresses with only one edge 16-bit piece compressed, like [::2:3:4:5:6:7:8] or [1:2:3:4:5:6:7::]. [Bug #7477] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ad36e0bd76..d7b5971a1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Sat Feb 23 13:03:22 2013 Akinori MUSHA + + * lib/ipaddr.rb (IPAddr#in6_addr): Fix a typo with the closing + parenthesis. + +Sat Feb 23 13:03:22 2013 Akinori MUSHA + + * lib/ipaddr.rb (IPAddr#in6_addr): Fix the parser so that it can + recognize IPv6 addresses with only one edge 16-bit piece + compressed, like [::2:3:4:5:6:7:8] or [1:2:3:4:5:6:7::]. + [Bug #7477] + Sat Feb 23 13:00:49 2013 Akinori MUSHA * configure.in (LIBRUBY_DLDFLAGS): Fix a bug where --with-opt-dir -- cgit v1.2.3