ruby-changes:10603
From: knu <ko1@a...>
Date: Mon, 9 Feb 2009 12:42:13 +0900 (JST)
Subject: [ruby-changes:10603] Ruby:r22160 (ruby_1_8): Mention the changes just made in open-uri.
knu 2009-02-09 12:42:08 +0900 (Mon, 09 Feb 2009) New Revision: 22160 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=22160 Log: Mention the changes just made in open-uri. Modified files: branches/ruby_1_8/NEWS Index: ruby_1_8/NEWS =================================================================== --- ruby_1_8/NEWS (revision 22159) +++ ruby_1_8/NEWS (revision 22160) @@ -85,6 +85,22 @@ Renamed from GDBM#index. +* open-uri + + * Added a lot of new options: + + * :ftp_active_mode => bool + + Specify false to enable FTP passive mode. It is adviced that + this option should be explicitly set for forward compatibility + because the default mode is changed in Ruby >= 1.9. + + * :read_timeout => seconds + * :proxy_http_basic_authentication => [uri, user, password] + * :redirect => bool + * :ssl_verify_mode => OpenSSL::SSL::VERIFY_* + * :ssl_ca_cert => filename + * sdbm SDBM#key @@ -137,10 +153,17 @@ === Compatibility issues (excluding feature bug fixes) +* builtin classes + * Enumerator#rewind See above. +* open-uri + + * URI::InvalidURIError is converted to OpenURI::HTTPError if an + invalid HTTP URI is given. + == Changes since the 1.8.6 release === Configuration changes -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/