SHA256
1
0
forked from pool/phpMyAdmin

Accepting request 98374 from home:computersalat:devel:php

update to 3.4.9, fix for bnc#738411

OBS-URL: https://build.opensuse.org/request/show/98374
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=28
This commit is contained in:
Christian Wittmer
2011-12-28 13:47:19 +00:00
committed by Git OBS Bridge
parent 68b22ff00f
commit b1ddf8fe46
5 changed files with 39 additions and 15 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Dec 28 13:41:55 UTC 2011 - chris@computersalat.de
- update to 3.4.9
- bug #3442028 [edit] Inline editing enum fields with null shows no dropdown
- bug #3442004 [interface] DB suggestion not correct for user with underscore
- bug #3438420 [core] Magic quotes removed in PHP 5.4
- bug #3398788 [session] No feedback when result is empty (signon auth_type)
- bug #3384035 [display] Problems regarding ShowTooltipAliasTB
- bug #3306875 [edit] Can't rename a database that contains views
- bug #3452506 [edit] Unable to move tables with triggers
- bug #3449659 [navi] Fast filter broken with table tree
- bug #3448485 [GUI] Firefox favicon frameset regression
- [core] Better compatibility with mysql extension
- [security] Self-XSS on export options (export server/database/table),
see PMASA-2011-20
- [security] Self-XSS in setup (host parameter), see PMASA-2011-19
- fix for bnc#738411
* PMASA-2011-19 (CVE-2011-4780)
* PMASA-2011-20 (CVE-2011-4782)
- rework config patch
-------------------------------------------------------------------
Fri Dec 16 08:34:11 UTC 2011 - chris@computersalat.de