diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-02 12:09:14 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-02 12:09:14 +0000 |
commit | 059acbcd1dc501129a2817cfc5cf78c196f170fc (patch) | |
tree | 581945249f2e628d781029b2cf5b89523db69ffe /phpBB/docs | |
parent | 2c1d80c75a3f41517090004e59f1e04a21437cc8 (diff) | |
download | forums-059acbcd1dc501129a2817cfc5cf78c196f170fc.tar forums-059acbcd1dc501129a2817cfc5cf78c196f170fc.tar.gz forums-059acbcd1dc501129a2817cfc5cf78c196f170fc.tar.bz2 forums-059acbcd1dc501129a2817cfc5cf78c196f170fc.tar.xz forums-059acbcd1dc501129a2817cfc5cf78c196f170fc.zip |
changelog entry for security-relevant change
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8969 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 3672d1d622..d8817b624b 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -157,6 +157,8 @@ <li>[Feature] Added the possibility to force user posts put in queue if post count is lower than an admin defined value. Guest posting is not affected by this setting.</li> <li>[Feature] Added 'max_recipients' setting for private messages. This setting allows admins to define the maximum number of recipients per private message with a board-wide setting and a group-specific setting.</li> <li>[Feature] Added new permission setting for sending private messages to groups. Now there are two permissions to define sending private messages to multiple recipients and private messages to groups.</li> + + <li>[Sec] Stricter validation of the HTTP_HOST header (Thanks to Micheal Cuttingham et al for pointing out possible issues in derived code)</li> </ul> <a name="v301"></a><h3>1.ii. Changes since 3.0.1</h3> |