From d82bf717c4b3c1fa75d1a980eb10152c23bac012 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Sat, 13 Oct 2007 12:30:53 +0000 Subject: [PATCH] Let's mention those git-svn-id: file:///svn/phpbb/trunk@8174 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 1d704796c3..b8003d6daa 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -118,6 +118,9 @@
  • [Fix] Correct quote parsing if opening bracket before opening quote (Bug #14667)
  • [Fix] Clean post message for checking length to prevent posting empty messages
  • [Fix] Display jumpbox if needed for functionality (Bug #14702)
  • +
  • [Feature] Added an option to enforce that users spend a configurable amount of time on the terms page during registration
  • +
  • [Fix] Fixed copy permissions box in the ACP
  • +
  • [Fix] Enforce types for the user table during conversions
  • [Sec] Fixing possible XSS through compromised WHOIS server (#i63, #i64)
  • [Sec] Missing access control on whois in viewonline.php (#i51)
  • [Sec] Encoding some variables within user::page array correctly (to cope with browser not doing it correctly) to prevent XSS through functions re-using them (#i61)