diff --git a/ChangeLog b/ChangeLog index 424512ad8..6275ee68d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA + rfe #2393597 [core] phpMyAdmin honors https in PmaAbsoluteUri. + rfe #1778337 [core] Try moving tables by RENAME and fail to CREATE/INSERT if that fails. + rfe #1721189 [core] Force reload js on code change. ++ rfe #1954161 [interface] Do not display long numbers in server status. 3.3.0.0 (not yet released) + rfe #2308632 [edit] Use hex for (var)binary fields, diff --git a/server_status.php b/server_status.php index 64048b311..82ec52da9 100644 --- a/server_status.php +++ b/server_status.php @@ -391,34 +391,34 @@ foreach ($sections as $section_name => $section) {