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