Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-05-08 13:39:53 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-05-08 13:39:53 +0300
commitde250fbae3d8bb5f68ef816f63abd9d04e792ff2 (patch)
tree220a5be1c52ddbf138ee96e6032b6ab38ab5122d /ChangeLog
parentefb51ae3f376f4ff8707158c2693d1e4cfb2d4a2 (diff)
Fix MariaDB 10.2 current_timestamp()
Fixes #13968 and fixes #13999. Closes #14177. Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e4d42820a..53b6c28365 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,7 @@ phpMyAdmin - ChangeLog
- issue #14239 Line and some other charts ignore result set order of values chosen for the x-axis
- issue #14260 Fixed configuration for DefaultLang and Lang
- issue #14264 Linking for 'Distinct values' broken
+- issue #13968 Fix MariaDB 10.2 current_timestamp()
4.8.0.1 (2018-04-19)
- issue [security] Multiple CSRF vulnerabilities, See PMASA-2018-02