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