summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwakou <wakou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-10-30 17:48:24 +0000
committerwakou <wakou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-10-30 17:48:24 +0000
commit4c9362b74fe837475fe0ab647ba48eee07d69f9f (patch)
tree336112a19adfdaa662cefc1c498381724f93c114 /ChangeLog
parent8d321e3fd4b05b092f5cd41ceb583f0534f7b251 (diff)
* lib/cgi.rb: CGI::Cookie::parse(): Ignore duplicate keys caused by
Netscape bug. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1805 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 2d23a7c75b..13e9b2bbb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Oct 31 02:44:06 2001 Wakou Aoyama <wakou@fsinet.or.jp>
+
+ * lib/cgi.rb: CGI::Cookie::parse(): Ignore duplicate keys caused by
+ Netscape bug.
+
Tue Oct 30 18:21:51 2001 Usaku Nakamura <usa@ruby-lang.org>
* win32/mkexports.rb: follow the change of rb_io_puts().