Fixed some problems in MakerNote parsing that could cause a
[platform/upstream/libexif.git] / NEWS
1 libexif-0.6.x:
2   * New translation: da
3   * Updated translations: cs, de, en_CA, nl, pl, sk, sv, vi
4   * Added some example programs
5   * libexif is now thread safe when the underlying C library is thread safe
6     and when each object allocated by libexif isn't used by more than one
7     thread simultaneously
8   * Expanded the Doxygen API documentation
9   * Access to the raw EXIF data through the ExifEntry structure members is
10     now officially documented
11   * Fixed some Olympus/Sanyo MakerNote interpretations
12   * Added support for Epson MakerNotes
13   * Fixed bug #1946138 to stop ignoring CFLAGS in the sqrt configure test
14   * Added remaining GPS tags from the EXIF 2.2 spec to the tag table
15   * Fixed the interpretation of some tags as being optional in IFD 1
16     (to match the EXIF 2.2 spec) which stops them from being erroneously
17     removed from a file
18   * Changed exif_tag_get_support_level_in_ifd() to return a value when possible
19     when the data type for the given tag is unknown
20   * Added support for writing Pentax and Casio type2 MakerNotes
21   * Improved display of Pentax and Casio type2 MakerNotes
22   * Completely fixed bug #1617997 to display APEX values correctly
23   * Stopped some crashes due to read-beyond-buffer accesses in MakerNotes
24   * Don't abort MakerNote parsing after the first invalid tag
25
26 libexif-0.6.17 (2008-11-06):
27   * Updated translations: cs, de, pl, sk, vi
28   * New translations: nl, sv, en_CA
29   * Bug fixes: #1773810, #1774626, #1536244, CVE-2007-6351, CVE-2007-6352,
30     #2071600 and others
31   * Enhanced support of Canon and Olympus makernotes 
32   * Added support for Fuji and Sanyo makernotes
33   * Added support for the NO_VERBOSE_TAG_STRINGS and NO_VERBOSE_TAG_DATA
34     macros to reduce size for embedded applications
35   * Added support for more tags
36
37
38 libexif-0.6.16 (2007-06-12):
39   * Security fix: CVE-2006-4168 aka IDEF1514.
40   * Updated translations: cz, pl, vi
41
42
43 New in 0.6.15 (2007-05-23) since 0.6.14 (2007-05-10):
44
45   * Added support for 2 new types of Pentax makernotes & Casio type2 makernote
46
47   * Added support for Win XP metadata (Author, Comment, KeyWords, Title,
48     Subject) tags
49
50   * Bug fixes:
51     [ 1443183 ] install error when doxygen is not present.
52
53   * New translations: Czech, Slovak.
54
55   * Improved doxygen generated API and code internals
56     documentation. Made building of code internals docs optional
57     (--enable-internal-docs) as the call graphs take quite long to
58     build. Made building any docs optional (--disable-docs).
59
60
61 New in 0.6.14 (2007-05-10) since 0.6.13 (2005-12-27):
62
63   * Bug fixes: #1457501, #1471060, #1525770, #1617991, #1703284, #1716196
64
65   * Extended support of Canon, Nikon, Olympus makernotes
66
67   * Added option EXIF_DATA_OPTION_DONT_CHANGE_MAKER_NOTE to prevent
68     modification of maker notes
69
70   * Other fixes and improvements which include API/ABI additions.
71
72
73 New in 0.6.13 (2005-12-27) since 0.6.12 (2005-03-13):
74
75   * Bug fixes: #803191, #1051994, #1054321, #1054323, #1196787
76   
77   * For pkg-config users, force usage of #include <libexif/exif-*.h>
78     (disable #include <exif-.h>)
79
80   * Updated German translation
81
82   * Build system tuning
83
84   * Misc changes:
85     Fix COPYRIGHT tag, fix memory corruption, use qsort.
86
87
88 New in 0.6.12 (2005-03-13) since 0.6.11 (2004-10-16):
89
90   * Final fix of Ubuntu Security Notice USN-91-1 (CAN-2005-0664)
91     https://bugzilla.ubuntulinux.org/show_bug.cgi?id=7152
92
93   * Updated build system with cross compile capabilities
94
95   * Small fixes:
96     Fix tag order, use even offsets, improve Nikon&Olympus mnote tags.
97
98
99 New in 0.6.11 (2004-10-16) since 0.6.10 (2004-08-27):
100
101   * Improved tag names, titles, and descriptions.
102
103   * Bug fixes for memory leaks, format strings, month one off, ...
104
105   * Support for Watcom compiler (requires manual copying of files)
106
107
108 New in 0.6.10 (2004-08-27) since 0.5.9 (2002-12-11):
109
110   * New tags suppored, and added a few more checks.
111
112   * API changes
113
114   * libmnote has been merged back into libexif
115
116
117 General remarks:
118
119   * This file contains changes visible to users.
120
121   * Small bug fixes (typos, memory leaks, ...) and feature
122     enhancements (new tag types, ...) are not mentioned
123     explicitly.
124
125   * Apart from that, I would like to ask committers to update this
126     file when they commit "big" user visible changes.
127
128   * If someone wants to reconstruct past changes and log them here,
129     you're welcome to.