diff --git a/ChangeLog b/ChangeLog index 517493c2c3..c1f6a1d0dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Tue Jun 27 22:39:28 2000 Minero Aoki + + * lib/net/protocol.rb, smtp.rb, pop.rb, http.rb: 1.1.24. + + * lib/net/protocol.rb: modified each_crlf_line again. + + * lib/net/protocol.rb: do_write_beg,do_write_end -> writing{} + do_write_do -> do_write + + * lib/net/http.rb: can make proxy connection by passing + addresses to HTTP.new, start. + + * lib/net/http.rb: HTTP.new_implementation, old_implementation: + can use 1.2 implementation of head, get, post, put. + (see document) + Mon Jun 26 23:41:41 2000 WATANABE Hirofumi * ruby.h: add cast for ANSI style.