aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-11-17 20:04:49 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-11-17 20:04:49 +0000
commite2e56acca918ceb3cfd1a64a8ec91a788ae4a5f9 (patch)
treed95019f35104d9518d7159c2aae077ea8aa0bae0 /phpBB/docs
parent056d24a0bd8b3d4998fcbca51cffc525778b2d38 (diff)
downloadforums-e2e56acca918ceb3cfd1a64a8ec91a788ae4a5f9.tar
forums-e2e56acca918ceb3cfd1a64a8ec91a788ae4a5f9.tar.gz
forums-e2e56acca918ceb3cfd1a64a8ec91a788ae4a5f9.tar.bz2
forums-e2e56acca918ceb3cfd1a64a8ec91a788ae4a5f9.tar.xz
forums-e2e56acca918ceb3cfd1a64a8ec91a788ae4a5f9.zip
some further fixes
- re-introduce grabbing random number from /dev/urandom git-svn-id: file:///svn/phpbb/trunk@8241 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 08a9f1c9cd..a9e0a630dc 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -100,9 +100,11 @@
<li>[Change] Do not assign converted votes to the first option in a vote.</li>
<li>[Fix] Use correct RFC 2822 date format in emails (Bug #15042)</li>
<li>[Fix] Require founder status for some actions on founder-only groups (Bug #15119)</li>
- <li>[Fix] Allow changing the "now" option of date CPFs (Bug #15111)</li>
+ <li>[Fix] Allow changing the &quot;now&quot; option of date CPFs (Bug #15111)</li>
<li>[Change] Some improvements to the caching of avatars</li>
-
+ <li>[Change] Set template recompilation to be disabled by default. All mod and style authors and all those who want to modify their styles should enabled it after installation.</li>
+ <li>[Change] Disable debug mode. All mod and style authors should enable DEBUG and DEBUG_EXTRA.</li>
+ <li>[Fix] Check error reporting level for all error level. This fixes a problem for hosts having manipulated the error handler. (Bug #14831)</li>
</ul>
<a name="v30rc6"></a><h3>1.ii. Changes since 3.0.RC6</h3>