2007-12-14 Lutz Mueller <lutz@users.sourceforge.net>
[platform/upstream/libexif.git] / ChangeLog
1 2007-12-14  Lutz Mueller <lutz@users.sourceforge.net>
2
3         Bug pointed out by Meder Kydyraliev, Google Security Team:
4
5         * libexif/exif-loader.c: (exif_loader_write) Ignore buffers of
6         zero length.
7
8 2007-12-07  Jan Patera <patera@users.sourceforge.net>
9
10         * Added support for Fuji makernotes
11
12 2007-11-13  Dan Fandrich <dan@coneharvesters.com>
13         * Added support for a new macro NO_VERBOSE_TAG_DATA to allow
14           some size reduction but still retain the ability to properly
15           interpret each tag.
16         * Added an end-of-table marker in the Canon color_information
17           makernote table that could otherwise potentially cause a crash 
18           on a bad image.
19
20 2007-11-12  Dan Fandrich <dan@coneharvesters.com>
21         * Added support for more Olympus makernotes, based on data on
22           Phil Harvey's ExifTool page at
23           http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/
24           and sanity checked by the pel-images in the libexif test suite.
25         * Added support for Sanyo makernotes, which have the identical
26           tag format and (so it seems) namespace of the Olympus tags.
27
28 2007-11-08  Dan Fandrich <dan@coneharvesters.com>
29         * Added Canadian English translation, eh?
30
31 2007-11-06  Dan Fandrich <dan@coneharvesters.com>
32         * Renamed EXIF_TAG_UNKNOWN_C4A5 to EXIF_TAG_PRINT_IMAGE_MATCHING
33           The PIM entry seems to have a format consisting of an 8 byte
34           magic number, 6 byte version number, 2 byte record count field,
35           then a series of 6 byte records consisting of a 2 byte tag field
36           and an 4 byte data field.
37
38 2007-10-29  Dan Fandrich <dan@coneharvesters.com>
39         * Fixed some typos in messages
40         * Made some structs const
41         * Support compiling away the detailed tag tables and log messages when
42           the NO_VERBOSE_TAG_STRINGS macro is defined to reduce the size of
43           the library for use in embedded applications where space is at
44           a premium
45         * Display the raw value of a tag when the tag is unknown
46
47 2007-09-12  Jan Patera <patera@users.sourceforge.net>
48
49         * Enhancements to Canon makernote parsers submitted by Thorsten Kukuk
50         * Added Dutch and Swedish translations, updated Slovak translation
51
52 2007-08-16  Jan Patera <patera@users.sourceforge.net>
53
54         * exif-mnote-data-olympus.c: Fix of bugs #1773810, #1774626, gnome bug #466044:
55           Some Olympus files have main IFD in MM byte order as well as makernote, but
56           makernote order was guessed wrongly. Bug introduced when fixing bug #1525770.
57
58 2007-06-25  Jan Patera <patera@users.sourceforge.net>
59
60         * Endianess of Nikon V1 makernotes is now guessed, it might not
61           be the same as of the main IFD
62
63 2007-05-21  Jan Patera <patera@users.sourceforge.net>
64
65         * First version of Czech localization (cs.po)
66         * First version of Slovak localization (sk.po), submitted by Ivan Masar
67
68 2007-05-15  Jan Patera <patera@users.sourceforge.net>
69
70         * Windows XP Explorer writes Title, Comment, Author, Keywords, and
71           Subject metadata into proprietary UTF16-encoded tags 0x9c9b-0x9c9f
72           in IFD0. We now recognize them, exif_entry_get_value returns their value
73           converted to UTF8. BTW, Explorer corrupts makernotes using offsets
74           relative to IFD0...
75
76 2007-05-13  Jan Patera <patera@users.sourceforge.net>
77
78         * Added support of a new Pentax makernote type, plus another makernote
79           type shared by Pentax & Casio
80         * Updated several tags
81         * Fixed some "security" sanity checks for broken entries
82
83 2007-05-09  Jan Patera <patera@users.sourceforge.net>
84
85         * Added support for Olympus S760 & S770 makernote (bug #1703284)
86         * Fixed crashes when looking up invalid values (bug #1457501)
87         * Added heuristics (bug #1525770): mismatching Olympus makernote
88           in big endian when the rest is in little endian is detected
89           to prevent crashes
90         * Added option EXIF_DATA_OPTION_DONT_CHANGE_MAKER_NOTE to prevent
91           modification of maker notes
92         * EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS propagated to Canon makernote
93           (Bug #1617991)
94         * Updated several tags
95         * Updated translations
96
97 2007-05-06  Jan Patera <patera@users.sourceforge.net>
98
99         * libexif/olympus/exif-mnote-data-olympus.c: Nikon v1 makernotes were saved
100           with wrong offsets, Nikon v1 & v2 maker notes were saved with wrong offset
101           to 2nd IFD (Reported by Joakim Larsson as patch #1664543)
102
103 2007-04-24  Jan Patera <patera@users.sourceforge.net>
104
105         * libexif/canon/mnote-canon-entry.c: Added hook for ISO settings of Canon
106           PowerShot S3 IS - unlike other Canons, it doesn't use index into LUT, but
107           direct ISO value ored w/ 0x4000
108
109 2007-03-17  Jan Patera <patera@users.sourceforge.net>
110
111         * libexif/exif-entry.c: Fixed values of EXIF_TAG_PHOTOMETRIC_INTERPRETATION,
112           updated values of EXIF_TAG_COMPRESSION.
113
114 2007-02-25  Lutz Mueller <lutz@users.sourceforge.net>
115
116         Suggestions by Jef Driesen <jefdriesen@hotmail.com>:
117
118         * libexif/exif-entry.c: Correct formulas regarding to APEX values.
119
120 2007-02-14  Jan Patera <patera@users.sourceforge.net>
121
122         * libexif/olympus/mnote-olympus-entry.c:
123           Updated MNOTE_OLYMPUS_TAG_QUALITY & MNOTE_OLYMPUS_TAG_VERSION
124
125 2006-10-03  Marcus Meissner <marcus@jet.franken.de>
126
127         * libexif/olympus/*.[ch]: Added several Nikon Makernotes
128           entries, extracted from exiftool.
129
130 2006-09-19  Jan Patera <patera@users.sourceforge.net>
131
132         * libexif/exif-loader.c: exif_loader_write() skips non-EXIF APP1 markers
133
134 2006-09-17  Lutz Mueller <lutz@users.sourceforge.net>
135
136         Patch by Jef Driesen <jefdriesen@hotmail.com>:
137
138         * libexif/canon/*: Improve support for canon maker notes.
139
140 2006-05-05  Jan Patera <patera@users.sourceforge.net>
141         * libexif/exif-content.c: fixed bug #1471060: wasted space in 
142           exif_content_add_entry() & exif_content_remove_entry(); also safe
143           handling of failed realloc in exif_content_add_entry()
144
145 2006-04-15  Jan Patera <patera@users.sourceforge.net>
146
147         * libexif/exif-loader.c: exif_loader_write() correctly skips APP2 marker
148           with ICC profile because ImageMagick flips order of APP1 EXIF and
149           APP2 ICC markers.
150
151 2006-02-19  Jan Patera <patera@users.sourceforge.net>
152
153         * libexif/exif-utils.h: ExifByte is now explicitly unsigned char,
154           added ExifSByte as signed char.
155
156 2006-02-13  Lutz Mueller <lutz@topfrose.de>
157
158         * libexif/canon/mnote-canon-entry.c: Fix typo.
159         * libexif/exif-entry.c: s/compulsatory/compulsory
160         * libexif/exif-tag.c: Fix typo.
161         * libexif/olympus/mnote-olympus-entry.c: Fix typo.
162         * test/nls/test-nls.c: Add translators' comment.
163
164 2006-01-19  Marcus Meissner  <marcus@jet.franken.de>
165
166         * libexif/exif-data.c: Let exif_data_load_data_entry() signal failure
167           and discard entry in caller if it does.
168
169 2006-01-16  Hubert Figuiere  <hub@figuiere.net>
170
171         * libexif/exif-mem.h, libexif/exif-loader.h: More documentation
172
173 2006-01-03  Hubert Figuiere  <hub@figuiere.net>
174
175         * configure.ac: fix once for all the versioning.
176         No actual version change has taken place this time.
177
178 2006-01-02  Hubert Figuiere  <hub@figuiere.net>
179
180         * libexif/Makefile.am (libexif_la_DEPENDENCIES): depends
181         on the .sym file. Need to relink if modified.
182
183 2005-12-27  Lutz Mueller <lutz@topfrose.de>
184
185         * NEWS
186         * configure.ac: We're now working on version 0.6.14.
187
188 2005-12-27  Lutz Mueller <lutz@topfrose.de>
189
190         * test/Makefile.am: Remove the SOURCES variables - they are not necessary.
191
192 2005-10-24  Jan Patera <patera@users.sourceforge.net>
193
194         * libexif/Canon/mnote-canon-entry.c: Don't check size of MNOTE_CANON_TAG_OWNER
195           and MNOTE_CANON_TAG_FIRMWARE - there can be many different values.
196
197 2005-08-27  Jan Patera <patera@users.sourceforge.net>
198
199         * Canon mnote: Both parts of Settings had indices shifted by 1.
200           entries[] must have secondary sorting by value which is unsigned.
201           Wrong # of items in Settings: reading beyond allocated memory, crashes.
202
203 2005-08-23  Lutz Mueller <lutz@users.sourceforge.net>
204
205         Some work on canon maker notes. Entries that contain several different
206         values now expand to different entries.
207
208 2005-08-15  Lutz Mueller <lutz@users.sourceforge.net>
209
210         Patch by Jakub Bogusz <qboosh@pld-linux.org>, related to translation.
211
212 2005-08-14  Jan Patera <patera@users.sourceforge.net>
213
214         * libexif/exif-entry.c: Added value 2 of EXIF_TAG_COLOR_SPACE
215           patch #1253625 by Ross Burton - burtonini
216
217 2005-07-18  Lutz Mueller <lutz@users.sourceforge.net>
218
219         * doc/Makefile.am: Make distcheck work again.
220
221 2005-07-11  Lutz Mueller <lutz@users.sourceforge.net>
222
223         * libexif/exif-loader.c:
224         * po/de.po:
225         * po/fr.po:
226         * po/es.po: Added license.
227
228 2005-07-02  Lutz Mueller <lutz@users.sourceforge.net>
229
230         * libexif/exif-data.c: Prevent infinite recursions (#1196787).
231
232 2005-06-19  Hubert Figuiere  <hfiguiere@teaser.fr>
233
234         * test/Makefile.am (check_PROGRAMS): added check for make check
235
236 2005-05-01  Lutz Mueller <lutz@users.sourceforge.net>
237
238         * libexif/exif-data.c (exif_data_fix): Don't create EXIF_IFD_1 if no 
239         thumbnail data is available.
240
241 2005-04-30  Lutz Mueller <lutz@users.sourceforge.net>
242
243         * test/test-mem.c: Show how to create EXIF data.
244         * README: New section USAGE.
245
246 2005-04-30  Lutz Mueller <lutz@users.sourceforge.net>
247
248         * libexif/exif-data-type.h: New
249         * libexif/*: Lots of changes to make it possible to validate data against
250         the specification.
251
252 2005-04-27  Lutz Mueller <lutz@users.sourceforge.net>
253
254         * libexif/exif-data.c (exif_data_load_data_content): Add a special case.
255
256 2005-04-27  Lutz Mueller <lutz@users.sourceforge.net>
257
258         * libexif/exif-data.c (exif_data_load_data_content): Better check for 
259         validity of tags.
260
261 2005-04-27  Lutz Mueller <lutz@users.sourceforge.net>
262
263         * libexif/exif-entry.c (exif_entry_fix): Some day, we'll get this right.
264
265 2005-04-27  Lutz Mueller <lutz@users.sourceforge.net>
266
267         * libexif/exif-entry.h
268         * libexif/exif-content.h: New convenience functions/macros.
269
270 2005-04-27  Lutz Mueller <lutz@users.sourceforge.net>
271
272         * configure.ac: AGE = 1
273         * libexif/exif-entry.c (exif_entry_fix): Add a break to avoid unnecessary
274         checks.
275
276 2005-04-26  Lutz Mueller <lutz@users.sourceforge.net>
277
278         * libexif/exif-entry.c (exif_entry_fix): Leave ' ' untouched, too.
279
280 2005-04-26  Lutz Mueller <lutz@users.sourceforge.net>
281
282         * libexif/exif-tag.[c,h] (exif_tag_[name,title,description]_in_ifd): New.
283
284 2005-04-25  Lutz Mueller <lutz@users.sourceforge.net>
285
286         * libexif/exif-data.c (exif_entry_fix): '\0...' as USER_COMMENT is ok, too.
287
288 2005-04-25  Lutz Mueller <lutz@users.sourceforge.net>
289
290         * libexif/exif-data.c: Make it compile again.
291
292 2005-04-24  Lutz Mueller <lutz@users.sourceforge.net>
293
294         * exif-data.[c,h] (exif_data_option_get_[name,description]),
295         (exif_data_[set,unset]_option): New
296         * exif-tag.[c,h]: EXIF_TAG_GAMMA: New.
297         * exif-entry.c: (exif_entry_fix) Accept empty entries.
298
299 2005-04-15  Lutz Mueller <lutz@users.sourceforge.net>
300
301         Submitted by Hongli Lai <h.lai@chello.nl>:
302
303         * configure.ac: CURRENT needs only to be increased on changes or 
304           removals, not additions.
305
306 2005-03-30  Lutz Mueller <lutz@users.sourceforge.net>
307
308         * libexif/exif-data.c: Convert some DEBUG messages to CORRUPT_DATA.
309
310 2005-03-29  Lutz Mueller <lutz@users.sourceforge.net>
311
312         * libjpeg: Removed.
313         * README
314         * Makefile.am
315         * configure.in
316         * libexif/exif-loader.c
317         * libexif/exif-data.c: Remove references to libjpeg.
318         * test/test-tree.c: Removed.
319         * test/Makefile.am: Remove test-tree
320
321 2005-03-16  Lutz Mueller <lutz@users.sourceforge.net>
322
323         * libexif/exif-entry.c (exif_entry_get_value): Fix tag COPYRIGHT.
324
325 2005-03-16  Lutz Mueller <lutz@users.sourceforge.net>
326
327         * libexif/exif-data.c (exif_data_save_data_content): Use qsort.
328
329 2005-03-16  Lutz Mueller <lutz@users.sourceforge.net>
330
331         * libjpeg/jpeg-data.c: Fix #1054322.
332
333 2005-03-16  Lutz Mueller <lutz@users.sourceforge.net>
334
335         * libexif/exif-entry.c: Fix #1051994.
336
337 2005-03-16  Lutz Mueller <lutz@users.sourceforge.net>
338
339         * libexif/exif-entry.c: Marked some strings for translation. Fix #803191.
340
341 2005-03-13  Jan Patera <patera@users.sourceforge.net>
342
343         * libexif/exif-entry.c (exif_entry_fix): Update also e->components
344
345 2005-03-13  Jan Patera <patera@users.sourceforge.net>
346
347         * libexif/exif-data.c: critical fix of 2005-03-09 change: saving
348           IFD containing data of odd length was causing memory corruption
349           and total lost of entire EXIF data
350
351 2005-03-13  Hans Ulrich Niedermann <gp@n-dimensional.de>
352
353         * NEWS: Release 0.6.12
354
355 2005-03-12  Hans Ulrich Niedermann <gp@n-dimensional.de>
356
357         * po/de.po: Partial translation update
358
359 2005-03-11  Lutz Mueller <lutz@users.sourceforge.net>
360
361         Spotted by Jan Patera <patera@users.sourceforge.net>:
362
363         * test/test-mem.c: Small fix.
364
365 2005-03-10  Jan Patera <patera@users.sourceforge.net>
366
367         * libexif/exif-utils.*,exif-entry.c: Full support of EXIF_FORMAT_SSHORT
368           (used by Nikon & Olympus mnote tags)
369
370 2005-03-09  Lutz Mueller <lutz@users.sourceforge.net>
371
372         * libexif/exif-utils.c (exif_array_set_byte_order): Return if an invalid
373           format is supplied.
374
375 2005-03-09  Lutz Mueller <lutz@users.sourceforge.net>
376
377         * libexif/exif-entry.c (exif_entry_fix): Update e->size.
378
379 2005-03-09  Lutz Mueller <lutz@users.sourceforge.net>
380
381         * libexif/exif-data.c (exif_data_save_data_content): Update comment that
382           this code does not honor the specification yet.
383
384 2005-03-09  Lutz Mueller <lutz@users.sourceforge.net>
385
386         * libexif/exif-data.c (exif_data_save_data_content): Save entries in
387           the correct order.
388
389 2005-03-09  Lutz Mueller <lutz@users.sourceforge.net>
390
391         * test/test-mem.c: Write size to loader to make the test work again.
392
393 2005-03-09  Lutz Mueller <lutz@users.sourceforge.net>
394
395         * libexif/canon/exif-mnote-data-canon.c (exif_mnote_data_canon_save):
396           Ensure even offsets.
397
398 2005-03-09  Lutz Mueller <lutz@users.sourceforge.net>
399
400         * libexif/exif-data.c (exif_data_save_data_entry): According to the TIFF
401           specification, the offset must be an even number. If we need to introduce
402           a padding byte, we set it to 0.
403
404 2005-03-09  Lutz Mueller <lutz@users.sourceforge.net>
405
406         * libexif/exif-utils.[c,h] (exif_array_set_byte_order): New function.
407         * libexif/exif-data.c
408         * libexif/canon/exif-mnote-data-canon.c
409         * libexif/olympus/exif-mnote-data-olympus.c
410         * libexif/pentax/exif-mnote-data-pentax.c: Use new function.
411
412 2005-03-09  Jan Patera <patera@users.sourceforge.net>
413
414         * exif_data.c: Final fix of Ubuntu Security Notice USN-91-1
415           https://bugzilla.ubuntulinux.org/show_bug.cgi?id=7152
416           (CAN-2005-0664)
417
418 2005-02-08  Hans Ulrich Niedermann <gp@n-dimensional.de>
419
420         * autogen.sh: Updated build system:
421           - doesn't require gettextize any more (using autopoint now)
422           - uses all the built-in magic from autoreconf
423         * configure.in, */Makefile.am: Build variable cleanup:
424           - use common definition for AM_CFLAGS (remove INCLUDES in
425             **/Makefile.am)
426           - define LIBEXIF_LOCALEDIR and LIBMNOTE_LOCALEDIR in config.h
427           - allow user to add CFLAGS at ./configure time by setting CFLAGS
428           - add intl/ to include path only if building the included
429             libintl
430           - check whether -lm is actually required. This enables
431             crosscompilation for windows targets:
432             ./configure --host=i586-mingw32msvc --disable-nls
433         * m4/gp-config-msg.m4, m4/gp-gettext-hack.m4: New macros
434
435 2004-12-17  Lutz Mueller <lutz@users.sourceforge.net>
436
437         * libexif/exif-loader.c: Work towards a non-recursive version of
438           (exif_loader_write).
439
440 2004-12-17  Lutz Mueller <lutz@users.sourceforge.net>
441
442         Lars Ellenberg <l.g.e@web.de> fixed a bug that I introduced
443         in the last commit:
444
445         * libexif/exif-loader.c: Don't substract 2 bytes twice.
446
447 2004-12-12  Lutz Mueller <lutz@users.sourceforge.net>
448
449         Pointed out by Lars Ellenberg <l.g.e@web.de>:
450
451         * libexif/exif-loader.c: Honor indirect offsets in FUJI_RAW-files.
452           Don't perform unnecessary checks for known data formats.
453
454 2004-12-11  Lutz Mueller <lutz@users.sourceforge.net>
455
456         Inspired by suggestions from Lars Ellenberg <l.g.e@web.de>:
457
458         * libexif/exif-data.c: Fix spelling error.
459         * libexif/exif-loader.c (exif_loader_write): Rewrite logic to 
460           make the loader handle more file types.
461
462 2004-12-08  Jan Patera <patera@users.sourceforge.net>
463
464         * libexif/exif-entry.c: Data format of EXIF_TAG_USER_COMMENT:
465           Some packages like Canon ZoomBrowser EX 4.5 store only
466           one zero byte followed by 7 bytes of rubbish
467
468 2004-11-17  Lutz Mueller <lutz@users.sourceforge.net>
469
470         * libexif/exif-data.c: Make the last commit actually work.
471
472 2004-11-15  Lutz Mueller <lutz@users.sourceforge.net>
473
474         * libexif/exif-content.c: Complain if the same tag is added twice
475           to an IFD. Suggestion by Angela Wrobel.
476
477 2004-11-15  Lutz Mueller <lutz@users.sourceforge.net>
478
479         * libexif/exif-data.c: Additional debugging message if 
480           specification is violated.
481
482 2004-11-14  Lutz Mueller <lutz@users.sourceforge.net>
483
484         * libexif/*: Plug another few memleaks. All found by Angala Wrobel.
485
486 2004-11-12  Lutz Mueller <lutz@users.sourceforge.net>
487
488         * libexif/exif-data.c: Clean up handling of MakerNote tags.
489
490 2004-11-11  Lutz Mueller <lutz@users.sourceforge.net>
491
492         * libexif/exif-mnote-data.c: Plug yet another memory leak.
493           Detected by Angela Wrobel.
494
495 2004-11-11  Lutz Mueller <lutz@users.sourceforge.net>
496
497         * libexif/exif-log.c: Plug another memory leak. Detected by 
498           Angela Wrobel.
499
500 2004-11-11  Lutz Mueller <lutz@users.sourceforge.net>
501
502         * libexif/canon/exif-mnote-data-canon.c: Do not crash on strange
503           data. Pointed out by Angela Wrobel.
504
505 2004-11-11  Lutz Mueller <lutz@users.sourceforge.net>
506
507         * libexif/*: Replace another few realloc by exif_mem_realloc.
508           Pointed out by Angela Wrobel.
509
510 2004-11-10  Lutz Mueller <lutz@users.sourceforge.net>
511
512         * libexif/*.c: Change #include "" to #include <>.
513         * Makefile.am:
514         * exif-result.h: Removed.
515
516 2004-11-10  Lutz Mueller <lutz@users.sourceforge.net>
517
518         * libexif/exif-tag.[c,h] (exif_tag_from_name): New. Suggested by
519           Angela Wrobel.
520
521 2004-11-10  Lutz Mueller <lutz@users.sourceforge.net>
522
523         * libexif/exif-data.c (exif_data_free): Fix memleak found by 
524           Angela Wrobel.
525         * contrib/watcom: Updated files contributed by Angela Wrobel.
526
527 2004-11-03  Lutz Mueller <lutz@users.sourceforge.net>
528
529         * libexif/exif-format.c: More translatable strings.
530
531 2004-11-02  Lutz Mueller <lutz@users.sourceforge.net>
532
533         * libexif/exif-entry.c (exif_entry_fix): Detect more wrong stuff.
534         * libexif/exif-data.c: Detect recursive calls.
535
536 2004-11-02  Jan Patera <patera@users.sourceforge.net>
537
538         * libexif/exif-entry.c: added LZW
539         * libexif/exif-tag.*: added few tags used by .NEF
540         * libexif/exif-data.c: logging unknown tags
541
542 2004-10-20  Lutz Mueller <lutz@users.sourceforge.net>
543
544         * Makefile.am: Add intl
545         * configure.in: Add intl/Makefile. Now "make distcheck" works.
546
547 2004-10-18  Lutz Mueller <lutz@users.sourceforge.net>
548
549         Patch by Krisztian VASAS <iron@ironiq.hu>:
550
551         * configure.in: Create po/Makefile.in from po/Makefile.in.in
552
553 2004-10-16  Lutz Mueller <lutz@users.sourceforge.net>
554
555         * configure.in: We are now working on version 0.6.12.
556
557 2004-10-16  Lutz Mueller <lutz@users.sourceforge.net>
558
559         * configure.in: set CURRENT to 12. There have been quite a few
560           additions to the header files.
561
562 2004-10-16  Lutz Mueller <lutz@users.sourceforge.net>
563
564         Martin Willers <willers@xm-arts.de> found an off-by-one error:
565
566         * libexif/exif-entry.c: libexif forget to add 1 
567           to tm_mon from struct tm
568         
569 2004-10-05  Lutz Mueller <lutz@users.sourceforge.net>
570
571         * libexif/exif-data.c: Support for WatCom. Convert debugging code
572           to exif-log API.
573         * libexif/i18n.h: Support for WatCom. Patch by Angela Wrobel.
574
575 2004-10-05  Lutz Mueller <lutz@users.sourceforge.net>
576
577         * contrib/watcom: Files contributed by Angela Wrobel.
578
579 2004-10-04  Lutz Mueller <lutz@users.sourceforge.net>
580
581         * libexif/exif-mem.h: Documentation.
582
583 2004-10-04  Lutz Mueller <lutz@users.sourceforge.net>
584
585         * libexif/*: Finish replaceable memory-management.
586
587 2004-10-02  Lutz Mueller <lutz@users.sourceforge.net>
588
589         * libexif/exif-mem.[c,h]: New. First attempt to offer out-sourcing
590           of memory management.
591
592 2004-10-01  Jan Patera <patera@users.sourceforge.net>
593
594         * libexif/exif-entry.c: exif_entry_fix:
595           exif_set_short: 2nd & 3rd args swapped
596
597 2004-09-18  Lutz Mueller <lutz@users.sourceforge.net>
598
599         * libexif/exif-entry.c (exif_entry_fix): Enhance.
600
601 2004-09-17  Lutz Mueller <lutz@users.sourceforge.net>
602
603         * libexif/exif-entry.c (exif_entry_fix): New. Fixes any violations
604           against the standard.
605
606 2004-09-17  Lutz Mueller <lutz@users.sourceforge.net>
607
608         * libexif/exif-entry.c: Kill some warnings. Read as much from the
609           UserComment tag as possible (as suggested by Angela Wrobel).
610
611 2004-09-15  Jan Patera <patera@users.sourceforge.net>
612
613         * libexif/exif-loader.c: int -> unsigned int.
614         * libexif/olympus/mnote-olympus-entry.c: typecast.
615           Both changes made to avoid compiler warnings.
616
617 2004-09-12  Lutz Mueller <lutz@users.sourceforge.net>
618
619         * ???: Some format string fixes, wrong argument list fixed, format
620           string problems avoided.
621           (Patch by marcusmeissner@users.sourceforge.net)
622
623 2004-09-09  Lutz Mueller <lutz@users.sourceforge.net>
624
625         * configure.in: Remove "([external])" after AM_GNU_GETTEXT as it
626           doesn't work for David MacMahon <davidm@astro.berkeley.edu>.
627         * libexif/exif-log.[c,h]: Provide some standard messages and titles.
628         * configure.in: Increment version as interfaces have been added.
629
630 2004-09-08  Lutz Mueller <lutz@users.sourceforge.net>
631
632         * libexif/exif-entry.c: Change comment to point to specification.
633
634 2004-09-08  Lutz Mueller <lutz@users.sourceforge.net>
635
636         * libexif/exif-entry.c: Redirect error messages to the logging 
637           mechanism.
638         * libexif/exif-log.h: EXIF_LOG_CODE_CORRUPT_DATA: New.
639
640 2004-09-08  Lutz Mueller <lutz@users.sourceforge.net>
641
642         * libexif/exif-loader.c
643         * libexif/exif-data.c: Replace a couple of calls to malloc by 
644           calls to calloc.
645
646 2004-09-07  Lutz Mueller <lutz@users.sourceforge.net>
647
648         * libexif/exif-entry.c: Use calloc. Hint by Jan Patera
649           <patera@pictview.com>.
650
651 2004-09-07  Lutz Mueller <lutz@users.sourceforge.net>
652
653         * libexif/olympus
654         * libexif/pentax: Fix typo and wrong logic introduced during my
655           last changes. Thanks to Jan Patera
656           <patera@pictview.com> for keeping an eye on me.
657
658 2004-09-07  Lutz Mueller <lutz@users.sourceforge.net>
659
660         * libexif/olympus
661         * libexif/pentax
662         * libexif/canon: Correctly return names, titles and descriptions of
663           tages. Pointed out by Angela Wrobel.
664
665 2004-09-07  Lutz Mueller <lutz@users.sourceforge.net>
666
667         * libexif/exif-entry.c: More guards against malloc returning NULL.
668           Problem spotted by Angela Wrobel.
669
670 2004-09-02  Lutz Mueller <lutz@users.sourceforge.net>
671
672         * libexif/exif-entry.c: First part of a patch to be less strict on
673           the USER_COMMENT-tag. Submitted by Angela Wrobel, slightly adapted.
674
675 2004-09-01  Lutz Mueller <lutz@users.sourceforge.net>
676
677         * libexif/exif-tag.c: First ideas on how to support generation of
678           mandatory exif tags for a new image.
679
680 2004-09-01  Lutz Mueller <lutz@users.sourceforge.net>
681
682         Suggestion by Angela Wrobel (http://www.wrobelnet.de/contact.html):
683
684         * libexif/pentax:
685         * libexif/olympus: Improve user experience by removing information
686           from the output that was only intended for developers.
687
688 2004-08-31  Lutz Mueller <lutz@users.sourceforge.net>
689
690         * test/test-mem.c: Plug some memory leaks. Suggested by Angela Wrobel
691           (http://www.wrobelnet.de/contact.html).
692
693 2004-08-27  Lutz Mueller <lutz@users.sourceforge.net>
694
695         * configure.in: 0.6.10 -> 0.6.11, as libexif-0.6.10 has just been
696           released.
697
698 2004-08-26  Lutz Mueller <lutz@users.sourceforge.net>
699
700         Achim Bohnet found a spelling mistake:
701
702         * libexif/exif-tag.c: 'colums' -> 'columns'
703
704 2004-08-26  Lutz Mueller <lutz@users.sourceforge.net>
705
706         Suggestions from Angela Wrobel (http://www.wrobelnet.de/contact.html)
707
708         * libexif/exif-entry.c
709         * libexif/exif-loader.c
710         * libexif/exif-utils.c
711         * olympus/exif-mnote-data-olympus.c
712         * pentax/exif-mnote-data-pentax.c: Check if malloc returned NULL.
713
714 2004-07-13  Jan Patera <patera@users.sourceforge.net>
715
716         * libexif/exif-mnote-*.*: added exif_mnote_data_get_id()
717           returning actual mnote entry tag ID (suggested by Serge
718           Droz <serge.droz@psi.ch>)
719
720 2004-06-23  Serge Droz <serge.droz@psi.ch>
721
722         (committed by Lutz Mueller <lutz@users.sourceforge.net>)
723
724         * libexif/olympus/mnote-olympus-entry.c: Reapply Jan Patera's 
725           change.
726
727 2004-06-22  Lutz Mueller <lutz@users.sourceforge.net>
728
729         * libexif/olympus/mnote-olympus-entry.c: Correct the usage of 
730           strncat. Fix pointed out by Serge Droz <serge.droz@psi.ch>.
731
732 2004-06-22  Lutz Mueller <lutz@users.sourceforge.net>
733
734         * libexif/olympus/mnote-olympus-tag.[c,h]: New tags discovered by
735           Serge Droz <serge.droz@psi.ch>.
736
737 2004-06-15  Jan Patera <patera@users.sourceforge.net>
738
739         * libexif/olympus/mnote-olympus-entry.c: MNOTE_OLYMPUS_TAG_INFO
740
741 2004-06-06  Lutz Mueller <lutz@users.sourceforge.net>
742
743         * libexif/olympus/exif-mnote-data-olympus.c: More documentation,
744           additional case (Nikon, 02 0a 00).
745         * Makefile.am: s/LIBMNOTE/LIBEXIF
746
747 2004-05-27  Lutz Mueller <lutz@users.sourceforge.net>
748
749         * configure.in: 0.6.10 as 0.6.9 has just been released.
750
751 2004-05-27  Lutz Mueller <lutz@users.sourceforge.net>
752
753         * libexif/exif-entry.c: Jan Patera pointed me to the fact that
754           last change is pointless.
755
756 2004-05-27  Lutz Mueller <lutz@users.sourceforge.net>
757
758         * libexif/exif-entry.c: According to Ralf Holzer <rholzer@cmu.edu>,
759           the user comment field does not have to be NULL terminated.
760
761 2004-05-25  Lutz Mueller <lutz@users.sourceforge.net>
762
763         * libexif/olympus/mnote-olympus-entry.c: Print bytes if tag is not
764           known.
765
766 2004-05-24  Jan Patera <patera@users.sourceforge.net>
767
768         * libjpeg/jpeg-data.[c,h]: jpeg_data_append_section changed
769           from static to public
770         * libexif/olumpus/mnote-olympus-entry.c: support of several
771           known but previously not supported Nikon (& 1 Olympus) tags
772         * libexif/exif-entry.c: rational values printed as %2.2f and not %i/%i
773
774 2004-05-15  Lutz Mueller <lutz@users.sourceforge.net>
775
776         * libexif/exif-log.[c,h]: New. Proposal for handling of debugging
777           messages.
778
779 2004-05-13  Jan Patera <patera@users.sourceforge.net>
780
781         * libexif/exif-data.c: Fill tag data with zeros on save even
782           if 0 components (buggy Kodak-210)
783
784 2004-05-12  Jan Patera <patera@users.sourceforge.net>
785
786         * libexif/exif-utils.h: definition of MIN
787         * libexif/pentax/mnote-pentax-entry.c: min -> MIN
788           (found by Serge Droz <serge.droz@psi.ch>)
789
790 2004-05-11  Jan Patera <patera@users.sourceforge.net>
791
792         * libjpeg/jpeg-data.c: memory leak in jpeg_data_set_exif_data,
793           return type of jpeg_data_save_file
794         * libexif/exif-entry.c: proper mnote size on save
795         * libexif/olympus: saving Nikon mnote
796
797 2004-05-10  Jan Patera <patera@users.sourceforge.net>
798
799         * libexif: Support of Nikon maker note
800
801 2004-05-07  Jan Patera <patera@users.sourceforge.net>
802
803         * libexif/exif-entry.c: fix of EXIF_TAG_COLOR_SPACE,
804           value 9 of EXIF_TAG_FLASH.
805         * libexif/exif-entry.c: Fix of bug #937505 submitted by Hubert
806           Verstraete <hubs@users.sourceforge>: value 0x0058 of
807           EXIF_TAG_FLASH.
808
809 2004-05-04  Lutz Mueller <lutz@users.sourceforge.net>
810
811         * libexif/olympus: Make it support Nikon maker notes, too. 
812           Code based on work by Serge Droz <serge.droz@psi.ch>.
813
814 2004-05-03  Lutz Mueller <lutz@users.sourceforge.net>
815
816         * libexif/exif-entry.c (exif_entry_initialize):
817           Added EXIF_TAG_PIXEL_[X,Y]_DIMENSION (thanks to Antonio Scuri
818           <scuri@tecgraf.puc-rio.br>).
819
820 2004-05-03  Lutz Mueller <lutz@users.sourceforge.net>
821
822         * libexif/exif-tag.c: Hide some functions there that have been 
823           requested by Antonio Scuri <scuri@tecgraf.puc-rio.br>.
824
825 2004-05-02  Lutz Mueller <lutz@users.sourceforge.net>
826
827         * configure.in: GETTEXT_PACKAGE=${PACKAGE}-${LIBEXIF_CURRENT}
828           on request of Ilya Konstantinov <future@shiny.co.il>
829           (Debian needs it).
830
831 2004-05-02  Lutz Mueller <lutz@users.sourceforge.net>
832
833         * libjpeg/jpeg-marker.h: No implicit enum declaration. Seen by
834           Antonio Scuri <scuri@tecgraf.puc-rio.br>.
835
836 2004-04-04  Lutz Mueller lutz@users.sourceforge.net
837
838         * libexif/exif-data.c: If we don't know a tag we are going to parse,
839           stop loading. This should fix bug #138238.
840
841 2004-04-02  Jan Patera <patera@users.sourceforge.net>
842
843         * libexif/pentax/exif-mnote-data-pentax.c: correct search for values
844
845 2004-03-19 Joerg Hoh <hohjg@users.sourceforge.net>
846         * libexif/olympus/exif-mnote-data-olympus.c: code 
847           simplification
848
849 2004-03-16  Lutz Mueller <lutz@users.sourceforge.net>
850
851         * libexif/pentax/exif-mnote-data-pentax.c: Another suggestion by
852           Joerg Hoh <joerg@devone.org>.
853
854 2004-03-15  Lutz Mueller <lutz@users.sourceforge.net>
855
856         * libexif/pentax/mnote-pentax-entry.c: Joerg Hoh <joerg@devone.org>
857           did it again.
858
859 2004-03-03  Lutz Mueller <lutz@users.sourceforge.net>
860
861         * libexif/exif-entry.c: Patch by Joerg Hoh <joerg@devone.org>,
862           enhanced by myself.
863
864 2004-03-03  Jan Patera <patera@users.sourceforge.net>
865
866         * libexif/exif-entry.c: C-compilability & fix of the 2004/03/02 code
867
868 2004-03-02  Lutz Mueller <lutz@users.sourceforge.net>
869
870         * configure.in: No version on GETTEXT_PACKAGE. Requested by
871           gernot@bigpond.com.
872         * libexif/exif-entry.c: Some formatting.
873
874 2004-03-02  Joerg Hoh<joerg@devone.org>
875
876         * libexif/exif-entry.c: moved redundant code into a static structure
877
878 2004-03-01  Jan Patera <patera@users.sourceforge.net>
879
880         * libexif/pentax/exif-mnote-data-pentax.c: Fixed flipped inequation
881           causing all value requests to be denied as invalid
882
883 2004-02-02  Jan Patera <patera@users.sourceforge.net>
884
885         * libexif/exif-loader.c: propper skipping of JPEG_MARKER_COM when
886           searching for JPEG_MARKER_APP1 with exif data
887
888 2004-01-19  Lutz Mueller <lutz@users.sourceforge.net>
889
890         * contrib/c++: Files contributed by Hans Meine <hans_meine@gmx.net>.
891           Completely untested.
892
893 2004-01-08  Lutz Mueller <lutz@users.sourceforge.net>
894
895         * libexif/exif-entry.c (exif_entry_get_value_brief): merge into
896           (exif_entry_get_value) and remove.
897         * tests/test-mnote.c: Make it compile again.
898         * tests/test-value.c: New.
899         * configure.in: API-changes -> increment version.
900
901 2004-01-07  Jan Patera <patera@users.sourceforge.net>
902
903         Thread-safety, elimination of static variables, fixes of memory
904         corruption (writing beyond provided space), no more memory leaks
905         in mnote, 2 new args of exif_entry_get_value,
906         exif_entry_get_value_brief, exif_mnote_data_get_value.
907
908         * libexif, libexif/canon, libexif/olympus, libexif/pentax
909
910 2003-12-09  Lutz Mueller <lutz@users.sourceforge.net>
911
912         A couple of fixes by Jan Patera <patera@pictview.com>:
913
914         * libexif
915
916 2003-12-08  Lutz Mueller <lutz@users.sourceforge.net>
917
918         Suggestion by Jan Patera <patera@pictview.com>:
919
920         * libexif/exif-entry.c: Do not read beyond e->size.
921
922 2003-12-01  Lutz Mueller <lutz@users.sourceforge.net>
923
924         * libexif/olympus/mnote-olympus-entry.c: Now that EXIF_FORMAT_SSHORT
925           is in exif-format.h, we do not need to define it any longer.
926
927 2003-12-01  Lutz Mueller <lutz@users.sourceforge.net>
928
929         * libexif: Various improvements by Jan Patera <patera@pictview.com>.
930
931 2003-10-30  Lutz Mueller <lutz@users.sourceforge.net>
932
933         * libexif/exif-loader.c: Handle APP13.
934
935 2003-10-30  Lutz Mueller <lutz@users.sourceforge.net>
936
937         * libexif/exif-loader.c: Fix APP0-bug. Patch by Jan Patera
938           <patera@pictview.com>.
939
940 2003-10-30  Lutz Mueller <lutz@users.sourceforge.net>
941
942         * libexif/exif-data.c: Add explicit typecasts to ExifShort.
943           Suggested by Jan Patera <patera@pictview.com>.
944
945 2003-10-28  Lutz Mueller <lutz@users.sourceforge.net>
946
947         * libexif/olympus: Fix. I've got one Olympus file and this gets
948           parsed now.
949
950 2003-10-28  Lutz Mueller <lutz@users.sourceforge.net>
951
952         * libjpeg/jpeg-data.c: Do not depend on unistd.h. Reported by
953           Jan Patera <patera@pictview.com>.
954
955 2003-10-27  Lutz Mueller <lutz@users.sourceforge.net>
956
957         * libexif: Canon maker notes seem to work now (both loading and
958           saving).
959
960 2003-10-27  Lutz Mueller <lutz@users.sourceforge.net>
961
962         * libexif: The code now compiles and loads the canon maker note,
963           but crashes if you query its contents.
964
965 2003-10-26  Lutz Mueller <lutz@users.sourceforge.net>
966
967         * test/test-mnote.c: New.
968         * libexif: The code now both compiles and doesn't crash,
969           but at least the canon maker note still doesn't get parsed.
970
971 2003-10-26  Lutz Mueller <lutz@users.sourceforge.net>
972
973         * configure.in
974         * Makefile.am: Remove PO_DIRS. Otherwise, automake complains about
975           po and intl not being in SUBDIRS
976
977 2003-10-26  Lutz Mueller <lutz@users.sourceforge.net>
978
979         * libexif/olympus
980         * libexif/canon
981         * libexif/pentax: Merge libmnote with libexif. The code compiles but
982           is completely untested.
983
984 2003-10-15  Lutz Mueller <lutz@users.sourceforge.net>
985
986         * libexif.spec.in: Patches by Peter Bieringer <pb@bieringer.de>.
987
988 2003-10-08  Lutz Mueller <lutz@users.sourceforge.net>
989
990         * libexif/exif-data.c: Patch by Jan Patera <patera@pictview.com>.
991
992 2003-10-08  Lutz Mueller <lutz@users.sourceforge.net>
993
994         * libexif/exif-entry.c: Patch by Jan Patera <patera@pictview.com>.
995
996 2003-09-28  Lutz Mueller <lutz@users.sourceforge.net>
997
998         * Makefile.am
999         * configure.in: Patch #813420 by Chris Meyer <cmeyer@mac.com>.
1000
1001 2003-09-05  Lutz Mueller <lutz@users.sourceforge.net>
1002
1003         * libjpeg/jpeg-data.c: Fix memory leak (discovered by 
1004           Ralph Heidelberg <RHeidelberg@Pinnaclesys.com)
1005
1006 2003-08-25  Lutz Mueller <lutz@users.sourceforge.net>
1007
1008         * libexif/exif-data.c: Fill unneeded bytes with 0. Suggestion by
1009           Roberto Costa <roberto.costa@ensta.org>.
1010
1011 2003-08-06  Lutz Mueller <lutz@users.sourceforge.net>
1012
1013         * libexif/exif-entry.c (exif_entry_initialize): Support some more
1014           tags.
1015         * libexif/exif-tag.[c,h]: Cosmetic fix.
1016         * libexif/exif-utils.h: Do not let above cosmetic fix break the API.
1017
1018 2003-08-04  Lutz Mueller <lutz@users.sourceforge.net>
1019
1020         * po/*.po: Updated.
1021         * Makefile.am: Add m4 and intl to SUBDIRS. automake complains
1022           otherwise.
1023         * configure.in: Add m4/Makefile. make distcheck complains otherwise.
1024           Version 0.5.12
1025
1026 2003-07-30  Lutz Mueller <lutz@users.sourceforge.net>
1027
1028         * configure.in: Version 0.5.11
1029
1030 2003-07-30  Lutz Mueller <lutz@users.sourceforge.net>
1031
1032         * libexif/exif-data.c: Patch by Torgeir Hansen <torgeir@trenger.ro>
1033           to prevent endless loops.
1034
1035 2003-07-30  Lutz Mueller <lutz@users.sourceforge.net>
1036
1037         * libexif/exif-entry.c: Don't crash if entries are totally insane.
1038
1039 2003-07-20  Lutz Mueller <lutz@users.sourceforge.net>
1040
1041         * configure.in: Version 0.5.10
1042
1043 2003-05-01  Lutz Mueller <lutz@users.sourceforge.net>
1044
1045         Suggestion by Gernot Jander <gernot@bigpond.com>:
1046
1047         * libexif/exif-entry.c: Ignore "   " in EXIF_TAG_COPYRIGHT.
1048
1049 2003-04-29  Lutz Mueller <lutz@users.sourceforge.net>
1050
1051         * libexif/exif-loader.c: Set ref_count to 1 on exif_loader_new.
1052
1053 2003-04-29  Lutz Mueller <lutz@users.sourceforge.net>
1054
1055         * libexif/exif-entry.c: Another attempt to fix EXIF_TAG_COPYRIGHT.
1056
1057 2003-04-28  Lutz Mueller <lutz@users.sourceforge.net>
1058
1059         Bug discovered by Jay Love <jslove@users.sourceforge.net>
1060
1061         * libexif/exif-entry.c: Don't crash if EXIF_TAG_COPYRIGHT is NULL.
1062
1063 2003-04-28  Lutz Mueller <lutz@users.sourceforge.net>
1064
1065         Patch by Gernot Jander <gernot@bigpond.com>:
1066
1067         * libexif/exif-tag.c: Add call to bind_textdomain_codeset
1068         * po/*.UTF-8: New.
1069
1070 2003-03-13  Lutz Mueller <lutz@users.sourceforge.net>
1071
1072         * libjpeg/jpeg-data.c: Aravind <aravinds1@users.sourceforge.net>
1073           found a bug there.
1074
1075 2003-03-18  Lutz Mueller <lutz@users.sourceforge.net>
1076
1077         * libexif/exif-data.c (exif_data_new_from_file): Use the new
1078           ExifLoader. It seems to work.
1079
1080 2003-03-17  Lutz Mueller <lutz@users.sourceforge.net>
1081
1082         * libexif/exif-loader.[c,h]: New. Mostly written by Jens Finke
1083           <jens@triq.net>. Not tested at all.
1084
1085 2003-02-11  Lutz Mueller <lutz@users.sourceforge.net>
1086
1087         * libexif/exif-tag.c: Fix typo.
1088
1089 2003-01-22  Lutz Mller  <lutz@users.sourceforge.net>
1090
1091         * libexif/exif-entry.c (exif_entry_get_value): Support USER_COMMENT.
1092
1093 2002-12-31  Lutz Müller <lutz@users.sourceforge.net>
1094
1095         * README: Some information by Sander van Geloven
1096           <svgeloven@zonnet.nl>.
1097
1098 2002-12-11  Lutz Müller <lutz@users.sourceforge.net>
1099
1100         * libexif/exif-entry.c (exif_entry_initialize): Fix last commit.
1101
1102 2002-12-11  Lutz Müller <lutz@users.sourceforge.net>
1103
1104         * libexif/exif-entry.c (exif_entry_initialize): Support USER_COMMENT.
1105         * configure.in: Version 0.5.9
1106
1107 2002-12-09  Lutz Müller <lutz@users.sourceforge.net>
1108
1109         * README: New frontend 'thirdeye'.
1110
1111 2002-12-07  Lutz Müller <lutz@users.sourceforge.net>
1112
1113         * configure.in: Version 0.5.8
1114
1115 2002-12-02  Lutz Müller <lutz@users.sourceforge.net>
1116
1117         * libexif/Makefile.am: Forgot to remove the some subdirs.
1118
1119 2002-12-02  Lutz Müller <lutz@users.sourceforge.net>
1120
1121         * configure.in: Remove some Makefiles
1122
1123 2002-12-02  Lutz Müller <lutz@users.sourceforge.net>
1124
1125         * configure.in: Reflect removal of exif-note.h in version.
1126
1127 2002-12-02  Lutz Müller <lutz@users.sourceforge.net>
1128
1129         * libexif/exif-note.[c,h]: Removed. Now in libmnote.
1130
1131 2002-09-16  Lutz Müller <lutz@users.sourceforge.net>
1132
1133         * libexif: Some fixes for Windows (Visual C++) by
1134           Andres <aplaza@smalcamera.com>
1135
1136 2002-09-15  Lutz Müller <lutz@users.sourceforge.net>
1137
1138         * configure.in: IRIS fixes by Andrea Suatoni
1139           <a.suatoni@telefonica.net>
1140         
1141 2002-09-15  Lutz Müller <lutz@users.sourceforge.net>
1142
1143         * configure.in:
1144         * po/es.po: Spanish translation by Fabian Mandelbaum
1145           <fabman@2vias.com.ar>
1146
1147 2002-08-30  Lutz Müller <lutz@users.sourceforge.net>
1148
1149         * libexif/exif-data.c: Some cleanup.
1150
1151 2002-08-29  Lutz Müller <lutz@users.sourceforge.net>
1152
1153         Renchi Raju <renchi@pooh.tam.uiuc.edu> found another bug in 
1154
1155         * libexif/exif-data.c: Correctly save the data.
1156         * configure.in: Version 0.5.6.
1157
1158 2002-08-29  Lutz Müller <lutz@users.sourceforge.net>
1159
1160         Jason Sodergren <jason@taiga.com> found a lot of bugs in
1161
1162         * libexif/exif-data.c: Correctly save the data.
1163         * configure.in: Version 0.5.5.
1164
1165 2002-08-29  Lutz Müller <lutz@users.sourceforge.net>
1166
1167         Another fixes related to #564019:
1168
1169         * libexif: Make code conform to ISO C standard, section 6.5.2.3.
1170
1171 2002-08-29  Lutz Müller <lutz@users.sourceforge.net>
1172
1173         Bug reported by Jason Sodergren <jason@taiga.com>:
1174
1175         * libexif/exif-data.c: EXIF_IFD_1 -> EXIF_IFD_0.
1176
1177 2002-08-02  Hans Ulrich Niedermann <gp@n-dimensional.de>
1178
1179         * configure.in: Version 0.5.4dev
1180                 distinguish release versions from CVS versions
1181
1182 2002-07-25  Lutz Müller <lutz@users.sourceforge.net>
1183
1184         * libexif/exif-ifd.[c,h]: New.
1185         * libexif/exif-data.h: Introduce an array of ExifContents. This 
1186           doesn't break binary compatibility, but it breaks compilation. 
1187           Do something like "%s/->ifd_0/->ifd[EXIF_IFD_0]" in your source
1188           code to make it compile again.
1189         * configure.in: Version 0.5.4.
1190
1191 2002-07-25  Lutz Müller <lutz@users.sourceforge.net>
1192
1193         Patch by anonymous user:
1194
1195         * libexif/exif-[byte-order,format,result,tag].h: Make code comply with
1196           ISO C standard, section 6.5.2.3.
1197
1198 2002-07-25  Lutz Müller <lutz@users.sourceforge.net>
1199
1200         Patch by Takuro Ashie <makeinu@users.sourceforge.net>:
1201
1202         * libexif/exif-data.c: Plug memory leak.
1203
1204 2002-07-10  Lutz Müller <lutz@users.sourceforge.net>
1205
1206         Bug spotted by Andres <aplaza@smalcamera.com>:
1207
1208         * libexif/exif-data.c: Save the EXIF_TAG_INTEROPERABILITY_IFD_POINTER
1209           in ifd_exif, not in ifd0.
1210
1211 2002-06-26  Lutz Müller <lutz@users.sourceforge.net>
1212
1213         Patch by Jos van den Oever <oever@fenk.wau.nl>: Make libexif c++
1214         friendly.
1215
1216 2002-06-14  Lutz Müller <lutz@users.sourceforge.net>
1217
1218         * configure.in: Correct -version-info.
1219
1220 2002-06-11  Lutz Müller <lutz@users.sourceforge.net>
1221
1222         * configure.in: Version 0.5.3
1223
1224 2002-06-11  Lutz Müller <lutz@users.sourceforge.net>
1225
1226         * libexif/Makefile.am: Oops, missed those konica entries.
1227
1228 2002-06-10  Lutz Müller <lutz@users.sourceforge.net>
1229
1230         * configure.in: Version 0.5.2
1231
1232 2002-06-10  Lutz Müller <lutz@users.sourceforge.net>
1233
1234         * configure.in: We need autoconf > 2.50.
1235
1236 2002-06-09  Lutz Müller <lutz@users.sourceforge.net>
1237
1238         Internationalization.
1239
1240 2002-06-08  Lutz Müller <lutz@users.sourceforge.net>
1241
1242         Patch by Guido Ostkamp <guido.ostkamp@t-online.de>
1243
1244         * libexif/exif-data.c: Increment offset by 12.
1245
1246 2002-06-06  Lutz Müller <lutz@users.sourceforge.net>
1247
1248         Bug spotted by Andres <aplaza@smalcamera.com>:
1249
1250         * exif-entry.c: Fix typo.
1251
1252 2002-06-05  Lutz Müller <lutz@users.sourceforge.net>
1253
1254         * COPYING: Check the text of the LGPL in, because otherwise, 
1255           automake --add-missing would use the text of the GPL.
1256
1257 2002-06-03  Lutz Müller <lutz@users.sourceforge.net>
1258
1259         * configure.in: Version 0.5.1
1260
1261 2002-05-01  Lutz Müller <lutz@users.sourceforge.net>
1262
1263         Patch by Arnaud Rouanet <rouanet@labri.fr>:
1264
1265         * libexif/exif-entry.c (exif_entry_get_value): Fix typo.
1266
1267 2002-04-30  Lutz Müller <lutz@users.sourceforge.net>
1268
1269         Patch by Arnaud Rouanet <rouanet@labri.fr>:
1270
1271         * libexif/exif-entry.c (exif_entry_get_value): Support version 2.2.
1272
1273 2002-04-18  Lutz Müller <lutz@users.sourceforge.net>
1274
1275         Patch by Marcus Meissner <marcus@jet.franken.de>:
1276
1277         * libexif/*.h: Make header files c++ friendly.
1278
1279 2002-04-16  Lutz Müller <lutz@users.sourceforge.net>
1280
1281         Enhancements by Semyon Sosin <sem@best.com>, adapted:
1282
1283         * libexif/exif-content.h: Add some convenience defines.
1284         * libexif/exif-entry.[c,h] (exif_entry_get_value_brief): New.
1285         * README: Add a note about libjpeg.
1286
1287 2002-04-15  Lutz Müller <lutz@users.sourceforge.net>
1288
1289         Enhancements by Semyon Sosin <sem@best.com>, adapted:
1290
1291         * libexif/exif-entry.c (exif_entry_get_value): More tags covered.
1292         * libexif/exif-data.c (exif_data_new_from_file): Don't read the whole
1293           file into memory.
1294
1295 2002-04-04  Hans Ulrich Niedermann <gp@n-dimensional.de>
1296
1297         * Makefile.am: dded .tar.bz2 packaging to "make dist"
1298
1299 2002-03-01  Lutz Müller <lutz@users.sourceforge.net>
1300
1301         Patch by Mark Pulford <mark@kyne.com.au>:
1302
1303         * libexif.spec.in: New
1304         * configure.in:
1305         * Makefile.am: Create libexif.spec
1306
1307 2002-02-28  Lutz Müller <lutz@users.sourceforge.net>
1308
1309         Patch by Javier Achirica <achirica@ttd.net>:
1310
1311         * libexif/exif-data.c: Fix directory length and termination.
1312
1313 2002-02-28  Lutz Müller <lutz@users.sourceforge.net>
1314
1315         * libexif/exif-entry.c (exif_entry_get_value): Add support for
1316           EXIF_TAG_SUBJECT_AREA.
1317
1318 2002-02-28  Lutz Müller <lutz@users.sourceforge.net>
1319
1320         Patch by Javier Achirica <achirica@ttd.net>:
1321
1322         * libexif/exif-tag.[c,h]:
1323         * libexif/exif-entry.c: Support EXIF-2.2 tags.
1324
1325 2002-02-25  Lutz MÜller <lutz@users.sourceforge.net>
1326
1327         Patch by Basil Dias <basil.dias@wipro.com>:
1328
1329         * libjpeg/jpeg-data.c: Missing realloc.
1330
1331 2002-02-21  Lutz Müller <lutz@users.sourceforge.net>
1332
1333         * libexif/canon: Set up support for parsing MakerNotes.
1334
1335 2002-02-20  Lutz Müller <lutz@users.sourceforge.net>
1336
1337         * libexif/exif-data.c:
1338         * libjpeg/jpeg-data.c: Read and write "rb" (Windows needs it).
1339
1340 2002-02-18  Lutz Müller <lutz@users.sourceforge.net>
1341
1342         * libexif/exif-data.c: Suppress output unless #ifdef DEBUG
1343
1344 2002-02-17  Lutz Müller <lutz@users.sourceforge.net>
1345
1346         Patch from Fredrik <fredrik@krixor.xy.org>:
1347
1348         * libexif/exif-data.c: Better checks for size.
1349
1350 2002-02-13  Lutz Müller <lutz@users.sourceforge.net>
1351
1352         * libexif/configure.in: Introduce proper versionning.
1353
1354 2002-02-13  Lutz Müller <lutz@users.sourceforge.net>
1355
1356         * libexif: There's only one ByteOrder per ExifData.
1357
1358 2002-02-12  Lutz Müller <lutz@users.sourceforge.net>
1359
1360         * libexif/exif-entry.c: More initialization.
1361
1362 2002-02-11  Lutz Müller <lutz@users.sourceforge.net>
1363
1364         * configure.in: Version 0.5
1365
1366 2002-02-11  Lutz Müller <lutz@users.sourceforge.net>
1367
1368         * libexif/libexif-entry.c: More tags implemented in
1369           (exif_entry_get_value).
1370
1371 2002-02-06  Lutz Müller <lutz@users.sourceforge.net>
1372
1373         * configure.in: Version 0.4
1374
1375 2002-02-05  Lutz Müller <lutz@users.sourceforge.net>
1376
1377         * configure.in: Version 0.3
1378
1379 2002-02-05  Lutz Müller <lutz@users.sourceforge.net>
1380
1381         * libexif: Implement saving.
1382
1383 2002-01-29  Lutz Müller <lutz@users.sourceforge.net>
1384
1385         * configure.in: Version 0.2
1386
1387 2002-01-06  Lutz Müller <urc8@rz.uni-karlsruhe.de>
1388
1389         Merge new stuff from gtkam/libexif.
1390
1391 2001-12-23  Lutz Müller <urc8@rz.uni-karlsruhe.de>
1392
1393         Merge new stuff from gtkam/libexif.
1394
1395 2001-12-21  Lutz Müller <urc8@rz.uni-karlsruhe.de>
1396
1397         Move new version from gtkam to here.
1398
1399 2001-12-11  Lutz Müller <urc8@rz.uni-karlsruhe.de>
1400
1401         Initial automake setup.