From 28fd3752ea278fc965227fa94faf4d11de9320a1 Mon Sep 17 00:00:00 2001 From: wakou Date: Tue, 30 Oct 2001 17:48:24 +0000 Subject: * lib/cgi.rb: CGI::Cookie::parse(): Ignore duplicate keys caused by Netscape bug. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2d23a7c75..13e9b2bbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 31 02:44:06 2001 Wakou Aoyama + + * lib/cgi.rb: CGI::Cookie::parse(): Ignore duplicate keys caused by + Netscape bug. + Tue Oct 30 18:21:51 2001 Usaku Nakamura * win32/mkexports.rb: follow the change of rb_io_puts(). -- cgit