Browse Source

update changelog etc for v 3.3.16

postfxadmin-3.3.16
David Goodwin 4 months ago
parent
commit
d9d7c48dfc
Failed to extract signature
  1. 3
      CHANGELOG.TXT
  2. 2
      config.inc.php

3
CHANGELOG.TXT

@ -6,12 +6,13 @@
#
# Further details on the project are available at https://github.com/postfixadmin/postfixadmin
Version 3.3.16 - XXXX/XX/XX
Version 3.3.16 - 2025/09/09
-------------------------------------------------
- Correct PHP requirement to >= 7.2 - it seems we've managed to lose support for PHP 7.0 somehow (Smarty,PHPUnit), possibly related to https://github.com/postfixadmin/postfixadmin/pull/541.
- Make PHP session cookies more secure (add samesite, httponly and perhaps secure flags) - see https://github.com/postfixadmin/postfixadmin/issues/903, thanks @gitblacker
- Upgrade moment.js library used by bootstrap - includes fix for Regex DoS issues - see https://github.com/postfixadmin/postfixadmin/issues/902, thanks @gitblacker
- Add (lax) Content-Security-Policy HTTP header (see common.php) - see https://github.com/postfixadmin/postfixadmin/issues/905, thanks @gitblacker
- Add sqlite3 to Debian control dependency list - see https://github.com/postfixadmin/postfixadmin/issues/909, thanks @marner2
Version 3.3.15 - 2024/12/20
-------------------------------------------------

2
config.inc.php

@ -700,7 +700,7 @@ $CONF['xmlrpc_enabled'] = false;
//More details in README.password_expiration
$CONF['password_expiration'] = 'YES';
$CONF['version'] = '3.3.15';
$CONF['version'] = '3.3.16';
// If you want to keep most settings at default values and/or want to ensure
// that future updates work without problems, you can use a separate config

Loading…
Cancel
Save