summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-04 06:49:53 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-04 06:49:53 +0000
commitcc30e4031993de270e1105a7549f34fdf93002c5 (patch)
tree7418e273caa3b5e90437b767e984b25c0595dd11 /NEWS
parentd55560d551082a081d8fac85f30f029af99bdec3 (diff)
* remove garbages.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 4281d6bf55..821d7eb2b2 100644
--- a/NEWS
+++ b/NEWS
@@ -191,11 +191,11 @@ with all sufficient information, see the ChangeLog file.
* Matrix.zero can build rectangular matrices
* net/http
- * SNI (Server Name Indication) supported for HTTPS.
+ * SNI (Server Name Indication) supported for HTTPS.
* Allow to configure to wait server returning '100 continue' response
before sending HTTP request body. Set Net::HTTP#continue_timeout AND pass
- 'expect' => '100-continue' to a extra HTTP header.
+ 'expect' => '100-continue' to a extra HTTP header.
For example, the following code sends HTTP header and waits for getting
'100 continue' response before sending HTTP request body. When 0.5 [sec]
@@ -209,9 +209,9 @@ with all sufficient information, see the ChangeLog file.
both application/x-www-form-urlencoded and multipart/form-data.
* openssl
- * PKey::RSA and PKey::DSA now use the generic X.509 encoding scheme
+ * 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
- exporting public keys to DER or PEM. Backward compatibility is
+ exporting public keys to DER or PEM. Backward compatibility is
ensured by (already existing) fallbacks during creation.
* OpenSSL::ASN1::Constructive#new and OpenSSL::ASN1::Primitive#new
(and the constructors of their sub-classes) will no longer force
@@ -240,7 +240,7 @@ with all sufficient information, see the ChangeLog file.
* [incompatible] support Ruby native encoding mechanism
and iconv dependency is dropped.
* Rubygems
- * Rubygems has been upgraded to rubygems 1.5.0. For full release notes see
+ * Rubygems has been upgraded to rubygems 1.5.0. For full release notes see
http://rubygems.rubyforge.org/rubygems-update/History_txt.html
* stringio