Skip to content

Commit 60cfc78

Browse files
committed
Finish fixing merge conflicts from QA_5_1
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2 parents 9a9ef9e + bfad8a8 commit 60cfc78

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

ChangeLog

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ phpMyAdmin - ChangeLog
2828
- issue #16197 Replace the master/slave terminology
2929
- issue #17257 Replace libraries/vendor_config.php constants with an array
3030

31-
5.1.2 (not yet released)
31+
5.1.2 (2022-01-20)
3232
- issue Replaced MySQL documentation redirected links
3333
- issue #16960 Fix JS error on Designer visual builder on some modal buttons
3434
- issue Re-build openlayers JS dependency from the source files and provide a smaller JS bundle
@@ -144,6 +144,10 @@ phpMyAdmin - ChangeLog
144144
- issue #17259 Fix broken link in the Simulate DML query modal
145145
- issue #16746 Update tcpdf dependency to ^6.4.4 for PHP 8.1 compatibility
146146
- issue #16746 Update twig dependency to "^2.14.9 || ^3.3.5" for PHP 8.1 compatibility
147+
- issue [security] Add configuration directive $cfg['Servers'][$i]['hide_connection_errors'] to allow hiding host names and other error details when login fails
148+
- issue [security] Add configuration directive $cfg['URLQueryEncryption'] to allow encrypting senstive information in the URL
149+
- issue [security] Fix a scenario where an authenticated user can disable two factor authentication (PMASA-2022-1)
150+
- issue [security] Fix XSS and HTML injection attacks in the graphical setup page (PMASA-2022-2)
147151

148152
5.1.1 (2021-06-04)
149153
- issue #13325 Fixed created procedure shows up in triggers and events and vice-versa
@@ -568,6 +572,10 @@ phpMyAdmin - ChangeLog
568572
- issue #15697 Fix uncaught php error: "Call to a member function get() on null" in db_export.php when exporting a table from the list
569573

570574
4.9.8 (2022-01-20)
575+
<<<<<<< HEAD
576+
=======
577+
- issue #14321 Display a correct error page when "$cfg['Servers'][$i]['SignonURL']" is empty for auth_type=signon
578+
>>>>>>> QA_5_1
571579
- issue #14321 [security] Remove leaked HTML on signon page redirect before login for auth_type=signon
572580
- issue [security] Add configuration directive $cfg['Servers'][$i]['hide_connection_errors'] to allow hiding host names and other error details when login fails
573581
- issue [security] Add configuration directive $cfg['URLQueryEncryption'] to allow encrypting senstive information in the URL

0 commit comments

Comments
 (0)