diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-08 19:43:18 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-08 19:43:18 +0200 |
commit | 60e719bd73cb490cc5c6c2df51823d06c00e973f (patch) | |
tree | 8e7121bb64374f37c1edb304284369ab764e867f /user_guide_src/source | |
parent | 960e616d18c77f463e7c53f666d98b09f5ca9057 (diff) | |
parent | 51f72cda43e4f7aa9cafbf31181e67c31936a0bd (diff) |
Merge pull request #1709 from bbarao/develop
Fix email headers when using long email subjects and \r\n as crlf.
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 47429aed3..50bf2c304 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -243,6 +243,7 @@ Release Date: Not Released Bug fixes for 3.0 ------------------ +- Fixed a bug (#1709) where the email headers were broken when using long email subjects and \r\n as crlf. - Fixed a bug where ``unlink()`` raised an error if cache file did not exist when you try to delete it. - Fixed a bug (#181) where a mis-spelling was in the form validation language file. - Fixed a bug (#159, #163) that mishandled Query Builder nested transactions because _trans_depth was not getting incremented. |