Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -356,9 +356,9 @@ |
357 | 357 | edit box scroll position preserve/restore behaviour |
358 | 358 | * (bug 10805) Fix "undo" link when viewing the diff of the most recent |
359 | 359 | change to a page using "diff=0" |
360 | | -* img_auth.php now interacts properly with $wgWhitelistRead |
361 | | -* (bug 10765) img_auth.php will now forbid access to images if $wgWhitelistRead |
362 | | - is not set to an array |
| 360 | +* (bug 10765) img_auth.php will now refuse logged-out requests where |
| 361 | + $wgWhitelistRead is undefined, instead of (incorrectly) honouring them |
| 362 | +* Fixed img_auth.php file name extraction for whitelist checking |
363 | 363 | |
364 | 364 | == API changes since 1.10 == |
365 | 365 | |