From 6124ed4376a52349fbb21e36d1729228f8105e65 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Thu, 20 Jan 2022 10:15:30 -0500 Subject: [PATCH] ChangeLog for 4.9.8 Signed-off-by: Isaac Bennetch --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2b232d5c81..f42f003ade 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,12 @@ phpMyAdmin - ChangeLog ====================== -4.9.8 (not yet released) +4.9.8 (2022-01-20) - issue #14321 Display a correct error page when "$cfg['Servers'][$i]['SignonURL']" is empty for auth_type=signon - issue #14321 [security] Remove leaked HTML on signon page redirect before login for auth_type=signon +- issue [security] Add configuration directive $cfg['Servers'][$i]['hide_connection_errors'] to allow hiding host names and other error details when login fails +- issue [security] Add configuration directive $cfg['URLQueryEncryption'] to allow encrypting senstive information in the URL +- issue [security] Fix a scenario where an authenticated user can disable two factor authentication 4.9.7 (2020-10-15) - issue #16397 Fix compatibility problems with older PHP versions (also issue #16399)