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