aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-03-24 12:54:59 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-03-24 12:54:59 +0000
commitf170f1c929a87398d756d1e7372baa818e9f60f8 (patch)
tree6e3947fd759cc8cfce52a7d70dba5367e270affc
parentd02f00aa2977c63edf910c048c26d8ea793c547e (diff)
downloadforums-f170f1c929a87398d756d1e7372baa818e9f60f8.tar
forums-f170f1c929a87398d756d1e7372baa818e9f60f8.tar.gz
forums-f170f1c929a87398d756d1e7372baa818e9f60f8.tar.bz2
forums-f170f1c929a87398d756d1e7372baa818e9f60f8.tar.xz
forums-f170f1c929a87398d756d1e7372baa818e9f60f8.zip
oh, forgot to update the changelog...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8469 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/docs/CHANGELOG.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index a526625b40..26f7a74021 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -143,9 +143,11 @@
<li>[Fix] Do not error out if php_uname function disabled / Authenticating on SMTP Server (Bug #22235 - patch by HoL)</li>
<li>[Fix] Correctly obtain to be ignored users within topic/forum notification (Bug #21795 - patch provided by dr.death)</li>
<li>[Fix] Correctly update board statistics for attaching orphaned files to existing posts (Bug #20185)</li>
- <li>[Sec] Only allow searching by email address in memberlist for users having the a_user permission (reported by evil&lt;3)</li>
<li>[Fix] Do not detect the board URL as a link twice in posts (Bug #19215)</li>
<li>[Fix] Set correct error reporting in style.php to avoid blank pages after CSS changes (Bug #23885)</li>
+ <li>[Fix] If pruning users based on last activity, do not include users never logged in before (Bug #18105)</li>
+ <li>[Sec] Only allow searching by email address in memberlist for users having the a_user permission (reported by evil&lt;3)</li>
+ <li>[Sec] Limit private message attachments to be viewable only by the recipient(s)/sender (Report #s23535) - reported by AlleyKat</li>
</ul>
<a name="v30rc8"></a><h3>1.i. Changes since 3.0.RC8</h3>