From ffc3d57e46272e0349a67241e1adbed4d4a1c348 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 2 Feb 2008 18:50:44 +0000 Subject: [PATCH] changelog addition git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@8371 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/admin/admin_ug_auth.php | 2 +- phpBB/docs/CHANGELOG.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/phpBB/admin/admin_ug_auth.php b/phpBB/admin/admin_ug_auth.php index d41f27d18c..3043bc60a4 100644 --- a/phpBB/admin/admin_ug_auth.php +++ b/phpBB/admin/admin_ug_auth.php @@ -1031,4 +1031,4 @@ $template->pparse('body'); include('./page_footer_admin.'.$phpEx); -?> +?> \ No newline at end of file diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index e236ac86e5..db9a1349d5 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -82,6 +82,7 @@ p,ul,td {font-size:10pt;}
  • [Fix] Do not allow soft hyphen \xAD in usernames (reported by Bander00)
  • [Fix] Fixed the group permission system's use of array access
  • [Fix] Simple group permissions now work properly
  • +
  • [Sec] Fix possible XSRF Vulnerability in private messaging and groups handling
  • l.ii. Changes since 2.0.21