xref: /aosp_15_r20/external/libexif/NEWS (revision 735d6239c16e246968a03ef6e2db00d67bad6cdc)
1*735d6239SKiyoung Kimlibexif-0.6.21 (2012-07-12):
2*735d6239SKiyoung Kim  * New translations: en_AU, uk
3*735d6239SKiyoung Kim  * Updated translations: cs, da, de, en_CA, nl, pl, sk, sv, vi
4*735d6239SKiyoung Kim  * Added more supported lens in Canon MakerNote
5*735d6239SKiyoung Kim  * Added some defensive NULL pointer checks
6*735d6239SKiyoung Kim  * Fixed a number of security and stability issues due to buffer overflows,
7*735d6239SKiyoung Kim    bad pointer dereferences and division-by-zero including bug #3434540
8*735d6239SKiyoung Kim    and bug #3434545 (CVE-2012-2812, CVE-2012-2813, CVE-2012-2814,
9*735d6239SKiyoung Kim    CVE-2012-2836, CVE-2012-2837, CVE-2012-2840, CVE-2012-2841,
10*735d6239SKiyoung Kim    CVE-2012-2845)
11*735d6239SKiyoung Kim
12*735d6239SKiyoung Kimlibexif-0.6.20 (2010-12-15):
13*735d6239SKiyoung Kim  * New translations: bs, tr
14*735d6239SKiyoung Kim  * Updated translations: be, cs, da, de, en_GB, en_CA, it, ja, nl, pl, pt_BR,
15*735d6239SKiyoung Kim    pt, ru, sk, sq, sr, sv, vi, zh_CN
16*735d6239SKiyoung Kim  * Fixed some problems in the write-exif.c example program
17*735d6239SKiyoung Kim  * Stop listing -lm as a required library for dynamic linking in libexif.pc
18*735d6239SKiyoung Kim  * Turned on the --enable-silent-rules configure option
19*735d6239SKiyoung Kim  * Changed a lot of strings to make the case of the text more consistent
20*735d6239SKiyoung Kim  * exif_entry_dump() now displays the correct tag name for GPS tags
21*735d6239SKiyoung Kim  * Fixed some invalid format specifiers that caused problems on some platforms
22*735d6239SKiyoung Kim  * Display rational numbers with the right number of significant figures
23*735d6239SKiyoung Kim
24*735d6239SKiyoung Kimlibexif-0.6.19 (2009-11-12):
25*735d6239SKiyoung Kim  * New translations: be, en_GB, it, ja, pt, sq, zh_CN
26*735d6239SKiyoung Kim  * Updated translations: da, sv, vi
27*735d6239SKiyoung Kim  * Now using a binary search to make searching through the tag table faster
28*735d6239SKiyoung Kim  * Fixed a heap buffer overflow during tag format conversion (CVE-2009-3895)
29*735d6239SKiyoung Kim
30*735d6239SKiyoung Kim
31*735d6239SKiyoung Kimlibexif-0.6.18 (2009-10-09):
32*735d6239SKiyoung Kim  * New translations: da, pt_BR, sr
33*735d6239SKiyoung Kim  * Updated translations: cs, de, en_CA, nl, pl, sk, sv, vi
34*735d6239SKiyoung Kim  * Added some example programs
35*735d6239SKiyoung Kim  * libexif is now thread safe when the underlying C library is thread safe
36*735d6239SKiyoung Kim    and when each object allocated by libexif isn't used by more than one
37*735d6239SKiyoung Kim    thread simultaneously
38*735d6239SKiyoung Kim  * Expanded the Doxygen API documentation
39*735d6239SKiyoung Kim  * Access to the raw EXIF data through the ExifEntry structure members is
40*735d6239SKiyoung Kim    now officially documented
41*735d6239SKiyoung Kim  * Fixed some Olympus/Sanyo MakerNote interpretations
42*735d6239SKiyoung Kim  * Added support for Epson MakerNotes
43*735d6239SKiyoung Kim  * Fixed bug #1946138 to stop ignoring CFLAGS in the sqrt configure test
44*735d6239SKiyoung Kim  * Added remaining GPS tags from the EXIF 2.2 spec to the tag table
45*735d6239SKiyoung Kim  * Fixed the interpretation of some tags as being optional in IFD 1
46*735d6239SKiyoung Kim    (to match the EXIF 2.2 spec) which stops them from being erroneously
47*735d6239SKiyoung Kim    removed from a file when EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS is set
48*735d6239SKiyoung Kim  * Changed exif_tag_get_support_level_in_ifd() to return a value when possible
49*735d6239SKiyoung Kim    when the data type for the given EXIF data is unknown. This will cause
50*735d6239SKiyoung Kim    tags to be added or deleted when tag fixup is requested even, without a
51*735d6239SKiyoung Kim    data type being set.
52*735d6239SKiyoung Kim  * Added support for writing Pentax and Casio type2 MakerNotes
53*735d6239SKiyoung Kim  * Improved display of Pentax and Casio type2 MakerNotes
54*735d6239SKiyoung Kim  * Completely fixed bug #1617997 to display APEX values correctly
55*735d6239SKiyoung Kim  * Stopped some crashes due to read-beyond-buffer accesses in MakerNotes
56*735d6239SKiyoung Kim  * Don't abort MakerNote parsing after the first invalid tag
57*735d6239SKiyoung Kim  * Sped up exif_content_fix()
58*735d6239SKiyoung Kim  * Fixed negative exposure values in Canon makernotes (bug #2797280)
59*735d6239SKiyoung Kim  * New API entry point: exif_loader_get_buf()
60*735d6239SKiyoung Kim
61*735d6239SKiyoung Kim
62*735d6239SKiyoung Kimlibexif-0.6.17 (2008-11-06):
63*735d6239SKiyoung Kim  * Updated translations: cs, de, pl, sk, vi
64*735d6239SKiyoung Kim  * New translations: nl, sv, en_CA
65*735d6239SKiyoung Kim  * Bug fixes: #1773810, #1774626, #1536244, CVE-2007-6351, CVE-2007-6352,
66*735d6239SKiyoung Kim    #2071600 and others
67*735d6239SKiyoung Kim  * Enhanced support of Canon and Olympus makernotes
68*735d6239SKiyoung Kim  * Added support for Fuji and Sanyo makernotes
69*735d6239SKiyoung Kim  * Added support for the NO_VERBOSE_TAG_STRINGS and NO_VERBOSE_TAG_DATA
70*735d6239SKiyoung Kim    macros to reduce size for embedded applications
71*735d6239SKiyoung Kim  * Added support for more tags
72*735d6239SKiyoung Kim
73*735d6239SKiyoung Kim
74*735d6239SKiyoung Kimlibexif-0.6.16 (2007-06-12):
75*735d6239SKiyoung Kim  * Security fix: CVE-2006-4168 aka IDEF1514.
76*735d6239SKiyoung Kim  * Updated translations: cz, pl, vi
77*735d6239SKiyoung Kim
78*735d6239SKiyoung Kim
79*735d6239SKiyoung KimNew in 0.6.15 (2007-05-23) since 0.6.14 (2007-05-10):
80*735d6239SKiyoung Kim
81*735d6239SKiyoung Kim  * Added support for 2 new types of Pentax makernotes & Casio type2 makernote
82*735d6239SKiyoung Kim
83*735d6239SKiyoung Kim  * Added support for Win XP metadata (Author, Comment, KeyWords, Title,
84*735d6239SKiyoung Kim    Subject) tags
85*735d6239SKiyoung Kim
86*735d6239SKiyoung Kim  * Bug fixes:
87*735d6239SKiyoung Kim    [ 1443183 ] install error when doxygen is not present.
88*735d6239SKiyoung Kim
89*735d6239SKiyoung Kim  * New translations: Czech, Slovak.
90*735d6239SKiyoung Kim
91*735d6239SKiyoung Kim  * Improved doxygen generated API and code internals
92*735d6239SKiyoung Kim    documentation. Made building of code internals docs optional
93*735d6239SKiyoung Kim    (--enable-internal-docs) as the call graphs take quite long to
94*735d6239SKiyoung Kim    build. Made building any docs optional (--disable-docs).
95*735d6239SKiyoung Kim
96*735d6239SKiyoung Kim
97*735d6239SKiyoung KimNew in 0.6.14 (2007-05-10) since 0.6.13 (2005-12-27):
98*735d6239SKiyoung Kim
99*735d6239SKiyoung Kim  * Bug fixes: #1457501, #1471060, #1525770, #1617991, #1703284, #1716196
100*735d6239SKiyoung Kim
101*735d6239SKiyoung Kim  * Extended support of Canon, Nikon, Olympus makernotes
102*735d6239SKiyoung Kim
103*735d6239SKiyoung Kim  * Added option EXIF_DATA_OPTION_DONT_CHANGE_MAKER_NOTE to prevent
104*735d6239SKiyoung Kim    modification of maker notes
105*735d6239SKiyoung Kim
106*735d6239SKiyoung Kim  * Other fixes and improvements which include API/ABI additions.
107*735d6239SKiyoung Kim
108*735d6239SKiyoung Kim
109*735d6239SKiyoung KimNew in 0.6.13 (2005-12-27) since 0.6.12 (2005-03-13):
110*735d6239SKiyoung Kim
111*735d6239SKiyoung Kim  * Bug fixes: #803191, #1051994, #1054321, #1054323, #1196787
112*735d6239SKiyoung Kim
113*735d6239SKiyoung Kim  * For pkg-config users, force usage of #include <libexif/exif-*.h>
114*735d6239SKiyoung Kim    (disable #include <exif-.h>)
115*735d6239SKiyoung Kim
116*735d6239SKiyoung Kim  * Updated German translation
117*735d6239SKiyoung Kim
118*735d6239SKiyoung Kim  * Build system tuning
119*735d6239SKiyoung Kim
120*735d6239SKiyoung Kim  * Misc changes:
121*735d6239SKiyoung Kim    Fix COPYRIGHT tag, fix memory corruption, use qsort.
122*735d6239SKiyoung Kim
123*735d6239SKiyoung Kim
124*735d6239SKiyoung KimNew in 0.6.12 (2005-03-13) since 0.6.11 (2004-10-16):
125*735d6239SKiyoung Kim
126*735d6239SKiyoung Kim  * Final fix of Ubuntu Security Notice USN-91-1 (CAN-2005-0664)
127*735d6239SKiyoung Kim    https://bugzilla.ubuntulinux.org/show_bug.cgi?id=7152
128*735d6239SKiyoung Kim
129*735d6239SKiyoung Kim  * Updated build system with cross compile capabilities
130*735d6239SKiyoung Kim
131*735d6239SKiyoung Kim  * Small fixes:
132*735d6239SKiyoung Kim    Fix tag order, use even offsets, improve Nikon&Olympus mnote tags.
133*735d6239SKiyoung Kim
134*735d6239SKiyoung Kim
135*735d6239SKiyoung KimNew in 0.6.11 (2004-10-16) since 0.6.10 (2004-08-27):
136*735d6239SKiyoung Kim
137*735d6239SKiyoung Kim  * Improved tag names, titles, and descriptions.
138*735d6239SKiyoung Kim
139*735d6239SKiyoung Kim  * Bug fixes for memory leaks, format strings, month one off, ...
140*735d6239SKiyoung Kim
141*735d6239SKiyoung Kim  * Support for Watcom compiler (requires manual copying of files)
142*735d6239SKiyoung Kim
143*735d6239SKiyoung Kim
144*735d6239SKiyoung KimNew in 0.6.10 (2004-08-27) since 0.5.9 (2002-12-11):
145*735d6239SKiyoung Kim
146*735d6239SKiyoung Kim  * New tags suppored, and added a few more checks.
147*735d6239SKiyoung Kim
148*735d6239SKiyoung Kim  * API changes
149*735d6239SKiyoung Kim
150*735d6239SKiyoung Kim  * libmnote has been merged back into libexif
151*735d6239SKiyoung Kim
152*735d6239SKiyoung Kim
153*735d6239SKiyoung KimGeneral remarks:
154*735d6239SKiyoung Kim
155*735d6239SKiyoung Kim  * This file contains changes visible to users.
156*735d6239SKiyoung Kim
157*735d6239SKiyoung Kim  * Small bug fixes (typos, memory leaks, ...) and feature
158*735d6239SKiyoung Kim    enhancements (new tag types, ...) are not mentioned
159*735d6239SKiyoung Kim    explicitly.
160*735d6239SKiyoung Kim
161*735d6239SKiyoung Kim  * Apart from that, I would like to ask committers to update this
162*735d6239SKiyoung Kim    file when they commit "big" user visible changes.
163*735d6239SKiyoung Kim
164*735d6239SKiyoung Kim  * If someone wants to reconstruct past changes and log them here,
165*735d6239SKiyoung Kim    you're welcome to.
166