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