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