diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2009-08-18 09:59:24 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-08-18 09:59:24 +0000 |
| commit | 9bcc38ea0b9a9b2a97b3032c9a528fe8fba0719a (patch) | |
| tree | 0fe72c795341f807706c1b6b0e799ec37fe48339 /phpBB/docs | |
| parent | 5ecc57b87e0444c355574b61538c08a4a1c66aad (diff) | |
| download | forums-9bcc38ea0b9a9b2a97b3032c9a528fe8fba0719a.tar forums-9bcc38ea0b9a9b2a97b3032c9a528fe8fba0719a.tar.gz forums-9bcc38ea0b9a9b2a97b3032c9a528fe8fba0719a.tar.bz2 forums-9bcc38ea0b9a9b2a97b3032c9a528fe8fba0719a.tar.xz forums-9bcc38ea0b9a9b2a97b3032c9a528fe8fba0719a.zip | |
Fix email problems on servers with PHP installations not accepting RFC-compliant subject string passed to the the mail()-function. (Bug #46725)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10014 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 958b58de40..ce3aa87906 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -196,6 +196,7 @@ <li>[Fix] Prevent style switcher from blocking the tab key. (Bug #49335)</li> <li>[Fix] Correctly redirect on MCP main page after posts approval/disapproval from it. (Bug #49625)</li> <li>[Fix] Do not display topic approval status image for shadow topic if a user is not a moderator in the forum the topic has been moved to. (Bug #43295)</li> + <li>[Fix] Fix email problems on servers with PHP installations not accepting RFC-compliant subject string passed to the the mail()-function. (Bug #46725)</li> <li>[Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).</li> <li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li> <li>[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)</li> |
