aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/CHANGELOG.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-04-28 09:27:54 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-04-28 09:27:54 +0200
commitd54c43ae8f711e38d54ea4f1c0cfcb120e20a4ac (patch)
tree4115dd09c7641e99eb86dca3fb33d6ded3b01101 /phpBB/docs/CHANGELOG.html
parentbec047586a09ec0bf4a8214edb66c452e2489851 (diff)
downloadforums-d54c43ae8f711e38d54ea4f1c0cfcb120e20a4ac.tar
forums-d54c43ae8f711e38d54ea4f1c0cfcb120e20a4ac.tar.gz
forums-d54c43ae8f711e38d54ea4f1c0cfcb120e20a4ac.tar.bz2
forums-d54c43ae8f711e38d54ea4f1c0cfcb120e20a4ac.tar.xz
forums-d54c43ae8f711e38d54ea4f1c0cfcb120e20a4ac.zip
[prep-release-3.2.6] Update changelog for 3.2.6
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-rw-r--r--phpBB/docs/CHANGELOG.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 37710b30a6..e8dcc2be2b 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -50,6 +50,7 @@
<ol>
<li><a href="#changelog">Changelog</a>
<ul>
+ <li><a href="#v326rc1">Changes since 3.2.6-RC1</a></li>
<li><a href="#v325">Changes since 3.2.5</a></li>
<li><a href="#v325rc1">Changes since 3.2.5-RC1</a></li>
<li><a href="#v324">Changes since 3.2.4</a></li>
@@ -136,6 +137,23 @@
<div class="inner">
<div class="content">
+ <a name="v326rc1"></a><h3>Changes since 3.2.6-RC1</h3>
+ <h4>Bug</h4>
+ <ul>
+ <li>[<a href="http://tracker.phpbb.com/browse/PHPBB3-16027">PHPBB3-16027</a>] - Appveyor builds fail on PHP 7.0</li>
+ </ul>
+ <h4>Security Issue</h4>
+ <ul>
+ <li>[SECURITY-231] - Remote avatar functionality allows checking for files and ports on local network</li>
+ <li>[SECURITY-235] - Fulltext native search can be used to cause long execution times</li>
+ </ul>
+ <h4>Hardening</h4>
+ <ul>
+ <li>[SECURITY-228] - Require form token in login_box</li>
+ <li>[SECURITY-233] - SMTP auth data shouldn't be cached</li>
+ <li>[SECURITY-234] - Main website URL can be set to JS URL in Admin Control Panel</li>
+ </ul>
+
<a name="v325"></a><h3>Changes since 3.2.5</h3>
<h4>Bug</h4>
<ul>