2005-03-30 Lutz Mueller * libexif/exif-data.c: Convert some DEBUG messages to CORRUPT_DATA. 2005-03-29 Lutz Mueller * libjpeg: Removed. * README * Makefile.am * configure.in * libexif/exif-loader.c * libexif/exif-data.c: Remove references to libjpeg. * test/test-tree.c: Removed. * test/Makefile.am: Remove test-tree 2005-03-16 Lutz Mueller * libexif/exif-entry.c (exif_entry_get_value): Fix tag COPYRIGHT. 2005-03-16 Lutz Mueller * libexif/exif-data.c (exif_data_save_data_content): Use qsort. 2005-03-16 Lutz Mueller * libjpeg/jpeg-data.c: Fix #1054322. 2005-03-16 Lutz Mueller * libexif/exif-entry.c: Fix #1051994. 2005-03-16 Lutz Mueller * libexif/exif-entry.c: Marked some strings for translation. Fix #803191. 2005-03-13 Jan Patera * libexif/exif-entry.c (exif_entry_fix): Update also e->components 2005-03-13 Jan Patera * libexif/exif-data.c: critical fix of 2005-03-09 change: saving IFD containing data of odd length was causing memory corruption and total lost of entire EXIF data 2005-03-13 Hans Ulrich Niedermann * NEWS: Release 0.6.12 2005-03-12 Hans Ulrich Niedermann * po/de.po: Partial translation update 2005-03-11 Lutz Mueller Spotted by Jan Patera : * test/test-mem.c: Small fix. 2005-03-10 Jan Patera * libexif/exif-utils.*,exif-entry.c: Full support of EXIF_FORMAT_SSHORT (used by Nikon & Olympus mnote tags) 2005-03-09 Lutz Mueller * libexif/exif-utils.c (exif_array_set_byte_order): Return if an invalid format is supplied. 2005-03-09 Lutz Mueller * libexif/exif-entry.c (exif_entry_fix): Update e->size. 2005-03-09 Lutz Mueller * libexif/exif-data.c (exif_data_save_data_content): Update comment that this code does not honor the specification yet. 2005-03-09 Lutz Mueller * libexif/exif-data.c (exif_data_save_data_content): Save entries in the correct order. 2005-03-09 Lutz Mueller * test/test-mem.c: Write size to loader to make the test work again. 2005-03-09 Lutz Mueller * libexif/canon/exif-mnote-data-canon.c (exif_mnote_data_canon_save): Ensure even offsets. 2005-03-09 Lutz Mueller * libexif/exif-data.c (exif_data_save_data_entry): According to the TIFF specification, the offset must be an even number. If we need to introduce a padding byte, we set it to 0. 2005-03-09 Lutz Mueller * libexif/exif-utils.[c,h] (exif_array_set_byte_order): New function. * libexif/exif-data.c * libexif/canon/exif-mnote-data-canon.c * libexif/olympus/exif-mnote-data-olympus.c * libexif/pentax/exif-mnote-data-pentax.c: Use new function. 2005-03-09 Jan Patera * exif_data.c: Final fix of Ubuntu Security Notice USN-91-1 https://bugzilla.ubuntulinux.org/show_bug.cgi?id=7152 (CAN-2005-0664) 2005-02-08 Hans Ulrich Niedermann * autogen.sh: Updated build system: - doesn't require gettextize any more (using autopoint now) - uses all the built-in magic from autoreconf * configure.in, */Makefile.am: Build variable cleanup: - use common definition for AM_CFLAGS (remove INCLUDES in **/Makefile.am) - define LIBEXIF_LOCALEDIR and LIBMNOTE_LOCALEDIR in config.h - allow user to add CFLAGS at ./configure time by setting CFLAGS - add intl/ to include path only if building the included libintl - check whether -lm is actually required. This enables crosscompilation for windows targets: ./configure --host=i586-mingw32msvc --disable-nls * m4/gp-config-msg.m4, m4/gp-gettext-hack.m4: New macros 2004-12-17 Lutz Mueller * libexif/exif-loader.c: Work towards a non-recursive version of (exif_loader_write). 2004-12-17 Lutz Mueller Lars Ellenberg fixed a bug that I introduced in the last commit: * libexif/exif-loader.c: Don't substract 2 bytes twice. 2004-12-12 Lutz Mueller Pointed out by Lars Ellenberg : * libexif/exif-loader.c: Honor indirect offsets in FUJI_RAW-files. Don't perform unnecessary checks for known data formats. 2004-12-11 Lutz Mueller Inspired by suggestions from Lars Ellenberg : * libexif/exif-data.c: Fix spelling error. * libexif/exif-loader.c (exif_loader_write): Rewrite logic to make the loader handle more file types. 2004-12-08 Jan Patera * libexif/exif-entry.c: Data format of EXIF_TAG_USER_COMMENT: Some packages like Canon ZoomBrowser EX 4.5 store only one zero byte followed by 7 bytes of rubbish 2004-11-17 Lutz Mueller * libexif/exif-data.c: Make the last commit actually work. 2004-11-15 Lutz Mueller * libexif/exif-content.c: Complain if the same tag is added twice to an IFD. Suggestion by Angela Wrobel. 2004-11-15 Lutz Mueller * libexif/exif-data.c: Additional debugging message if specification is violated. 2004-11-14 Lutz Mueller * libexif/*: Plug another few memleaks. All found by Angala Wrobel. 2004-11-12 Lutz Mueller * libexif/exif-data.c: Clean up handling of MakerNote tags. 2004-11-11 Lutz Mueller * libexif/exif-mnote-data.c: Plug yet another memory leak. Detected by Angela Wrobel. 2004-11-11 Lutz Mueller * libexif/exif-log.c: Plug another memory leak. Detected by Angela Wrobel. 2004-11-11 Lutz Mueller * libexif/canon/exif-mnote-data-canon.c: Do not crash on strange data. Pointed out by Angela Wrobel. 2004-11-11 Lutz Mueller * libexif/*: Replace another few realloc by exif_mem_realloc. Pointed out by Angela Wrobel. 2004-11-10 Lutz Mueller * libexif/*.c: Change #include "" to #include <>. * Makefile.am: * exif-result.h: Removed. 2004-11-10 Lutz Mueller * libexif/exif-tag.[c,h] (exif_tag_from_name): New. Suggested by Angela Wrobel. 2004-11-10 Lutz Mueller * libexif/exif-data.c (exif_data_free): Fix memleak found by Angela Wrobel. * contrib/watcom: Updated files contributed by Angela Wrobel. 2004-11-03 Lutz Mueller * libexif/exif-format.c: More translatable strings. 2004-11-02 Lutz Mueller * libexif/exif-entry.c (exif_entry_fix): Detect more wrong stuff. * libexif/exif-data.c: Detect recursive calls. 2004-11-02 Jan Patera * libexif/exif-entry.c: added LZW * libexif/exif-tag.*: added few tags used by .NEF * libexif/exif-data.c: logging unknown tags 2004-10-20 Lutz Mueller * Makefile.am: Add intl * configure.in: Add intl/Makefile. Now "make distcheck" works. 2004-10-18 Lutz Mueller Patch by Krisztian VASAS : * configure.in: Create po/Makefile.in from po/Makefile.in.in 2004-10-16 Lutz Mueller * configure.in: We are now working on version 0.6.12. 2004-10-16 Lutz Mueller * configure.in: set CURRENT to 12. There have been quite a few additions to the header files. 2004-10-16 Lutz Mueller Martin Willers found an off-by-one error: * libexif/exif-entry.c: libexif forget to add 1 to tm_mon from struct tm 2004-10-05 Lutz Mueller * libexif/exif-data.c: Support for WatCom. Convert debugging code to exif-log API. * libexif/i18n.h: Support for WatCom. Patch by Angela Wrobel. 2004-10-05 Lutz Mueller * contrib/watcom: Files contributed by Angela Wrobel. 2004-10-04 Lutz Mueller * libexif/exif-mem.h: Documentation. 2004-10-04 Lutz Mueller * libexif/*: Finish replaceable memory-management. 2004-10-02 Lutz Mueller * libexif/exif-mem.[c,h]: New. First attempt to offer out-sourcing of memory management. 2004-10-01 Jan Patera * libexif/exif-entry.c: exif_entry_fix: exif_set_short: 2nd & 3rd args swapped 2004-09-18 Lutz Mueller * libexif/exif-entry.c (exif_entry_fix): Enhance. 2004-09-17 Lutz Mueller * libexif/exif-entry.c (exif_entry_fix): New. Fixes any violations against the standard. 2004-09-17 Lutz Mueller * libexif/exif-entry.c: Kill some warnings. Read as much from the UserComment tag as possible (as suggested by Angela Wrobel). 2004-09-15 Jan Patera * libexif/exif-loader.c: int -> unsigned int. * libexif/olympus/mnote-olympus-entry.c: typecast. Both changes made to avoid compiler warnings. 2004-09-12 Lutz Mueller * ???: Some format string fixes, wrong argument list fixed, format string problems avoided. (Patch by marcusmeissner@users.sourceforge.net) 2004-09-09 Lutz Mueller * configure.in: Remove "([external])" after AM_GNU_GETTEXT as it doesn't work for David MacMahon . * libexif/exif-log.[c,h]: Provide some standard messages and titles. * configure.in: Increment version as interfaces have been added. 2004-09-08 Lutz Mueller * libexif/exif-entry.c: Change comment to point to specification. 2004-09-08 Lutz Mueller * libexif/exif-entry.c: Redirect error messages to the logging mechanism. * libexif/exif-log.h: EXIF_LOG_CODE_CORRUPT_DATA: New. 2004-09-08 Lutz Mueller * libexif/exif-loader.c * libexif/exif-data.c: Replace a couple of calls to malloc by calls to calloc. 2004-09-07 Lutz Mueller * libexif/exif-entry.c: Use calloc. Hint by Jan Patera . 2004-09-07 Lutz Mueller * libexif/olympus * libexif/pentax: Fix typo and wrong logic introduced during my last changes. Thanks to Jan Patera for keeping an eye on me. 2004-09-07 Lutz Mueller * libexif/olympus * libexif/pentax * libexif/canon: Correctly return names, titles and descriptions of tages. Pointed out by Angela Wrobel. 2004-09-07 Lutz Mueller * libexif/exif-entry.c: More guards against malloc returning NULL. Problem spotted by Angela Wrobel. 2004-09-02 Lutz Mueller * libexif/exif-entry.c: First part of a patch to be less strict on the USER_COMMENT-tag. Submitted by Angela Wrobel, slightly adapted. 2004-09-01 Lutz Mueller * libexif/exif-tag.c: First ideas on how to support generation of mandatory exif tags for a new image. 2004-09-01 Lutz Mueller Suggestion by Angela Wrobel (http://www.wrobelnet.de/contact.html): * libexif/pentax: * libexif/olympus: Improve user experience by removing information from the output that was only intended for developers. 2004-08-31 Lutz Mueller * test/test-mem.c: Plug some memory leaks. Suggested by Angela Wrobel (http://www.wrobelnet.de/contact.html). 2004-08-27 Lutz Mueller * configure.in: 0.6.10 -> 0.6.11, as libexif-0.6.10 has just been released. 2004-08-26 Lutz Mueller Achim Bohnet found a spelling mistake: * libexif/exif-tag.c: 'colums' -> 'columns' 2004-08-26 Lutz Mueller Suggestions from Angela Wrobel (http://www.wrobelnet.de/contact.html) * libexif/exif-entry.c * libexif/exif-loader.c * libexif/exif-utils.c * olympus/exif-mnote-data-olympus.c * pentax/exif-mnote-data-pentax.c: Check if malloc returned NULL. 2004-07-13 Jan Patera * libexif/exif-mnote-*.*: added exif_mnote_data_get_id() returning actual mnote entry tag ID (suggested by Serge Droz ) 2004-06-23 Serge Droz (committed by Lutz Mueller ) * libexif/olympus/mnote-olympus-entry.c: Reapply Jan Patera's change. 2004-06-22 Lutz Mueller * libexif/olympus/mnote-olympus-entry.c: Correct the usage of strncat. Fix pointed out by Serge Droz . 2004-06-22 Lutz Mueller * libexif/olympus/mnote-olympus-tag.[c,h]: New tags discovered by Serge Droz . 2004-06-15 Jan Patera * libexif/olympus/mnote-olympus-entry.c: MNOTE_OLYMPUS_TAG_INFO 2004-06-06 Lutz Mueller * libexif/olympus/exif-mnote-data-olympus.c: More documentation, additional case (Nikon, 02 0a 00). * Makefile.am: s/LIBMNOTE/LIBEXIF 2004-05-27 Lutz Mueller * configure.in: 0.6.10 as 0.6.9 has just been released. 2004-05-27 Lutz Mueller * libexif/exif-entry.c: Jan Patera pointed me to the fact that last change is pointless. 2004-05-27 Lutz Mueller * libexif/exif-entry.c: According to Ralf Holzer , the user comment field does not have to be NULL terminated. 2004-05-25 Lutz Mueller * libexif/olympus/mnote-olympus-entry.c: Print bytes if tag is not known. 2004-05-24 Jan Patera * libjpeg/jpeg-data.[c,h]: jpeg_data_append_section changed from static to public * libexif/olumpus/mnote-olympus-entry.c: support of several known but previously not supported Nikon (& 1 Olympus) tags * libexif/exif-entry.c: rational values printed as %2.2f and not %i/%i 2004-05-15 Lutz Mueller * libexif/exif-log.[c,h]: New. Proposal for handling of debugging messages. 2004-05-13 Jan Patera * libexif/exif-data.c: Fill tag data with zeros on save even if 0 components (buggy Kodak-210) 2004-05-12 Jan Patera * libexif/exif-utils.h: definition of MIN * libexif/pentax/mnote-pentax-entry.c: min -> MIN (found by Serge Droz ) 2004-05-11 Jan Patera * libjpeg/jpeg-data.c: memory leak in jpeg_data_set_exif_data, return type of jpeg_data_save_file * libexif/exif-entry.c: proper mnote size on save * libexif/olympus: saving Nikon mnote 2004-05-10 Jan Patera * libexif: Support of Nikon maker note 2004-05-07 Jan Patera * libexif/exif-entry.c: fix of EXIF_TAG_COLOR_SPACE, value 9 of EXIF_TAG_FLASH. * libexif/exif-entry.c: Fix of bug #937505 submitted by Hubert Verstraete : value 0x0058 of EXIF_TAG_FLASH. 2004-05-04 Lutz Mueller * libexif/olympus: Make it support Nikon maker notes, too. Code based on work by Serge Droz . 2004-05-03 Lutz Mueller * libexif/exif-entry.c (exif_entry_initialize): Added EXIF_TAG_PIXEL_[X,Y]_DIMENSION (thanks to Antonio Scuri ). 2004-05-03 Lutz Mueller * libexif/exif-tag.c: Hide some functions there that have been requested by Antonio Scuri . 2004-05-02 Lutz Mueller * configure.in: GETTEXT_PACKAGE=${PACKAGE}-${LIBEXIF_CURRENT} on request of Ilya Konstantinov (Debian needs it). 2004-05-02 Lutz Mueller * libjpeg/jpeg-marker.h: No implicit enum declaration. Seen by Antonio Scuri . 2004-04-04 Lutz Mueller lutz@users.sourceforge.net * libexif/exif-data.c: If we don't know a tag we are going to parse, stop loading. This should fix bug #138238. 2004-04-02 Jan Patera * libexif/pentax/exif-mnote-data-pentax.c: correct search for values 2004-03-19 Joerg Hoh * libexif/olympus/exif-mnote-data-olympus.c: code simplification 2004-03-16 Lutz Mueller * libexif/pentax/exif-mnote-data-pentax.c: Another suggestion by Joerg Hoh . 2004-03-15 Lutz Mueller * libexif/pentax/mnote-pentax-entry.c: Joerg Hoh did it again. 2004-03-03 Lutz Mueller * libexif/exif-entry.c: Patch by Joerg Hoh , enhanced by myself. 2004-03-03 Jan Patera * libexif/exif-entry.c: C-compilability & fix of the 2004/03/02 code 2004-03-02 Lutz Mueller * configure.in: No version on GETTEXT_PACKAGE. Requested by gernot@bigpond.com. * libexif/exif-entry.c: Some formatting. 2004-03-02 Joerg Hoh * libexif/exif-entry.c: moved redundant code into a static structure 2004-03-01 Jan Patera * libexif/pentax/exif-mnote-data-pentax.c: Fixed flipped inequation causing all value requests to be denied as invalid 2004-02-02 Jan Patera * libexif/exif-loader.c: propper skipping of JPEG_MARKER_COM when searching for JPEG_MARKER_APP1 with exif data 2004-01-19 Lutz Mueller * contrib/c++: Files contributed by Hans Meine . Completely untested. 2004-01-08 Lutz Mueller * libexif/exif-entry.c (exif_entry_get_value_brief): merge into (exif_entry_get_value) and remove. * tests/test-mnote.c: Make it compile again. * tests/test-value.c: New. * configure.in: API-changes -> increment version. 2004-01-07 Jan Patera Thread-safety, elimination of static variables, fixes of memory corruption (writing beyond provided space), no more memory leaks in mnote, 2 new args of exif_entry_get_value, exif_entry_get_value_brief, exif_mnote_data_get_value. * libexif, libexif/canon, libexif/olympus, libexif/pentax 2003-12-09 Lutz Mueller A couple of fixes by Jan Patera : * libexif 2003-12-08 Lutz Mueller Suggestion by Jan Patera : * libexif/exif-entry.c: Do not read beyond e->size. 2003-12-01 Lutz Mueller * libexif/olympus/mnote-olympus-entry.c: Now that EXIF_FORMAT_SSHORT is in exif-format.h, we do not need to define it any longer. 2003-12-01 Lutz Mueller * libexif: Various improvements by Jan Patera . 2003-10-30 Lutz Mueller * libexif/exif-loader.c: Handle APP13. 2003-10-30 Lutz Mueller * libexif/exif-loader.c: Fix APP0-bug. Patch by Jan Patera . 2003-10-30 Lutz Mueller * libexif/exif-data.c: Add explicit typecasts to ExifShort. Suggested by Jan Patera . 2003-10-28 Lutz Mueller * libexif/olympus: Fix. I've got one Olympus file and this gets parsed now. 2003-10-28 Lutz Mueller * libjpeg/jpeg-data.c: Do not depend on unistd.h. Reported by Jan Patera . 2003-10-27 Lutz Mueller * libexif: Canon maker notes seem to work now (both loading and saving). 2003-10-27 Lutz Mueller * libexif: The code now compiles and loads the canon maker note, but crashes if you query its contents. 2003-10-26 Lutz Mueller * test/test-mnote.c: New. * libexif: The code now both compiles and doesn't crash, but at least the canon maker note still doesn't get parsed. 2003-10-26 Lutz Mueller * configure.in * Makefile.am: Remove PO_DIRS. Otherwise, automake complains about po and intl not being in SUBDIRS 2003-10-26 Lutz Mueller * libexif/olympus * libexif/canon * libexif/pentax: Merge libmnote with libexif. The code compiles but is completely untested. 2003-10-15 Lutz Mueller * libexif.spec.in: Patches by Peter Bieringer . 2003-10-08 Lutz Mueller * libexif/exif-data.c: Patch by Jan Patera . 2003-10-08 Lutz Mueller * libexif/exif-entry.c: Patch by Jan Patera . 2003-09-28 Lutz Mueller * Makefile.am * configure.in: Patch #813420 by Chris Meyer . 2003-09-05 Lutz Mueller * libjpeg/jpeg-data.c: Fix memory leak (discovered by Ralph Heidelberg * libexif/exif-data.c: Fill unneeded bytes with 0. Suggestion by Roberto Costa . 2003-08-06 Lutz Mueller * libexif/exif-entry.c (exif_entry_initialize): Support some more tags. * libexif/exif-tag.[c,h]: Cosmetic fix. * libexif/exif-utils.h: Do not let above cosmetic fix break the API. 2003-08-04 Lutz Mueller * po/*.po: Updated. * Makefile.am: Add m4 and intl to SUBDIRS. automake complains otherwise. * configure.in: Add m4/Makefile. make distcheck complains otherwise. Version 0.5.12 2003-07-30 Lutz Mueller * configure.in: Version 0.5.11 2003-07-30 Lutz Mueller * libexif/exif-data.c: Patch by Torgeir Hansen to prevent endless loops. 2003-07-30 Lutz Mueller * libexif/exif-entry.c: Don't crash if entries are totally insane. 2003-07-20 Lutz Mueller * configure.in: Version 0.5.10 2003-05-01 Lutz Mueller Suggestion by Gernot Jander : * libexif/exif-entry.c: Ignore " " in EXIF_TAG_COPYRIGHT. 2003-04-29 Lutz Mueller * libexif/exif-loader.c: Set ref_count to 1 on exif_loader_new. 2003-04-29 Lutz Mueller * libexif/exif-entry.c: Another attempt to fix EXIF_TAG_COPYRIGHT. 2003-04-28 Lutz Mueller Bug discovered by Jay Love * libexif/exif-entry.c: Don't crash if EXIF_TAG_COPYRIGHT is NULL. 2003-04-28 Lutz Mueller Patch by Gernot Jander : * libexif/exif-tag.c: Add call to bind_textdomain_codeset * po/*.UTF-8: New. 2003-03-13 Lutz Mueller * libjpeg/jpeg-data.c: Aravind found a bug there. 2003-03-18 Lutz Mueller * libexif/exif-data.c (exif_data_new_from_file): Use the new ExifLoader. It seems to work. 2003-03-17 Lutz Mueller * libexif/exif-loader.[c,h]: New. Mostly written by Jens Finke . Not tested at all. 2003-02-11 Lutz Mueller * libexif/exif-tag.c: Fix typo. 2003-01-22 Lutz Mller * libexif/exif-entry.c (exif_entry_get_value): Support USER_COMMENT. 2002-12-31 Lutz Müller * README: Some information by Sander van Geloven . 2002-12-11 Lutz Müller * libexif/exif-entry.c (exif_entry_initialize): Fix last commit. 2002-12-11 Lutz Müller * libexif/exif-entry.c (exif_entry_initialize): Support USER_COMMENT. * configure.in: Version 0.5.9 2002-12-09 Lutz Müller * README: New frontend 'thirdeye'. 2002-12-07 Lutz Müller * configure.in: Version 0.5.8 2002-12-02 Lutz Müller * libexif/Makefile.am: Forgot to remove the some subdirs. 2002-12-02 Lutz Müller * configure.in: Remove some Makefiles 2002-12-02 Lutz Müller * configure.in: Reflect removal of exif-note.h in version. 2002-12-02 Lutz Müller * libexif/exif-note.[c,h]: Removed. Now in libmnote. 2002-09-16 Lutz Müller * libexif: Some fixes for Windows (Visual C++) by Andres 2002-09-15 Lutz Müller * configure.in: IRIS fixes by Andrea Suatoni 2002-09-15 Lutz Müller * configure.in: * po/es.po: Spanish translation by Fabian Mandelbaum 2002-08-30 Lutz Müller * libexif/exif-data.c: Some cleanup. 2002-08-29 Lutz Müller Renchi Raju found another bug in * libexif/exif-data.c: Correctly save the data. * configure.in: Version 0.5.6. 2002-08-29 Lutz Müller Jason Sodergren found a lot of bugs in * libexif/exif-data.c: Correctly save the data. * configure.in: Version 0.5.5. 2002-08-29 Lutz Müller Another fixes related to #564019: * libexif: Make code conform to ISO C standard, section 6.5.2.3. 2002-08-29 Lutz Müller Bug reported by Jason Sodergren : * libexif/exif-data.c: EXIF_IFD_1 -> EXIF_IFD_0. 2002-08-02 Hans Ulrich Niedermann * configure.in: Version 0.5.4dev distinguish release versions from CVS versions 2002-07-25 Lutz Müller * libexif/exif-ifd.[c,h]: New. * libexif/exif-data.h: Introduce an array of ExifContents. This doesn't break binary compatibility, but it breaks compilation. Do something like "%s/->ifd_0/->ifd[EXIF_IFD_0]" in your source code to make it compile again. * configure.in: Version 0.5.4. 2002-07-25 Lutz Müller Patch by anonymous user: * libexif/exif-[byte-order,format,result,tag].h: Make code comply with ISO C standard, section 6.5.2.3. 2002-07-25 Lutz Müller Patch by Takuro Ashie : * libexif/exif-data.c: Plug memory leak. 2002-07-10 Lutz Müller Bug spotted by Andres : * libexif/exif-data.c: Save the EXIF_TAG_INTEROPERABILITY_IFD_POINTER in ifd_exif, not in ifd0. 2002-06-26 Lutz Müller Patch by Jos van den Oever : Make libexif c++ friendly. 2002-06-14 Lutz Müller * configure.in: Correct -version-info. 2002-06-11 Lutz Müller * configure.in: Version 0.5.3 2002-06-11 Lutz Müller * libexif/Makefile.am: Oops, missed those konica entries. 2002-06-10 Lutz Müller * configure.in: Version 0.5.2 2002-06-10 Lutz Müller * configure.in: We need autoconf > 2.50. 2002-06-09 Lutz Müller Internationalization. 2002-06-08 Lutz Müller Patch by Guido Ostkamp * libexif/exif-data.c: Increment offset by 12. 2002-06-06 Lutz Müller Bug spotted by Andres : * exif-entry.c: Fix typo. 2002-06-05 Lutz Müller * COPYING: Check the text of the LGPL in, because otherwise, automake --add-missing would use the text of the GPL. 2002-06-03 Lutz Müller * configure.in: Version 0.5.1 2002-05-01 Lutz Müller Patch by Arnaud Rouanet : * libexif/exif-entry.c (exif_entry_get_value): Fix typo. 2002-04-30 Lutz Müller Patch by Arnaud Rouanet : * libexif/exif-entry.c (exif_entry_get_value): Support version 2.2. 2002-04-18 Lutz Müller Patch by Marcus Meissner : * libexif/*.h: Make header files c++ friendly. 2002-04-16 Lutz Müller Enhancements by Semyon Sosin , adapted: * libexif/exif-content.h: Add some convenience defines. * libexif/exif-entry.[c,h] (exif_entry_get_value_brief): New. * README: Add a note about libjpeg. 2002-04-15 Lutz Müller Enhancements by Semyon Sosin , adapted: * libexif/exif-entry.c (exif_entry_get_value): More tags covered. * libexif/exif-data.c (exif_data_new_from_file): Don't read the whole file into memory. 2002-04-04 Hans Ulrich Niedermann * Makefile.am: dded .tar.bz2 packaging to "make dist" 2002-03-01 Lutz Müller Patch by Mark Pulford : * libexif.spec.in: New * configure.in: * Makefile.am: Create libexif.spec 2002-02-28 Lutz Müller Patch by Javier Achirica : * libexif/exif-data.c: Fix directory length and termination. 2002-02-28 Lutz Müller * libexif/exif-entry.c (exif_entry_get_value): Add support for EXIF_TAG_SUBJECT_AREA. 2002-02-28 Lutz Müller Patch by Javier Achirica : * libexif/exif-tag.[c,h]: * libexif/exif-entry.c: Support EXIF-2.2 tags. 2002-02-25 Lutz MÜller Patch by Basil Dias : * libjpeg/jpeg-data.c: Missing realloc. 2002-02-21 Lutz Müller * libexif/canon: Set up support for parsing MakerNotes. 2002-02-20 Lutz Müller * libexif/exif-data.c: * libjpeg/jpeg-data.c: Read and write "rb" (Windows needs it). 2002-02-18 Lutz Müller * libexif/exif-data.c: Suppress output unless #ifdef DEBUG 2002-02-17 Lutz Müller Patch from Fredrik : * libexif/exif-data.c: Better checks for size. 2002-02-13 Lutz Müller * libexif/configure.in: Introduce proper versionning. 2002-02-13 Lutz Müller * libexif: There's only one ByteOrder per ExifData. 2002-02-12 Lutz Müller * libexif/exif-entry.c: More initialization. 2002-02-11 Lutz Müller * configure.in: Version 0.5 2002-02-11 Lutz Müller * libexif/libexif-entry.c: More tags implemented in (exif_entry_get_value). 2002-02-06 Lutz Müller * configure.in: Version 0.4 2002-02-05 Lutz Müller * configure.in: Version 0.3 2002-02-05 Lutz Müller * libexif: Implement saving. 2002-01-29 Lutz Müller * configure.in: Version 0.2 2002-01-06 Lutz Müller Merge new stuff from gtkam/libexif. 2001-12-23 Lutz Müller Merge new stuff from gtkam/libexif. 2001-12-21 Lutz Müller Move new version from gtkam to here. 2001-12-11 Lutz Müller Initial automake setup.