gexiv2 (0.12.0-0~jensge0~bionic4) bionic; urgency=medium

  * Import new stable release

 -- Jens Georg <mail@jensge.org>  Tue, 04 Jun 2019 13:29:03 +0200

gexiv2 (0.10.6-0~jensge0~xenial1) xenial; urgency=medium

  * Fix missing include file
  * Add a function to save meta-data in XMP sidecar file
  * Add a more complete Python test-suite
  * Fix a potential NULL dereference in _get_comment()
  * Fix compatibility with Exiv2 0.26

 -- Jens Georg <mail@jensge.org>  Sat, 03 Jun 2017 09:26:02 +0200

gexiv2 (0.10.5-0~jensge1~xenial4) xenial; urgency=medium

  * Fix autogen.sh to also run configure
  * Generate gtk-doc and various documentation updates
  * Fix an abort on unhandled Minolta meta-data
  * Fix compilation issues with shadowing variables in StreamIO
  * Fix GPS rational calculations if fraction has 0 numerator and denominator
  * Several build cleanups
  * Add make check to build and run the python tests
  * Add C tests

 -- Jens Georg <mail@jensge.org>  Mon, 20 Mar 2017 12:23:32 +0100

gexiv2 (0.10.4-0~jensge1~xenial4) xenial; urgency=medium

  * Additions to get_comment based on MWG guidelines (#746424)
  * Fix builddir != srcdir
  * Fix leaks in GPS coordinate handling (#754241)
  * Update build instructions (#749800)
  * Copyright transfer to SFC
  * Use M4 macros for GObject introspection (#765827)
  * Clean-up some introspection warnings
  * Catch exception by reference (CID:112500)
  * Generate the VAPI file from GIR
  * Mark _free() functions as deprecated
  * Fix several g-i-scanner warnings
  * Fix build issue introduced by VAPI changes (#768896)
  * Use AX_COMPILER_FLAGS and fix issues risen by that
  * Remove linker flags from CXXFLAGS
  * Enable maintainer mode and silent rules
  * Fix lookup of XMP tags (#768906)
  * Enable compiling without GObject Introspection

 -- Jens Georg <mail@jensge.org>  Tue, 16 Aug 2016 13:53:53 +0200

gexiv2 (0.10.3-0utopic1) utopic; urgency=low

  * Retrieve XMP tag's structure type (#736799)
  * Generate XMP packet as NUL-terminated string (#736587)
  * Retrieve tag's raw value as GBytes (#730136)
  * Fix gexiv2_metadata_get_fnumber() (#745347)

 -- Jim Nelson <jim@yorba.org>  Mon, 23 Mar 2015 16:13:48 -0700


gexiv2 (0.10.2-0trusty1) trusty; urgency=low

  * Use all EXIF tags for interpreted strings (#734861)
  * Automake fixes

 -- Jim Nelson <jim@yorba.org>  Tue, 16 Sep 2014 15:15:26 -0700


gexiv2 (0.10.1-0saucy1) saucy; urgency=low

  * Fix Python bindings (GObject Introspection issue)

 -- Jim Nelson <jim@yorba.org>  Fri, 25 Apr 2014 12:32:17 -0700


gexiv2 (0.10.0-0saucy1) saucy; urgency=low

  * Ported to Autotools
  * Added compile and runtime version number checks
  * Fixed bugs and resource leaks
  * Updated GTK-Docs and GI annotations
  * Fixed tarball compilation problem
  * Fixed introspection generation
  * Build system fixes
  * Updated links in documentation

 -- Jim Nelson <jim@yorba.org>  Mon, 17 Mar 2014 14:10:53 -0700


gexiv2 (0.7.0-1raring1) raring; urgency=low

  * Bump package version

 -- Charles Lindsay <chaz@yorba.org>  Fri, 04 Oct 2013 12:58:15 -0700

gexiv2 (0.7.0-0raring1) raring; urgency=low

  * Fixed Python date/time getter/setter bindings
  * Fixed latitude translation code
  * New calls for getting underlying Exiv2 tag types

 -- Jim Nelson <jim@yorba.org>  Thu, 03 Oct 2013 16:12:32 -0700


gexiv2 (0.6.1-0quantal1) quantal; urgency=low

  * Increases the libtool so version to 2.0.0 to reflect ABI
    changes introduced in 0.6.0.

 -- Lucas Beeler <lucas@yorba.org>  Thu, 28 Mar 2013 15:39:44 -0700


gexiv2 (0.6.0-0quantal1) quantal; urgency=low

  * API has been cleaned up: several unnecessary or questionable
    calls removed
  * Improved support for developing GExiv2-based applications
    in Python
  * Now includes calls to register and unregister custom XMP
    namespaces

 -- Lucas Beeler <lucas@yorba.org>  Mon, 18 Oct 2013 15:24:14 -0700


gexiv2 (0.5.0-0precise1) precise; urgency=low

  * Corrects a major issue where some required directories wouldn't be created
    when running 'make install'.
  * Corrects an issue where gexiv2.py wouldn't get copied to the tarball when
    running 'make dist'.
  * Adds support for GObject introspection.

 -- Clint Rogers <clinton@yorba.org>  Mon, 1 Oct 2012 12:30:00 -0700


gexiv2 (0.4.90-1precise1) precise; urgency=low

  * Corrected an issue with the makefile that would cause the GIR scanner to generate a
    lot of inconsequential-but-seemingly-ominous warnings.
  * Corrected handling of altitude in gexiv2_metadata_set_gps_info().

 -- Clint Rogers <clinton@yorba.org>  Wed, 29 Aug 2012 15:23:11 -0700


gexiv2 (0.4.1-1oneiric5) oneiric; urgency=low

  * Made the Makefile detect the machine's word size before deciding
    whether -fPIC should be enabled.

 -- Clint Rogers <clinton@yorba.org>  Fri, 8 Jun 2012 14:06:48 -0700


gexiv2 (0.4.1-0oneiric1) maverick; urgency=low

  * An issue where the 64-bit version of the library would not be built with
    position-independent code under some circumstances has been corrected.

 -- Clint Rogers <clinton@yorba.org>  Tue, 28 Mar 2012 17:06:48 -0700
 

gexiv2 (0.4.0-0maverick1) maverick; urgency=low

  * It's now possible (and advisable for multithreaded client applications) to initialize
    the XMP-handling subsystem in a thread-safe manner prior to encoding or decoding.

 -- Clint Rogers <clinton@yorba.org>  Tue, 27 Mar 2012 11:36:17 -0700 


gexiv2 (0.3.1-0maverick1) maverick; urgency=low

  * All debug and log messages from Exiv2 are now routed through GLib's logging functions.

 -- Jim Nelson <jim@yorba.org>  Tue, 22 Mar 2011 14:46:17 -0700 


gexiv2 (0.3.0-0maverick1) maverick; urgency=low

  * Updated to work with Exiv2 0.21, which has an ABI change from 0.20.

 -- Jim Nelson <jim@yorba.org>  Mon, 10 Jan 2011 12:18:07 -0800 


gexiv2 (0.2.2-0maverick1) maverick; urgency=low

  * A more general case fix from 0.2.1, where guards against empty nodes are
    now in place throughout the library.

 -- Jim Nelson <jim@yorba.org>  Thu, 23 Dec 2010 13:12:45 -0800 


gexiv2 (0.2.1-0lucid1) lucid; urgency=low

  * Fixes a crash when an opened file has more than one Exif.Image.Orientation
    and the first one is empty.  (http://trac.yorba.org/ticket/2514)

 -- Jim Nelson <jim@yorba.org>  Fri, 10 Sep 2010 14:11:35 -0700 


gexiv2 (0.2.0-0lucid1) lucid; urgency=low

  * Fixed a memory leak plus other general bug fixes; no feature changes.

 -- Lucas Beeler <lucas@yorba.org>  Fri, 20 Aug 2010 15:12:41 -0700 


gexiv2 (0.1.0-0lucid1) lucid; urgency=low

  * Initial release.

 -- Jim Nelson <jim@yorba.org>  Mon, 28 Jun 2010 11:57:26 -0700 


