[gexiv2] Prepare 0.10.8



commit f1bdbe17d6743da27c1717d8f4d2793a05c72277
Author: Jens Georg <mail jensge org>
Date:   Mon Feb 5 22:42:04 2018 +0100

    Prepare 0.10.8

 NEWS         |   28 ++++++++++++++++++++++------
 configure.ac |    4 ++--
 meson.build  |    2 +-
 3 files changed, 25 insertions(+), 9 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5c84a81..7a14d51 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,27 @@
+gexiv2 0.10.8 - 5 Feb 2018
+
+  * Do not use linker scripts on Drawin/OS X
+  * Fallback to AperturValue if FNumber is absent
+  * Fix GIR header and vapi when using meson
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=791941
+ - https://bugzilla.gnome.org/show_bug.cgi?id=792239
+ - https://bugzilla.gnome.org/show_bug.cgi?id=792431
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+ - Debarshi Ray <debarshir gnome org>
+ - Corentin Noël <corentin elementary io>
+
 gexiv2 0.10.7 - 24 Dec 2017
 
-  - Add meson build support
-  - Use glib-mkenums for enum types
-  - Update debian
-  - Fix make check when running out of tree
-  - Use version script to clean up exported functions
-  - Fix --disable-vala
+  * Add meson build support
+  * Use glib-mkenums for enum types
+  * Update debian
+  * Fix make check when running out of tree
+  * Use version script to clean up exported functions
+  * Fix --disable-vala
 
 Bugs fixed in this release:
  - https://bugzilla.gnome.org/show_bug.cgi?id=784045
diff --git a/configure.ac b/configure.ac
index 2d9186f..bb2e048 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([gexiv2],
-        [0.10.7],
+        [0.10.8],
         [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], [6])
+m4_define([gexiv2_micro_version], [8])
 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 e519398..54a1722 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gexiv2', ['c', 'cpp'], version : '0.10.6')
+project('gexiv2', ['c', 'cpp'], version : '0.10.8')
 gnome = import('gnome')
 pkg = import('pkgconfig')
 


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