SHA256
1
0
forked from pool/phpMyAdmin

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

phpMyAdmin 4.5.3.1

OBS-URL: https://build.opensuse.org/request/show/351966
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=242
This commit is contained in:
2016-01-05 06:42:25 +00:00
committed by Git OBS Bridge
parent bb04bdf663
commit 56f02d38bf
7 changed files with 84 additions and 55 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Mon Jan 4 21:39:35 UTC 2016 - astieger@suse.com
- phpMyAdmin 4.5.3.1:
* Minimum requirement is PHP 5.5
- Highlights of the 4.5.x.x series:
* Improvements to the Console feature
* Include structure in PDF export
* Validate data before import
* Support CHECKSUM TABLE operation
* Improved operations regarding partitions
* Alter privileges when renaming or copying a database or table
* Several improvements related to speed and responsiveness
* Improved print view
* Use CTRL or ALT plus arrow keys to navigate in grid editor
* Use plain-English destinations for
$cfg['NavigationTreeDefaultTabTable'], $cfg['DefaultTabServer'],
$cfg['DefaultTabDatabase'], and $cfg['DefaultTabTable'].
The old style values will still work, but this makes it easier for
new users to easily understand the destination links.
* Integrate SQL debugging into Console
* Restore row editing when no unique/primary key exists
* Allow exporting one file per table and one file per database
* Improvements to using multiple servers with the auth_type cookie
* Support virtual columns (MySQL 5.7.5+)
* Add or improve support for several MariaDB features including
process list and virtual/persistent columns
* Improved handling of cached data when upgrading phpMyAdmin
* Add SHA256 security password support
-------------------------------------------------------------------
Tue Dec 29 18:47:04 UTC 2015 - ecsos@opensuse.org