From e8e7ad8192c09c8c0f0bc35336347dcc65d5793f Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 26 Jun 2011 15:55:29 +0000 Subject: [PATCH] Add news about r30188 (Net::HTTPRequest#set_form). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 072e5fdb50..4591a53a0a 100644 --- a/NEWS +++ b/NEWS @@ -164,6 +164,10 @@ with all sufficient information, see the ChangeLog file. http.continue_timeout = 0.5 http.request_post('/continue', 'body=BODY', 'expect' => '100-continue') + * new method: + * Net::HTTPRequest#set_form): Added to support + both application/x-www-form-urlencoded and multipart/form-data. + * openssl * PKey::RSA and PKey::DSA now use the generic X.509 encoding scheme (e.g. used in a X.509 certificate's Subject Public Key Info) when