diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2008-05-15 13:29:14 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2008-05-15 13:29:14 +0000 |
| commit | 9413af5e1a59a9bfc01fb5d3896a2fb5d34055f4 (patch) | |
| tree | c3e3d93706bbf09bbc1451f14102ed85ae2af895 /phpBB/docs | |
| parent | ae3dd106049e0b7429719862c82250ad2d28ffd7 (diff) | |
| download | forums-9413af5e1a59a9bfc01fb5d3896a2fb5d34055f4.tar forums-9413af5e1a59a9bfc01fb5d3896a2fb5d34055f4.tar.gz forums-9413af5e1a59a9bfc01fb5d3896a2fb5d34055f4.tar.bz2 forums-9413af5e1a59a9bfc01fb5d3896a2fb5d34055f4.tar.xz forums-9413af5e1a59a9bfc01fb5d3896a2fb5d34055f4.zip | |
So, tighten things up a little further. QA Team, please check this.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8554 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 222e5f762d..3e1ae339f9 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -103,6 +103,8 @@ <li>[Fix] Correctly sort by rank in memberlist (Bug #24435)</li> <li>[Fix] Purge cache after database restore (Bug #24245)</li> <li>[Fix] Correctly display subforum read/unread icons from RTL in FF3, Konqueror and Safari3+. (thanks arod-1 for the fix, related to Bug #14830)</li> + <li>[Feature] Added optional referer validation of POST requests as additional CSRF protection.</li> + <li>[Fix] Added missing form token in acp (thanks NBBN).</li> </ul> <a name="v300"></a><h3>1.ii. Changes since 3.0.0</h3> |
