Index: branches/REL1_14/phase3/RELEASE-NOTES |
— | — | @@ -488,6 +488,8 @@ |
489 | 489 | * Fixed XSS vulnerabilities in the web-based installer. |
490 | 490 | * Added a meta robots tag to the installer to prevent indexing of potentially |
491 | 491 | sensitive configuration data. |
| 492 | +* (bug 16483) Prevented a filesort in ApiQueryBacklinks caused by missing parentheses. |
| 493 | + Building query properly now using makeList() |
492 | 494 | |
493 | 495 | === API changes in 1.14 === |
494 | 496 | |