From 6dedde3a170d1a4d6a7678e17683ad0a2bdd6fcf Mon Sep 17 00:00:00 2001 From: aamine Date: Sun, 5 Feb 2006 09:56:34 +0000 Subject: * lib/net/http.rb: imported from trunk, rev 1.129 * lib/net/http.rb (add_field, get_fields): keep 1.8.2 backward compatibility. * lib/net/https.rb: imported from trunk, rev 1.3. * lib/net/https.rb: #use_ssl? definition moved from net/http.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e934a0dc5..d92431ebb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sun Feb 5 18:55:08 2006 Minero Aoki + + * lib/net/http.rb: imported from trunk, rev 1.129 + + * lib/net/http.rb (add_field, get_fields): keep 1.8.2 backward + compatibility. + + * lib/net/https.rb: imported from trunk, rev 1.3. + + * lib/net/https.rb: #use_ssl? definition moved from net/http.rb. + Sun Feb 5 14:22:15 2006 Hirokazu Yamamoto * lib/pstore.rb: should return default value if name is not found. -- cgit