X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=NEWS;h=f1528c1a1cf067862075f7d8904104b63bae4de5;hb=6384dd190f33aae6542bd987ca6f3d5782f077da;hp=dbae378e926ff80efb75d89f832ae804be4225a5;hpb=51839879f73d81b6c6e6dfbd7de0a1a2113daa18;p=platform%2Fupstream%2Flibexif.git diff --git a/NEWS b/NEWS index dbae378..f1528c1 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,74 @@ +libexif-0.6.x: + * New translations: ms + * Updated translations for most languages + * Fixed C89 compatibility + * Fixed warnings on recent versions of autoconf + * Fix for recursion DoS CVE-2018-20030 + +libexif-0.6.21 (2012-07-12): + * New translations: en_AU, uk + * Updated translations: cs, da, de, en_CA, nl, pl, sk, sv, vi + * Added more supported lens in Canon MakerNote + * Added some defensive NULL pointer checks + * Fixed a number of security and stability issues due to buffer overflows, + bad pointer dereferences and division-by-zero including bug #3434540 + and bug #3434545 (CVE-2012-2812, CVE-2012-2813, CVE-2012-2814, + CVE-2012-2836, CVE-2012-2837, CVE-2012-2840, CVE-2012-2841, + CVE-2012-2845) + +libexif-0.6.20 (2010-12-15): + * New translations: bs, tr + * Updated translations: be, cs, da, de, en_GB, en_CA, it, ja, nl, pl, pt_BR, + pt, ru, sk, sq, sr, sv, vi, zh_CN + * Fixed some problems in the write-exif.c example program + * Stop listing -lm as a required library for dynamic linking in libexif.pc + * Turned on the --enable-silent-rules configure option + * Changed a lot of strings to make the case of the text more consistent + * exif_entry_dump() now displays the correct tag name for GPS tags + * Fixed some invalid format specifiers that caused problems on some platforms + * Display rational numbers with the right number of significant figures + +libexif-0.6.19 (2009-11-12): + * New translations: be, en_GB, it, ja, pt, sq, zh_CN + * Updated translations: da, sv, vi + * Now using a binary search to make searching through the tag table faster + * Fixed a heap buffer overflow during tag format conversion (CVE-2009-3895) + + +libexif-0.6.18 (2009-10-09): + * New translations: da, pt_BR, sr + * Updated translations: cs, de, en_CA, nl, pl, sk, sv, vi + * Added some example programs + * libexif is now thread safe when the underlying C library is thread safe + and when each object allocated by libexif isn't used by more than one + thread simultaneously + * Expanded the Doxygen API documentation + * Access to the raw EXIF data through the ExifEntry structure members is + now officially documented + * Fixed some Olympus/Sanyo MakerNote interpretations + * Added support for Epson MakerNotes + * Fixed bug #1946138 to stop ignoring CFLAGS in the sqrt configure test + * Added remaining GPS tags from the EXIF 2.2 spec to the tag table + * Fixed the interpretation of some tags as being optional in IFD 1 + (to match the EXIF 2.2 spec) which stops them from being erroneously + removed from a file when EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS is set + * Changed exif_tag_get_support_level_in_ifd() to return a value when possible + when the data type for the given EXIF data is unknown. This will cause + tags to be added or deleted when tag fixup is requested even, without a + data type being set. + * Added support for writing Pentax and Casio type2 MakerNotes + * Improved display of Pentax and Casio type2 MakerNotes + * Completely fixed bug #1617997 to display APEX values correctly + * Stopped some crashes due to read-beyond-buffer accesses in MakerNotes + * Don't abort MakerNote parsing after the first invalid tag + * Sped up exif_content_fix() + * Fixed negative exposure values in Canon makernotes (bug #2797280) + * New API entry point: exif_loader_get_buf() + + libexif-0.6.17 (2008-11-06): * Updated translations: cs, de, pl, sk, vi - * New translations: nl, se, en_CA - * Enabled sv translation by default + * New translations: nl, sv, en_CA * Bug fixes: #1773810, #1774626, #1536244, CVE-2007-6351, CVE-2007-6352, #2071600 and others * Enhanced support of Canon and Olympus makernotes @@ -95,7 +162,7 @@ General remarks: * This file contains changes visible to users. * Small bug fixes (typos, memory leaks, ...) and feature - enhancements (new tag types, ...) are not mentionened + enhancements (new tag types, ...) are not mentioned explicitly. * Apart from that, I would like to ask committers to update this