diff options
author | Hubert Figuière <hub@figuiere.net> | 2019-01-05 23:43:42 -0500 |
---|---|---|
committer | Hubert Figuière <hub@figuiere.net> | 2019-01-05 23:43:42 -0500 |
commit | ba6698c39da63b0cbe4742389d31bf4de8716de0 (patch) | |
tree | 13fee7e1b2ecf736001f305ec490ea1b8e88749f | |
parent | 319c3c4b3a703759f2eae1b99acacf72a2f5b3b2 (diff) |
NEWS: prepare for 2.5.02.5.0
-rw-r--r-- | NEWS | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -1,4 +1,4 @@ -2.5.0 +2.5.0 - 2019/01/06 - Upgrade XMPCore to Adobe XMP SDK CC 2016.07 - Support for iOS in XMPFiles @@ -17,9 +17,15 @@ array instead of simple property. - Lot of bug fixes in XMPFiles and XMPCore. - Removed Exempi provided support for GIF in favour of Adobe's. + - New: API NS_XML constant -- Bug #5: Restrict the exported symbols. + +- Bug #5: Restrict the exported symbols. Only the symbols marked with API_EXPORT + are exported by the shared library as to not allow another library to import the XMP + SDK symbols. https://gitlab.freedesktop.org/libopenraw/exempi/issues/5 +- Bug #105580: Access memory aligned on ARM. + https://bugs.freedesktop.org/show_bug.cgi?id=105580 Internal: @@ -27,10 +33,6 @@ Internal: - Fixed warnings and other issues and Adobe SDK. - Compile with much more warnings enabled. -2.4.6 - -- Bug #105580: Access memory aligned on ARM. - 2.4.5 - 2018/03/07 - Bug #105204: [CVE-2018-7730] fix a buffer overflow in the PSD parser. |