Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -129,8 +129,8 @@ |
130 | 130 | AbortNewAccount separately. |
131 | 131 | * Special:ListFiles is now transcludable. |
132 | 132 | * (bug 13879) Special:Emailuser asks for suitable target user if called without. |
| 133 | +* (bug 16956) IPTC and XMP metadata now extracted from images |
133 | 134 | |
134 | | - |
135 | 135 | === Bug fixes in 1.18 === |
136 | 136 | * (bug 23119) WikiError class and subclasses are now marked as deprecated |
137 | 137 | * (bug 10871) Javascript and CSS pages in MediaWiki namespace are no longer |
— | — | @@ -237,6 +237,7 @@ |
238 | 238 | * ' character entity is now allowed in wikitext |
239 | 239 | * UtfNormal::cleanUp on an invalid utf-8 sequence no longer returns false if intl installed. |
240 | 240 | * (bug 28561) The css class small will no longer make nested elements even smaller. |
| 241 | +* (bug 13172) Array type exif data (like GPS) was not being extracted from images. |
241 | 242 | |
242 | 243 | === API changes in 1.18 === |
243 | 244 | * (bug 26339) Throw warning when truncating an overlarge API result |