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