[gexiv2] Prepare 0.10.4



commit 1d43ab722eb7e83bbd79a9c10d2916503f50110b
Author: Jens Georg <mail jensge org>
Date:   Mon Aug 15 19:54:11 2016 +0200

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

 NEWS         |   37 +++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 39 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5eb759f..c29a944 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+gexiv2 0.10.4 - 15 August 2016
+------------------------------
+
+  * 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
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=746424
+ - https://bugzilla.gnome.org/show_bug.cgi?id=749800
+ - https://bugzilla.gnome.org/show_bug.cgi?id=754241
+ - https://bugzilla.gnome.org/show_bug.cgi?id=765827
+ - https://bugzilla.gnome.org/show_bug.cgi?id=768896
+ - https://bugzilla.gnome.org/show_bug.cgi?id=768906
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+ - Jim Nelson <jim yorba org>
+ - Roman Lebedev <lebedev ri gmail com>
+ - Emmanuele Bassi <ebassi gnome org>
+ - Alan Pater <alan pater gmail com>
+ - Adam Dingle <adam medovina org>
+
 gexiv2 0.10.3 - 23 March 2015
 -----------------------------
 
diff --git a/configure.ac b/configure.ac
index bc389e3..08fafb0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gexiv2], [0.10.3], [gexiv2-list gnome org], [gexiv2], [https://wiki.gnome.org/Projects/gexiv2])
+AC_INIT([gexiv2], [0.10.4], [gexiv2-list gnome org], [gexiv2], [https://wiki.gnome.org/Projects/gexiv2])
 AC_PREREQ(2.54)
 
 AC_CONFIG_MACRO_DIR([m4])
@@ -24,7 +24,7 @@ PKG_PROG_PKG_CONFIG(0.26)
 
 m4_define([gexiv2_major_version], [0])
 m4_define([gexiv2_minor_version], [10])
-m4_define([gexiv2_micro_version], [3])
+m4_define([gexiv2_micro_version], [4])
 m4_define([gexiv2_real_version],
           [gexiv2_major_version.gexiv2_minor_version.gexiv2_micro_version])
 m4_define([gexiv2_version], [gexiv2_real_version])


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