[gexiv2/gexiv2-0.10] Prepare 0.10.10
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gexiv2/gexiv2-0.10] Prepare 0.10.10
- Date: Tue, 1 Jan 2019 13:40:03 +0000 (UTC)
commit e3046adf3029db6dd6f3dc7edab30b18ff7d7014
Author: Jens Georg <mail jensge org>
Date: Tue Jan 1 14:31:22 2019 +0100
Prepare 0.10.10
NEWS | 12 ++++++++++++
configure.ac | 6 +++---
meson.build | 2 +-
3 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2de92fd..f44d39f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+gexiv2 0.10.10 - 01 Jan 2019
+
+ * Fix building against exiv2 0.27
+ * Various meson build fixes back-ported from master
+
+Bugs fixed in this release:
+ - https://gitlab.gnome.org/GNOME/gexiv2/issues/34
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+ - Andre Klapper <a9016009 gmx de>
+
gexiv2 0.10.9 - 18 Nov 2018
* Fix check for building on OS X
diff --git a/configure.ac b/configure.ac
index 5a2965e..ce519dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_INIT([gexiv2],
- [0.10.9],
- [https://bugzilla.gnome.org/enter_bug.cgi?product=gexiv2],
+ [0.10.10],
+ [https://gitlab.gnome.org/GNOME/gexiv2/issues/new],
[gexiv2],
[https://wiki.gnome.org/Projects/gexiv2])
AC_PREREQ([2.69])
@@ -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], [9])
+m4_define([gexiv2_micro_version], [10])
m4_define([gexiv2_real_version],
[gexiv2_major_version.gexiv2_minor_version.gexiv2_micro_version])
m4_define([gexiv2_version], [gexiv2_real_version])
diff --git a/meson.build b/meson.build
index 2a98bd5..73f86d9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gexiv2', ['c', 'cpp'], version : '0.10.9')
+project('gexiv2', ['c', 'cpp'], version : '0.10.10')
gnome = import('gnome')
pkg = import('pkgconfig')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]