diff options
author | Jamis Buck <jamis@37signals.com> | 2006-09-09 20:16:42 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2006-09-09 20:16:42 +0000 |
commit | 3e7aa0391fb0da5ea6c38ceb682c8634d3a1cb72 (patch) | |
tree | 5e34389821d5d367baaca4dee4124fd6940864a2 /actionmailer/CHANGELOG | |
parent | 0a84624bd78643f2161d162f68669de03fe2bac8 (diff) | |
download | rails-3e7aa0391fb0da5ea6c38ceb682c8634d3a1cb72.tar.gz rails-3e7aa0391fb0da5ea6c38ceb682c8634d3a1cb72.tar.bz2 rails-3e7aa0391fb0da5ea6c38ceb682c8634d3a1cb72.zip |
Make sure DOS newlines in quoted-printable text are normalized to unix newlines before unquoting. closes $166 and #4452
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5079 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r-- | actionmailer/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index ba73da30a4..bac5eeafa5 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Make sure DOS newlines in quoted-printable text are normalized to unix newlines before unquoting. closes $166 and #4452. [Jamis Buck] + * Fixed that iconv decoding should catch InvalidEncoding #3153 [jon@siliconcircus.com] * Tighten rescue clauses. #5985 [james@grayproductions.net] |