[前][次][番号順一覧][スレッド一覧]

ruby-changes:20349

From: nobu <ko1@a...>
Date: Mon, 4 Jul 2011 15:50:03 +0900 (JST)
Subject: [ruby-changes:20349] nobu:r32397 (trunk): * remove garbages.

nobu	2011-07-04 15:49:53 +0900 (Mon, 04 Jul 2011)

  New Revision: 32397

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32397

  Log:
    * remove garbages.

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 32396)
+++ NEWS	(revision 32397)
@@ -191,11 +191,11 @@
     * 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 @@
       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 @@
   * [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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]