From 468985371143fc0f1f86c60897fa64c22321c8fc Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 11 Jul 2012 18:37:18 +0000 Subject: * lib/net/http.rb (Net::HTTP#connect): use local_host and local_port if specified. patched by Ricardo Amorim [Feature #6617] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7c356b9352..dbf0c292b8 100644 --- a/NEWS +++ b/NEWS @@ -83,6 +83,15 @@ with all sufficient information, see the ChangeLog file. * incompatible changes: * Fiber#resume cannot resume a fiber which invokes "Fiber#transfer". +* net/http + * new methods: + * Net::HTTP#local_host + * Net::HTTP#local_host= + * Net::HTTP#local_port + * Net::HTTP#local_port= + * extended method: + * Net::HTTP#connect uses local_host and local_port if specified. + * net/imap * new methods: * Net::IMAP.default_port -- cgit v1.2.3