forked from pool/phpMyAdmin
Accepting request 847420 from home:ecsos:server
- Update to 5.0.4 - issue #16245 Fix failed Zoom search clears existing values - issue Fixed a PHP error when reporting a particular JS error - issue #16326 Fixed latitude and longitude swap for geometries in edit mode - issue #16032 Fix CREATE TABLE not being tracked when auto tracking is enabled - issue #16397 Fix compatibility problems with older PHP versions (also issue #16399) - issue #16396 Fix broken two-factor authentication - Changes from 5.0.3 - https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_5_0_3/ChangeLog - Changes from 5.0.2 - https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_5_0_2/ChangeLog - Changes from 5.0.1 - https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_5_0_1/ChangeLog - Changes from 5.0.0 - https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_5_0_0/ChangeLog - Set php >= 7.4 as recommends because: Due to changes in the MySQL authentication method, PHP versions prior to 7.4 are unable to authenticate to a MySQL 8.0 or newer server (our tests show the problem actually began with MySQL 8.0.11). This relates to a PHP bug https://bugs.php.net/bug.php?id=76243. - Remove Suggests: php-mcrypt as described in boo#1050980 - Change tmpdir from ap_docroot/tmp to localstatedir/cache/phpMyAdmin. OBS-URL: https://build.opensuse.org/request/show/847420 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=360
This commit is contained in:
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 9 13:22:27 UTC 2020 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 5.0.4
|
||||
- issue #16245 Fix failed Zoom search clears existing values
|
||||
- issue Fixed a PHP error when reporting a particular JS error
|
||||
- issue #16326 Fixed latitude and longitude swap for geometries in edit mode
|
||||
- issue #16032 Fix CREATE TABLE not being tracked when auto tracking is enabled
|
||||
- issue #16397 Fix compatibility problems with older PHP versions (also issue #16399)
|
||||
- issue #16396 Fix broken two-factor authentication
|
||||
|
||||
- Changes from 5.0.3
|
||||
- https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_5_0_3/ChangeLog
|
||||
|
||||
- Changes from 5.0.2
|
||||
- https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_5_0_2/ChangeLog
|
||||
|
||||
- Changes from 5.0.1
|
||||
- https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_5_0_1/ChangeLog
|
||||
|
||||
- Changes from 5.0.0
|
||||
- https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_5_0_0/ChangeLog
|
||||
|
||||
- Set php >= 7.4 as recommends because:
|
||||
Due to changes in the MySQL authentication method, PHP versions
|
||||
prior to 7.4 are unable to authenticate to a MySQL 8.0 or newer
|
||||
server (our tests show the problem actually began with MySQL 8.0.11).
|
||||
This relates to a PHP bug https://bugs.php.net/bug.php?id=76243.
|
||||
- Remove Suggests: php-mcrypt as described in boo#1050980
|
||||
- Change tmpdir from ap_docroot/tmp to localstatedir/cache/phpMyAdmin.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 07:56:11 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
Reference in New Issue
Block a user