diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-05-08 14:50:23 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-05-08 14:50:23 +0000 |
commit | 7e0f5c0b7c37b205a9ad62f4f2736db4892e4589 (patch) | |
tree | 138c86ecbc9647e5c13a1d9bbcd675201a6e5e83 | |
parent | 5922b20e0d546f01bd0525423f8ebb3883ffb487 (diff) | |
download | forums-7e0f5c0b7c37b205a9ad62f4f2736db4892e4589.tar forums-7e0f5c0b7c37b205a9ad62f4f2736db4892e4589.tar.gz forums-7e0f5c0b7c37b205a9ad62f4f2736db4892e4589.tar.bz2 forums-7e0f5c0b7c37b205a9ad62f4f2736db4892e4589.tar.xz forums-7e0f5c0b7c37b205a9ad62f4f2736db4892e4589.zip |
honestly... i do not see this as a security issue (you may indeed enlight me though)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9513 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index d2d3ee7a3a..d609e11a5a 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -153,6 +153,7 @@ <li>[Fix] Correct calculation of source/target forum statistics if mass moving topics with global announcements (Bug #44545)</li> <li>[Fix] Fix column handling in db updater, custom profile fields an db tools for firebird DBMS (Bug #44555)</li> <li>[Fix] IE8 textarea issues (Bug #43305)</li> + <li>[Fix] Prevent accounts from being activated by users when admin activation is turned on and the correct activation key is known.</li> <li>[Change] Default difference view is now 'inline' instead of 'side by side'</li> <li>[Change] Added new option for merging differences to conflicting files in automatic updater</li> <li>[Change] Add link to user profile in the MCP for user notes and warn user.</li> @@ -168,7 +169,6 @@ <li>[Feature] db_tools now support create table and drop table.</li> <li>[Feature] Database updater checks for incompatible db schema (MySQL 3.x/4.x against MySQL 4.1.x/5.x/6.x)</li> <li>[Feature] New search option: Maximum number of words allowed to search for.</li> - <li>[Sec] Prevent accounts from being activated by users when admin activation is turned on and the correct activation key is known.</li> <li>[Sec] Only use forum id supplied for posting if global announcement detected. (Reported by nickvergessen)</li> </ul> |