summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-01 03:49:12 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-01 03:49:12 +0000
commit7eea74f1a32dc90ed0a7774ef23e6130ffcd74c8 (patch)
tree643b62fd52c0ab1efb584863ca1c2bc707ebabf6 /ChangeLog
parentac9a3359b2953a7656a4a351c1c39aacb2cac558 (diff)
* lib/open-uri.rb (OpenURI.open_http): refine post_connection_check
call. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82089cded..cdc12c89c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jul 1 12:44:56 2005 Tanaka Akira <akr@m17n.org>
+
+ * lib/open-uri.rb (OpenURI.open_http): refine post_connection_check
+ call.
+
Fri Jul 1 11:34:08 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
* missing/crypt.c: replaced with 4.4BSD version.