From d85b3ae528d8417f07af5bac571998ce3564d10f Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 2 Apr 2008 08:51:21 +0000 Subject: #s24575 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8486 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 26f7a74021..9a94b71ed0 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -148,6 +148,7 @@
  • [Fix] If pruning users based on last activity, do not include users never logged in before (Bug #18105)
  • [Sec] Only allow searching by email address in memberlist for users having the a_user permission (reported by evil<3)
  • [Sec] Limit private message attachments to be viewable only by the recipient(s)/sender (Report #s23535) - reported by AlleyKat
  • +
  • [Sec] Check for non-empty config.php within style.php (Report #s24575) - reported by bantu
  • 1.i. Changes since 3.0.RC8

    -- cgit v1.2.1 From 261b310b0d3e9024e82ede7653a4baee6f83315f Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Thu, 3 Apr 2008 14:04:10 +0000 Subject: - Find and display colliding usernames correctly when converting from one database to another (Bug #23925) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8489 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 9a94b71ed0..dd4fd3b90a 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -149,6 +149,7 @@
  • [Sec] Only allow searching by email address in memberlist for users having the a_user permission (reported by evil<3)
  • [Sec] Limit private message attachments to be viewable only by the recipient(s)/sender (Report #s23535) - reported by AlleyKat
  • [Sec] Check for non-empty config.php within style.php (Report #s24575) - reported by bantu
  • +
  • [Fix] Find and display colliding usernames correctly when converting from one database to another (Bug #23925)
  • 1.i. Changes since 3.0.RC8

    -- cgit v1.2.1