SHA256
1
0
forked from pool/phpMyAdmin

Accepting request 383967 from home:AndreasStieger:branches:server:php:applications

phpMyAdmin 4.6.0

OBS-URL: https://build.opensuse.org/request/show/383967
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=254
This commit is contained in:
2016-04-04 11:35:15 +00:00
committed by Git OBS Bridge
parent 899e3e888f
commit 905e86bfd0
6 changed files with 41 additions and 21 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Mar 24 12:03:17 UTC 2016 - astieger@suse.com
- phpMyAdmin 4.6.0:
* Allow setting routine-wise privileges
* UI for defining partitioning in create table window
* Support JSON data type
* Editing partitions in table Structure
* Copy results to clipboard
* Reactivate cut&paste possibility in print view
* Display binary strings as text if they are valid UTF-8
* Copy multiple tables to database
* Show MySQL error messages in user language
* Add new configuration directive 'ssl_verify' for self-signed
certificates with mysqlnd and PHP >= 5.6
* Remove ForceSSL and PmaAbsoluteUri configuration directives
(these are better handled by proper webserver configuration)
* Fixed several bugs relating to exporting, particularly with
DEFAULT and COMMENT fields
-------------------------------------------------------------------
Tue Mar 1 18:04:41 UTC 2016 - astieger@suse.com