aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2009-06-04 15:04:14 +0000
committerChris Smith <toonarmy@phpbb.com>2009-06-04 15:04:14 +0000
commit2230e325140dd2cc77d273f77d63b4c1afdc4ed5 (patch)
treebf5216368eaf0a2b0fdb26be8c717d3fc39467b1 /phpBB
parentaec3a498de31b380d0eb48154de0b2bd56054dfa (diff)
downloadforums-2230e325140dd2cc77d273f77d63b4c1afdc4ed5.tar
forums-2230e325140dd2cc77d273f77d63b4c1afdc4ed5.tar.gz
forums-2230e325140dd2cc77d273f77d63b4c1afdc4ed5.tar.bz2
forums-2230e325140dd2cc77d273f77d63b4c1afdc4ed5.tar.xz
forums-2230e325140dd2cc77d273f77d63b4c1afdc4ed5.zip
Introduce XCache and eAccelerator, make some small changes to the abstract
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9537 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/docs/CHANGELOG.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 69ae879ebb..6df3240e01 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -92,7 +92,15 @@
<li>[Fix] Sorting by author or subject on viewtopic now preserves the order. (Bug #44875)</li>
<li>[Fix] Correctly determine writable status of files on Windows operating system. (Bug #39035)</li>
<li>[Feature] Backported 3.2 captcha plugins.</li>
- <li>[Feature] Introduced new ACM plugins: null, memcache, APC.</li>
+ <li>[Feature] Introduced new ACM plugins:
+ <ul>
+ <li>null</li>
+ <li><a href="http://pecl.php.net/package/memcache">memcache</a></li>
+ <li><a href="http://pecl.php.net/package/APC">APC</a></li>
+ <li><a href="http://xcache.lighttpd.net/">XCache</a></li>
+ <li><a href="http://eaccelerator.net/">eAccelerator</a></li>
+ </ul>
+ </li>
</ul>
<a name="v304"></a><h3>1.ii. Changes since 3.0.4</h3>