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