2006-07-28  Lutz Mueller <lutz@users.sourceforge.net>

  Patch by Marek 'marx' Grac <mgrac@redhat.com>:

  * exif/actions.c: (show_entry_xml, show_xml, action_tag_list_xml) New.
	* exif/actions.h: Remove cruft.
	* exif/main.c: Provide an 'xml-output' option.

2006-03-23  Lutz Mueller <lutz@users.sourceforge.net>

  * exif/main.c: Add the command line option '--version'/'-v'.

2005-08-15  Lutz Mueller <lutz@users.sourceforge.net>

	Patch by Jakub Bogusz <qboosh@pld-linux.org>:

	* libexif/exif-i18n.h: Fix translation.
	* po/pl.po: New

2005-04-27  Lutz Mueller <lutz@users.sourceforge.net>

	* libexif/main.c
	* libexif/actions.c: Use logging mechanism. Use new exif_tag_get_*
	functions.

2005-03-30  Jan Patera <patera@users.sourceforge.net>

	* libjpeg/jpeg-data/c: memset in jpeg_data_append_section().
	  Fix for truncated JPEGs: if 1st to the last byte was between 0xC0
	  and 0xFE, reading beyond allocated memory & possible crashes occured,
	  eventually screwed file was saved.

2005-03-30  Lutz Mueller <lutz@users.sourceforge.net>

	* exif/main.c: Always use a logging function to make errors fatal. This
	fixes #1169170.

2005-03-29  Lutz Mueller <lutz@users.sourceforge.net>

	* exif/main.c: Abort if anything goes wrong. Fixes #1054322.

2005-03-29  Lutz Mueller <lutz@users.sourceforge.net>

	* libjpeg/jpeg-data.c: Bring it in sync with libexif/libjpeg/jpeg-data.c

2005-03-29  Lutz Mueller <lutz@users.sourceforge.net>

	* libjpeg/jpeg-data.c: Don't crash. First part of fix for #1054322.
	Remainder will follow in libexif.

2005-03-16  Lutz Mueller <lutz@users.sourceforge.net>

	* exif/main.c: Fix for #994706.

2005-03-14  Hans Ulrich Niedermann <gp@n-dimensional.de>

	* exif/main.c: remove email address from translatable string
	* exif/main.c: return exit code != 0 in case of invalid command line
	* configure.in, m4/*, exif/Makefile.am: Use updated build system
	  This should fix many build problems reported in the past.
	* po/*.po: Update translations for changed string, and %s vs. %m

2005-01-08  Lutz Mueller <lutz@users.sourceforge.net>

	Suggestion by Michael Rasmussen <mikeraz@patch.com>:

	* exif/main.c: Make '-m' together with '--tag' only print the value of
	  the tag, nothing else.

2004-12-05  Lutz Mueller <lutz@users.sourceforge.net>

	* exif/actions.c: Lars Ellenberg <l.g.e@web.de> found out that
	  on his system, fprintf ("%s", NULL) does not work.
	* exif/exif-utils.[c,h]: Remove some unused code.

2004-09-09  Lutz Mueller <lutz@users.sourceforge.net>

	* exif/configure.in: We depend on libexif 0.6.11.
	* exif/main.c: Use standard error titles and messages.

2004-08-31  Jan Patera <patera@users.sourceforge.net>

	* exif/main.c,actions.*: action_mnote_list can print
	  mnote tag ID instead of its name.
	  Code submitted by Serge Droz <serge.droz@psi.ch>.

2004-08-27  Lutz Mueller <lutz@users.sourceforge.net>

	* exif/exif-i18n.c: Some users don't have iconv.

2004-06-22  Lutz Mueller <lutz@users.sourceforge.net>

	* exif/actions.c: Don't crash if return value is NULL. Spotted by
	  Serge Droz <serge.droz@psi.ch>.
	  Kill warning.

2004-06-06  Lutz Mueller <lutz@users.sourceforge.net>

	* exif/actions.c: Try to fix segfault.

2004-06-06  Lutz Mueller <lutz@users.sourceforge.net>

	* exif/actions.c: Fix --show-mnote.

2004-05-27  Lutz Mueller <lutz@users.sourceforge.net>

	* configure.in: 0.6.10 as 0.6.9 has just been released.

2004-05-27  Lutz Mueller <lutz@users.sourceforge.net>

	* *: Now make distcheck works.

2004-05-24  Jan Patera <patera@users.sourceforge.net>

	* libjpeg/jpeg-data.[c,h]: jpeg_data_append_section changed
	  from static to public

2004-05-20  Lutz Mueller <lutz@users.sourceforge.net>

	* exif/*: Support for maker notes.
	* exif/main.c: Proposal for support of debugging messages.

2004-05-11  Jan Patera <patera@users.sourceforge.net>

	* libjpeg/jpeg-data.c: memory leak in jpeg_data_set_exif_data,
	  return type of jpeg_data_save_file

2004-04-04  Lutz Mueller lutz@users.sourceforge.net

	* configure.in: libmnote is no longer separate from libexif.

2004-01-08  Lutz Mueller <lutz@users.sourceforge.net>

	* exif/actions.c: Adapt to new API
	* configure.in: Require libexif-0.5.13.

2003-10-15  Lutz Mueller <lutz@users.sourceforge.net>
                                                                                
	* exif.spec.in: Patches by Peter Bieringer <pb@bieringer.de>.
                                                                                
2003-10-01  Lutz Mueller <lutz@users.sourceforge.net>

	* exif/exif-i18n.c: Patch to fix 64bit related crash by
	  Marcus Meissner (#784852).

2003-10-01  Lutz Mueller <lutz@users.sourceforge.net>

	* exif/actions.[c,h]:
	* exif/main.c: Add option --machine-readable. Patch by
	  Greg Baker (#761641).

2003-08-21  Lutz Mueller <lutz@users.sourceforge.net>

	* exif/exif-main.c: Patch by Roberto Costa <roberto.costa@ensta.org>
	  without ChangeLog entry. Does something with --set-value and
	  compiles without warnings...

2003-05-05  Lutz Mueller <lutz@users.sourceforge.net>

	* exif/exif-i18n.[c,h]: New. Suggested by Gernot Jander
	  <gernot@bigpond.com>.

2003-03-13  Lutz Mueller <lutz@users.sourceforge.net>

	* libjpeg/jpeg-data.c: Aravind aravinds1@users.sourceforge.net found
	  a bug there.

2003-02-11  Lutz Mueller <lutz@users.sourceforge.net>

	* exif/main.c: IRIS fixes by Andrea Suatoni
	  <a.suatoni@telefonica.net>.

2003-01-28  Lutz Mller <lutz@users.sourceforge.net>

	* exif/main.c: Change the description of '--output' from
	  'write output' to 'write data'. Should fix #671440.

2002-11-17  Rod Whitby <software.libexif@rwhitby.net>

	* configure.in:
	* exif/main.c:
	* exif/actions.c:
	* exif/actions.h:
	* exif/utils.c:
	* exif/utils.h: Added support for libmnote (MakerNote parsing).

	* exif/main.c: Changed show_entry to use exif_entry_dump.

	* exif/main.c: Fixed set_value for EXIF_FORMAT_ASCII.
	
2002-11-15  Lutz Mller <lutz@users.sourceforge.net>

	* configure.in: Ok, I got the message. Let exif _optionally_ use
	  libmnote if available.

2002-11-15  Lutz Mller <lutz@users.sourceforge.net>

	* configure.in: Make exif depend on libmnote. This library isn't used
	  yet, but that's subject to change.

2002-10-23  Lutz Mller <lutz@users.sourceforge.net>

	* exif/main.c: s/poptPrintUsage/poptPrintHelp

2002-10-22  Lutz Mller <lutz@users.sourceforge.net>

	* exif/main.c: Fix segfault.

2002-10-22  Lutz Mller <lutz@users.sourceforge.net>

	* exif/main.c: Print usage if no arguments are given. Save modified
	  files on --remove-ifd and --remove. Try to avoid a segfault.

2002-10-21  Lutz Mller <lutz@users.sourceforge.net>

	* exif/main.c: --remove-thumbnail and --remove [tag,ifd] as
	  requested by Marko Mkel <Marko.Makela@HUT.FI>.

2002-09-16  Lutz Mller <lutz@users.sourceforge.net>

	* exif.1: Donated by Thomas Pircher <thomas.pircher@gmx.net>

2002-09-15  Lutz Mller <lutz@users.sourceforge.net>

	* configure.in:
	* exif/main.c:
	* exif/actions.c: IRIS fixes by Andrea Suatoni
	  <a.suatoni@telefonica.net>

2002-09-15  Lutz Mller <lutz@users.sourceforge.net>

	* configure.in:
	* po/es.po: Spanish translation by Fabian Mandelbaum
	  <fabman@2vias.com.ar>

2002-08-30  Lutz Mller <lutz@users.sourceforge.net>

	* exif/main.c: Make sure people don't try too save too much EXIF data.

2002-08-06  Lutz Mller <lutz@users.sourceforge.net>

	* configure.in: Check for locale.h
	* exif/main.c: Only use setlocale if locale.h is availabe.

2002-07-25  Lutz Mller <lutz@users.sourceforge.net>

	* configure.in: Version 0.5. Require at least libexif-0.5.4.
	* exif: Adapt to new API. Prepare --set-value.

2002-06-10  Lutz Mller <lutz@users.sourceforge.net>

	* configure.in: Version 0.4

2002-06-10  Lutz Mller <lutz@users.sourceforge.net>

        * configure.in: We need autoconf > 2.50.

2002-06-09  Lutz Mller <lutz@users.sourceforge.net>

	Internationalization.

2002-06-08  Lutz Mller <lutz@users.sourceforge.net>

	* exif: --insert-thumbnail option.

2002-06-03  Lutz Mller <lutz@users.sourceforge.net>

	* configure.in: Version 0.3

2002-06-03  Lutz Mller <lutz@users.sourceforge.net>

	Patch by Guido Ostkamp <Guido.Ostkamp@t-online.de>:

	* exif/main.c: Fix pointer error.

2002-04-15  Lutz Mller <lutz@users.sourceforge.net>

	* exif/main.c: Print a warning if no EXIF data can be found.
	* exif/actions.c: Don't segfault.

2002-04-04  Hans Ulrich Niedermann <gp@n-dimensional.de>

	* Makefile.am: dded .tar.bz2 packaging to "make dist"

2002-04-04  Lutz Mller <lutz@users.sourceforge.net>

	* exif/main.c: Old versions of popt.h don't define POPT_TABLEEND.

2002-02-12  Lutz Mller <lutz@users.sourceforge.net>

	* configure.in: Version 0.2
