Merge branch 'QA_4_8' into STABLE

This commit is contained in:
Isaac Bennetch 2019-06-04 12:08:50 -04:00
commit 8ba172bd19
5 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,9 @@
phpMyAdmin - ChangeLog
======================
4.9.0 (2019-06-04)
4.9.1 (not yet released)
4.9.0.1 (2019-06-04)
- issue #14478 phpMyAdmin no longer streams the export data
- issue #14514 Tables with SYSTEM VERSIONING show up as views instead of tables
- issue #14515 Values cannot be edited in SYSTEM VERSIONING tables with INVISIBLE timestamps

2
README
View File

@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================
Version 4.9.0
Version 4.9.0.1
A web interface for MySQL and MariaDB.

View File

@ -51,7 +51,7 @@ copyright = u'2012 - 2018, The phpMyAdmin devel team'
# built documents.
#
# The short X.Y version.
version = '4.9.0'
version = '4.9.0.1'
# The full version, including alpha/beta/rc tags.
release = version

View File

@ -770,7 +770,7 @@ function Save3 (callback) {
var $form = $('<form action="db_designer.php" method="post" name="save_page" id="save_page" class="ajax"></form>')
.append('<input type="hidden" name="server" value="' + server + '" />')
.append('<input type="hidden" name="db" value="' + db + '" />')
.append($('<input type="hidden" name="db" />').val(db))
.append('<input type="hidden" name="operation" value="savePage" />')
.append('<input type="hidden" name="save_page" value="new" />')
.append('<label for="selected_value">' + PMA_messages.strPageName +

View File

@ -116,7 +116,7 @@ class Config
*/
public function checkSystem()
{
$this->set('PMA_VERSION', '4.9.0');
$this->set('PMA_VERSION', '4.9.0.1');
/* Major version */
$this->set(
'PMA_MAJOR_VERSION',