[gexiv2] Updated to gexiv2 0.10.0



commit 6336212158aa91106951e8cb5385cb8ec35f864c
Author: Jim Nelson <jim yorba org>
Date:   Mon Mar 17 15:35:07 2014 -0700

    Updated to gexiv2 0.10.0

 NEWS             |    7 +++++++
 configure.ac     |    6 +++---
 debian/changelog |   14 ++++++++++++++
 3 files changed, 24 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4d93f66..c654e49 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+gexiv2 0.10.0 - 17 March 2014
+-----------------------------
+
+  * Build system fixes
+  * Updated links in documentation
+
+
 gexiv2 0.9.1 - 5 February 2014
 ------------------------------
 
diff --git a/configure.ac b/configure.ac
index 11e686b..4929d6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gexiv2], [0.9.1], [gexiv2-list gnome org], [gexiv2], [https://wiki.gnome.org/Projects/gexiv2])
+AC_INIT([gexiv2], [0.10.0], [gexiv2-list gnome org], [gexiv2], [https://wiki.gnome.org/Projects/gexiv2])
 AC_PREREQ(2.54)
 
 AC_CONFIG_MACRO_DIR([m4])
@@ -19,8 +19,8 @@ CXXFLAGS="$CXXFLAGS_COPY"
 PKG_PROG_PKG_CONFIG(0.26)
 
 m4_define([gexiv2_major_version], [0])
-m4_define([gexiv2_minor_version], [9])
-m4_define([gexiv2_micro_version], [1])
+m4_define([gexiv2_minor_version], [10])
+m4_define([gexiv2_micro_version], [0])
 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 d7ddf24..54c1fb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+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


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