aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2009-03-01 00:11:20 +0000
committerChris Smith <toonarmy@phpbb.com>2009-03-01 00:11:20 +0000
commitd597eacce54708f0a5e6788f9cb90c84678e94fb (patch)
tree84f5ad60952dcf7697c0cd952b92f1719ba915dd /phpBB/docs
parent62973fa50416cebd78b46aba7e29f9746e949032 (diff)
downloadforums-d597eacce54708f0a5e6788f9cb90c84678e94fb.tar
forums-d597eacce54708f0a5e6788f9cb90c84678e94fb.tar.gz
forums-d597eacce54708f0a5e6788f9cb90c84678e94fb.tar.bz2
forums-d597eacce54708f0a5e6788f9cb90c84678e94fb.tar.xz
forums-d597eacce54708f0a5e6788f9cb90c84678e94fb.zip
Correct mbstring regular expression for the allowable username characters. #42325
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9352 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/CHANGELOG.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 1c958e2594..8509b875ef 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -109,6 +109,7 @@
<li>[Fix] Deleting all posts in a topic - bad redirect (Bug #41705 - Patch by TerraFrost)</li>
<li>[Fix] Deleted users still appear logged in (Bug #41985 - Patch by TerraFrost)</li>
<li>[Fix] Removed redundant code and unnecessary queries in forum management. (Bug #42265 - Patch by nickvergessen)</li>
+ <li>[Fix] Correct mbstring regular expression for the allowable username characters, only affects <code>USERNAME_LETTER_NUM_SPACERS</code>. (Bug #42325)</li>
<li>[Change] Allow download of conflicting file for later reference in automatic updater</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>