|
1 | 1 | phpMyAdmin - ChangeLog
|
2 | 2 | ======================
|
3 | 3 |
|
| 4 | +4.6.3 (2016-06-23) |
| 5 | +- issue #12249 Fixed cookie path on Windows |
| 6 | +- issue #12279 Fixed error reporting on connect problems |
| 7 | +- issue #12290 Fixed export of tables without explicitly set engine |
| 8 | +- issue #12285 Designer JavaScript error: Show/Hide tables list |
| 9 | +- issue #12293 Fix MySQL SSL connection with some PHP versions |
| 10 | +- issue #12279 Fix MySQL connection error on version mismatch |
| 11 | +- issue #12281 Keep user attributes (privileges, authentication mode, etc) when copying a user |
| 12 | +- issue #12308 Fix division by zero in case of misconfigured MySQL server |
| 13 | +- issue #12317 Fix editing server variables |
| 14 | +- issue #12303 Fix table size calculation in some circumstances |
| 15 | +- issue #12310 Fix listing routines for non privileged user |
| 16 | +- issue Escape generated query in exporting a database |
| 17 | +- issue Setup script doesn't use input type 'password' in all relevant locations |
| 18 | +- issue [security] BBCode injection in setup script, see PMASA-2016-17 |
| 19 | +- issue [security] Cookie attribute injection attack, see PMASA-2016-18 |
| 20 | +- issue Redirect loop when directly calling url.php |
| 21 | +- issue [security] SQL injection attack, see PMASA-2016-19 |
| 22 | +- issue [security] XSS attack in Table Structure page, see PMASA-2016-20 |
| 23 | +- issue [security] XSS attack in Server Privileges page, see PMASA-2016-21 |
| 24 | +- issue [security] DOS attack vulnerability, see PMASA-2016-22 |
| 25 | +- issue [security] Multiple full path disclosure vulnerabilities, see PMASA-2016-23 |
| 26 | +- issue [security] Full path disclosure when running in debug mode |
| 27 | +- issue [security] XSS attack with partition range and table structure, see PMASA-2016-25 |
| 28 | +- issue [security] XSS attack when checking database privileges, see PMASA-2016-26 |
| 29 | +- issue [security] XSS attack when MySQL server is using a specific payload log_bin directive, see PMASA-2016-26 |
| 30 | +- issue [security] XSS vulnerabilities in Transformation feature, see PMASA-2016-26 |
| 31 | + |
| 32 | +4.6.2 (2016-05-25) |
| 33 | +- issue [security] User SQL queries can be revealed through URL GET parameters, see PMASA-2016-14 |
| 34 | +- issue [security] Self XSS vulneratbility, see PMASA-2016-16 |
| 35 | +- issue #12225 Use https for documentation links |
| 36 | +- issue #12234 Fix schema export with too many tables |
| 37 | +- issue #12240 Avoid parsing non JSON responses as JSON |
| 38 | +- issue #12244 Avoid using too log URLs when getting javascripts |
| 39 | +- issue #12118 Fixed setting mixed case languages |
| 40 | +- issue #12229 Avoid storing objects in session when debugging SQL |
| 41 | +- issue #12249 Fix cookie path on IIS |
| 42 | +- issue #11705 Fix occassional 200 errors on Windows |
| 43 | +- issue #12219 Fix locking issues when importing SQL |
| 44 | +- issue #12231 Avoid confusing warning when mysql extension is missing |
| 45 | +- issue Improve handling of logout |
| 46 | +- issue Safer handling of sessions during authentication |
| 47 | +- issue #12209 Fix server selection on main page |
| 48 | +- issue #12192 Avoid storing full error data in session |
| 49 | +- issue #12082 Fixed export of ARCHIVE tables with keys |
| 50 | +- issue #11565 Add session reload for config authentication |
| 51 | +- issue #12229 Do not fail on errors stored in session |
| 52 | +- issue #12248 Fix loading of APC based upload progress bar |
| 53 | + |
4 | 54 | 4.6.1 (2016-05-02)
|
5 | 55 | - issue #12120 PMA_Util not found in insert_edit.lib.php
|
6 | 56 | - issue #12118 Fixed activation of some languages
|
@@ -184,7 +234,7 @@ phpMyAdmin - ChangeLog
|
184 | 234 | - issue [security] XSS vulnerability in SQL editor, see PMASA-2016-9
|
185 | 235 |
|
186 | 236 | --- Older ChangeLogs can be found on our project website ---
|
187 |
| - http://www.phpmyadmin.net/old-stuff/ChangeLogs/ |
| 237 | + https://www.phpmyadmin.net/old-stuff/ChangeLogs/ |
188 | 238 |
|
189 | 239 | # vim: et ts=4 sw=4 sts=4
|
190 | 240 | # vim: ft=changelog fenc=utf-8
|
|
0 commit comments