diff --git a/CHANGELOG b/CHANGELOG index cbf46a045..e771bd4ac 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,11 @@ CHANGELOG Roundcube Webmail =========================== +RELEASE 1.3.12 +-------------- + +- Security: Fix couple of XSS issues in Installer (#7406) + RELEASE 1.3.11 -------------- - Enigma: Fix compatibility with Mail_Mime >= 1.10.5 diff --git a/installer/test.php b/installer/test.php index 3b5918985..de1c62dd0 100644 --- a/installer/test.php +++ b/installer/test.php @@ -126,7 +126,7 @@ if ($RCI->configured) { else { $RCI->fail('DSN (write)', $db_error_msg); echo '
Make sure that the configured database exists and that the user has write privileges
';
- echo 'DSN: ' . $RCI->config['db_dsnw'] . '