From e63ab5d3ad289767eab49787e4e33390b0ce74e1 Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 27 Jun 2014 19:26:43 +0000 Subject: * lib/uri/mailto.rb: update to latest specs, RFC 6068 and HTML5. * lib/uri/mailto.rb (HEADER_PATTERN): removed. * lib/uri/mailto.rb (HEADER_REGEXP): use RFC 6068 hfields. * lib/uri/mailto.rb (EMAIL_REGEXP): use HTML5 email regexp. * lib/uri/mailto.rb (URI::MailTo.build): support multiple to addresses. * lib/uri/mailto.rb (URI::MailTo#initialize): Support multiple to addresses. Don't check with regexp, only split. * lib/uri/mailto.rb (URI::MailTo#check_to): verify by matching URI path-rootless and HTML5 email regexp with unescaped one. * lib/uri/mailto.rb (URI::MailTo#check_headers): verify only by HEADER_REGEXP. * lib/uri/mailto.rb (URI::MailTo#set_headers): don't check by HEADER_REGEXP, only split it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 21e4e849b3..4c85cb6297 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +Sat Jun 28 04:08:22 2014 NARUSE, Yui + + * lib/uri/mailto.rb: update to latest specs, RFC 6068 and HTML5. + + * lib/uri/mailto.rb (HEADER_PATTERN): removed. + + * lib/uri/mailto.rb (HEADER_REGEXP): use RFC 6068 hfields. + + * lib/uri/mailto.rb (EMAIL_REGEXP): use HTML5 email regexp. + + * lib/uri/mailto.rb (URI::MailTo.build): support multiple to addresses. + + * lib/uri/mailto.rb (URI::MailTo#initialize): Support multiple to + addresses. Don't check with regexp, only split. + + * lib/uri/mailto.rb (URI::MailTo#check_to): verify by matching + URI path-rootless and HTML5 email regexp with unescaped one. + + * lib/uri/mailto.rb (URI::MailTo#check_headers): verify only by + HEADER_REGEXP. + + * lib/uri/mailto.rb (URI::MailTo#set_headers): don't check by + HEADER_REGEXP, only split it. + Sat Jun 28 00:35:10 2014 Lauri Tirkkonen * tool/mkconfig.rb: fix empty RbConfig::CONFIG["prefix"] when -- cgit v1.2.3