[gexiv2] Version 0.9.0 unstable
- From: Jim Nelson <jnelson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gexiv2] Version 0.9.0 unstable
- Date: Tue, 4 Feb 2014 23:41:21 +0000 (UTC)
commit f8e54b57e6446c71eec5aad0e5192c0f34aeeebe
Author: Jim Nelson <jim yorba org>
Date: Tue Feb 4 15:10:39 2014 -0800
Version 0.9.0 unstable
Adds test/gexiv2-dump.vala to distributed source files and fixes
tarball version numbering.
This also closes bgo#719312, as this is the first version adopting the
GNOME versioning scheme.
Makefile.am | 3 ++-
NEWS | 9 +++++++++
configure.ac | 6 +++---
3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 1cc4a0f..e42b5df 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,8 @@ EXTRA_DIST = \
GExiv2.py \
@PACKAGE_NAME vapi \
gexiv2/gexiv2-version.m4 \
- $(TYPELIB_FILES)
+ $(TYPELIB_FILES) \
+ test/gexiv2-dump.vala
# Installed Files #
pkgconfig_DATA = @PACKAGE_NAME pc
diff --git a/NEWS b/NEWS
index 5eb8940..1079b1b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+gexiv2 0.9.0 - 4 February 2014
+------------------------------
+
+ * Ported to Autotools
+ * Added compile and runtime version number checks
+ * Fixed bugs and resource leaks
+ * Updated GTK-Docs and GI annotations
+
+
gexiv2 0.7.0 - 3 October 2013
-----------------------------
diff --git a/configure.ac b/configure.ac
index aca5f56..241fed7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gexiv2], [0.7], [gexiv2-request lists yorba org ], [gexiv2],
[http://redmine.yorba.org/projects/gexiv2/])
+AC_INIT([gexiv2], [0.9.0], [gexiv2-request lists yorba org ], [gexiv2],
[http://redmine.yorba.org/projects/gexiv2/])
AC_PREREQ(2.54)
AC_CONFIG_MACRO_DIR([m4])
@@ -19,10 +19,10 @@ CXXFLAGS="$CXXFLAGS_COPY"
PKG_PROG_PKG_CONFIG(0.26)
m4_define([gexiv2_major_version], [0])
-m4_define([gexiv2_minor_version], [7])
+m4_define([gexiv2_minor_version], [9])
m4_define([gexiv2_micro_version], [0])
m4_define([gexiv2_real_version],
- [gexiv2_major_version.gexiv2_minor_version.gexiv2_micro_version+trunk])
+ [gexiv2_major_version.gexiv2_minor_version.gexiv2_micro_version])
m4_define([gexiv2_version], [gexiv2_real_version])
m4_define([glib_required_version], [2.26.1])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]