summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-05 12:50:08 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-03-05 12:50:08 +0000
commit121de31d0331bd5310aad3d89cc0ad3883273d69 (patch)
tree707bb457e16b448ed5c6852fa6f07c5aa23cfb5d /NEWS
parent928cabe482c4caacabea3a099f13ceb35d54e8ad (diff)
* time.c (time_to_s): Correct the wrong format which did not
really conform to RFC 2822; pointed out by: OHARA Shigeki <os at iij.ad.jp> in [ruby-dev:30487]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@11997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f4e16ab28c..9a0130ec0e 100644
--- a/NEWS
+++ b/NEWS
@@ -83,7 +83,7 @@ with all sufficient information, see the ChangeLog file.
# Before
"Wed Mar 03 12:34:56 JST 2007"
# After
- "Wed, Mar 03 2007 12:34:56 +0900"
+ "Wed, 03 Mar 2007 12:34:56 +0900"
* String#intern now raises SecurityError when $SAFE level is greater
than zero.