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