summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-12-03 08:12:59 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-12-03 08:12:59 +0000
commit7dae02cda3f95999471d1a069a29efe82936fe5c (patch)
tree3842f06dc5ed21dbca6dcf60a6bab25a2b955af7 /ChangeLog
parenta89dee27147be28d294705b0d97987b3c566258f (diff)
* ChangeLog: fixed the date.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 32ffbae653..ac35f704e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Mon Dec 4 09:00:00 2006 Shugo Maeda <shugo@ruby-lang.org>
+Sun Dec 3 17:11:12 2006 Shugo Maeda <shugo@ruby-lang.org>
* lib/cgi.rb (CGI::QueryExtension::read_multipart): should quote
boundary. JVN#84798830