diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2005-11-15 08:36:38 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2005-11-15 08:36:38 +0000 |
commit | f2ee215becb62fb33dfb8e81ded65ec809a24a7f (patch) | |
tree | f5e2f4fba051aeef1f83b2c1ee27031abb577ec2 /actionmailer/CHANGELOG | |
parent | 08fd13d17c0e3f0de4403bd9b3280fe26fc75acb (diff) | |
download | rails-f2ee215becb62fb33dfb8e81ded65ec809a24a7f.tar.gz rails-f2ee215becb62fb33dfb8e81ded65ec809a24a7f.tar.bz2 rails-f2ee215becb62fb33dfb8e81ded65ec809a24a7f.zip |
Stricter matching for implicitly multipart filenames excludes files ending in unsupported extensions (such as foo.rhtml.bak) and without a two-part content type (such as foo.text.rhtml or foo.text.really.plain.rhtml). Closes #2398.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3040 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r-- | actionmailer/CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index 7254016a61..45283d11a9 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,3 +1,8 @@ +*SVN* + +* Stricter matching for implicitly multipart filenames excludes files ending in unsupported extensions (such as foo.rhtml.bak) and without a two-part content type (such as foo.text.rhtml or foo.text.really.plain.rhtml). #2398 [Dave Burt <dave@burt.id.au>, Jeremy Kemper] + + *1.1.3* (November 7th, 2005) * Allow Mailers to have custom initialize methods that set default instance variables for all mail actions #2563 [mrj@bigpond.net.au] |