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