[gexiv2] Prepare 0.10.9



commit ba7e6635bf604560c72dc531a2269bcd5a246cf7
Author: Jens Georg <mail jensge org>
Date:   Sun Nov 18 10:36:04 2018 +0100

    Prepare 0.10.9

 NEWS         | 24 ++++++++++++++++++++++++
 configure.ac |  2 +-
 meson.build  |  2 +-
 3 files changed, 26 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7a14d51..2de92fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+gexiv2 0.10.9 - 18 Nov 2018
+
+  * Fix check for building on OS X
+  * Fix generating non-reproducible builds
+  * Make it possible to disable the python modules
+  * Fix deprecated g_type_class_add_private
+  * Fix various issues with getting width and height from EXIF
+  * Fix building with 0.27
+
+Bugs fixed in this release:
+ - https://bugs.debian.org/891897
+ - https://bugzilla.gnome.org/show_bug.cgi?id=791941
+ - https://bugzilla.gnome.org/show_bug.cgi?id=793984
+ - https://gitlab.gnome.org/GNOME/gexiv2/issues/28
+ - https://gitlab.gnome.org/GNOME/gexiv2/issues/31
+ - https://gitlab.gnome.org/GNOME/gexiv2/issues/32
+ - https://gitlab.gnome.org/GNOME/gexiv2/issues/33
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+ - Ting-Wei Lan <lantw src gnome org>
+ - Chris Lamb <chris chris-lamb co uk>
+
+Added/updated translations
 gexiv2 0.10.8 - 5 Feb 2018
 
   * Do not use linker scripts on Drawin/OS X
diff --git a/configure.ac b/configure.ac
index 1abc5d1..247a31d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([gexiv2],
-        [0.10.8],
+        [0.10.9],
         [https://bugzilla.gnome.org/enter_bug.cgi?product=gexiv2],
         [gexiv2],
         [https://wiki.gnome.org/Projects/gexiv2])
diff --git a/meson.build b/meson.build
index 17bd96e..2a98bd5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gexiv2', ['c', 'cpp'], version : '0.10.8')
+project('gexiv2', ['c', 'cpp'], version : '0.10.9')
 gnome = import('gnome')
 pkg = import('pkgconfig')
 


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