[gexiv2] Prepare 0.10.5



commit 11d9cc9a204304950f27031736942af1361f0eac
Author: Jens Georg <mail jensge org>
Date:   Mon Mar 20 12:26:05 2017 +0100

    Prepare 0.10.5
    
    Signed-off-by: Jens Georg <mail jensge org>

 NEWS             |   24 ++++++++++++++++++++++++
 configure.ac     |    4 ++--
 debian/changelog |   13 +++++++++++++
 3 files changed, 39 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c29a944..4c21db3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+gexiv2 0.10.5 - 20 March 2017
+
+  * 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
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=723790
+ - https://bugzilla.gnome.org/show_bug.cgi?id=774105
+ - https://bugzilla.gnome.org/show_bug.cgi?id=775249
+ - https://bugzilla.gnome.org/show_bug.cgi?id=776233
+ - https://bugzilla.gnome.org/show_bug.cgi?id=779089
+ - https://bugzilla.gnome.org/show_bug.cgi?id=779551
+ - https://bugzilla.redhat.com/show_bug.cgi?id=1401706
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+ - Pablo Castellano <pablo anche no>
+
 gexiv2 0.10.4 - 15 August 2016
 ------------------------------
 
diff --git a/configure.ac b/configure.ac
index 5f61976..f01615f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([gexiv2],
-        [0.10.4],
+        [0.10.5],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=gexiv2],
         [gexiv2],
         [https://wiki.gnome.org/Projects/gexiv2])
@@ -29,7 +29,7 @@ PKG_PROG_PKG_CONFIG(0.26)
 
 m4_define([gexiv2_major_version], [0])
 m4_define([gexiv2_minor_version], [10])
-m4_define([gexiv2_micro_version], [4])
+m4_define([gexiv2_micro_version], [5])
 m4_define([gexiv2_real_version],
           [gexiv2_major_version.gexiv2_minor_version.gexiv2_micro_version])
 m4_define([gexiv2_version], [gexiv2_real_version])
diff --git a/debian/changelog b/debian/changelog
index a58c1ea..55b299c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]