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