From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1200E138334 for ; Sat, 4 May 2019 05:20:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E811FE087D; Sat, 4 May 2019 05:20:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C78F4E087D for ; Sat, 4 May 2019 05:20:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAA043434A1 for ; Sat, 4 May 2019 05:20:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21D015EA for ; Sat, 4 May 2019 05:20:05 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1556436474.d54c43ae8f711e38d54ea4f1c0cfcb120e20a4ac.chiitoo@gentoo> Subject: [gentoo-commits] proj/forums:origin/3.2.x commit in: phpBB/docs/ X-VCS-Repository: proj/forums X-VCS-Files: phpBB/docs/CHANGELOG.html X-VCS-Directories: phpBB/docs/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: d54c43ae8f711e38d54ea4f1c0cfcb120e20a4ac X-VCS-Branch: origin/3.2.x Date: Sat, 4 May 2019 05:20:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c8401e2d-5063-4d9e-9184-0b81473b7d7d X-Archives-Hash: 80d1b2b0caf4de6066d4d3b05b9f7e74 commit: d54c43ae8f711e38d54ea4f1c0cfcb120e20a4ac Author: Marc Alexander m-a-styles de> AuthorDate: Sun Apr 28 07:27:54 2019 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sun Apr 28 07:27:54 2019 +0000 URL: https://gitweb.gentoo.org/proj/forums.git/commit/?id=d54c43ae [prep-release-3.2.6] Update changelog for 3.2.6 phpBB/docs/CHANGELOG.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 37710b30a..e8dcc2be2 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -50,6 +50,7 @@
  1. Changelog
      +
    • Changes since 3.2.6-RC1
    • Changes since 3.2.5
    • Changes since 3.2.5-RC1
    • Changes since 3.2.4
    • @@ -136,6 +137,23 @@
      +

      Changes since 3.2.6-RC1

      +

      Bug

      + +

      Security Issue

      +
        +
      • [SECURITY-231] - Remote avatar functionality allows checking for files and ports on local network
      • +
      • [SECURITY-235] - Fulltext native search can be used to cause long execution times
      • +
      +

      Hardening

      +
        +
      • [SECURITY-228] - Require form token in login_box
      • +
      • [SECURITY-233] - SMTP auth data shouldn't be cached
      • +
      • [SECURITY-234] - Main website URL can be set to JS URL in Admin Control Panel
      • +
      +

      Changes since 3.2.5

      Bug