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