[evince/gnome-3-36] Release 3.36.3



commit cfef033b18f4d7aba794daed0a8bc693cf55b3ff
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Sat May 30 14:32:39 2020 -0400

    Release 3.36.3

 NEWS                            | 22 ++++++++++++++++++++++
 configure.ac                    |  2 +-
 meson.build                     |  2 +-
 org.gnome.Evince.appdata.xml.in |  8 +++++++-
 4 files changed, 31 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index c17b8985..6747c840 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+================
+Evince    3.36.3
+================
+
+Fix Evince on MacOS
+
+backends:
+  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)
+  *  Fix -Wformat-zero-length warning (Germán Poo-Caamaño)
+
+build:
+  *  use so suffix on macOS (Tom Schoonjans)
+
+ci:
+  *  Fix meson targets (Germán Poo-Caamaño)
+
+cut-n-paste:
+  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)
+
+Developers:
+  * Germán Poo-Caamaño, Tom Schoonjans
+
 ================
 Evince    3.36.2
 ================
diff --git a/configure.ac b/configure.ac
index 73583aa7..86d13c08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 
 m4_define([ev_major_version],[3])
 m4_define([ev_minor_version],[36])
-m4_define([ev_micro_version],[2])
+m4_define([ev_micro_version],[3])
 m4_define([ev_extra_version],[])
 m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])
 
diff --git a/meson.build b/meson.build
index 24e02910..7f34ebcb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'evince', ['c', 'cpp'],
-  version: '3.36.2',
+  version: '3.36.3',
   license: 'GPL2',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.50.0',
diff --git a/org.gnome.Evince.appdata.xml.in b/org.gnome.Evince.appdata.xml.in
index 88ded93d..6c5c9a89 100644
--- a/org.gnome.Evince.appdata.xml.in
+++ b/org.gnome.Evince.appdata.xml.in
@@ -82,11 +82,17 @@
     <content_attribute id="money-gambling">none</content_attribute>
   </content_rating>
   <releases>
+    <release version="3.36.3" date="2020-05-30">
+      <issues>
+        <issue>https://gitlab.gnome.org/GNOME/evince/issues/#1410</issue>
+      </issues>
+    </release>
     <release version="3.36.2" date="2020-05-29">
       <issues>
         <issue>https://gitlab.gnome.org/GNOME/evince/issues/#1409</issue>
       </issues>
-    </release>    <release version="3.36.1" date="2020-05-19">
+    </release>
+    <release version="3.36.1" date="2020-05-19">
       <issues>
         <issue>https://gitlab.gnome.org/GNOME/evince/issues/#842</issue>
         <issue>https://gitlab.gnome.org/GNOME/evince/issues/#570</issue>


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