[evince/gnome-3-36] Release 3.36.6
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince/gnome-3-36] Release 3.36.6
- Date: Fri, 19 Jun 2020 00:32:03 +0000 (UTC)
commit 38f676c0061a3f25c69c6515c2c7c81636a9c0b8
Author: Germán Poo-Caamaño <gpoo gnome org>
Date: Thu Jun 18 20:26:49 2020 -0400
Release 3.36.6
NEWS | 25 +++++++++++++++++++++++++
configure.ac | 2 +-
meson.build | 2 +-
org.gnome.Evince.appdata.xml.in | 6 ++++++
4 files changed, 33 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 757d6792..0428912d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+================
+Evince 3.36.6
+================
+
+backend:
+ * Fix -Werror=format=2 on dvi on ARM (#1429, Germán Poo-Caamaño)
+
+snap:
+ * Don't specify candidate channel for the build snap (Ken VanDine)
+ * updated to use latest snapcraft extension. Fixes #1426 (Ken VanDine)
+
+Developers:
+
+ * Germán Poo-Caamaño, Ken VanDine
+
================
Evince 3.36.5
================
@@ -17,6 +32,16 @@ Evince 3.36.4
Evince 3.36.3
================
+backend:
+ * Fix -Werror=format=2 on dvi on ARM (#1429, Germán Poo-Caamaño)
+
+snap:
+ * Don't specify candidate channel for the build snap (Ken VanDine)
+ * updated to use latest snapcraft extension. Fixes #1426 (Ken VanDine)
+Developers:
+
+ * Germán Poo-Caamaño, Ken VanDine
+
================
Evince 3.36.3
================
diff --git a/configure.ac b/configure.ac
index 9f222951..f84ba507 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],[5])
+m4_define([ev_micro_version],[6])
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 5e3c7722..22c7bd72 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'evince', ['c', 'cpp'],
- version: '3.36.5',
+ version: '3.36.6',
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 af75fd36..f4899489 100644
--- a/org.gnome.Evince.appdata.xml.in
+++ b/org.gnome.Evince.appdata.xml.in
@@ -82,6 +82,12 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
+ <release version="3.36.6" date="2020-06-18">
+ <issues>
+ <issue url="https://gitlab.gnome.org/GNOME/evince/issues/1426">#1426</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/evince/issues/1429">#1429</issue>
+ </issues>
+ </release>
<release version="3.36.5" date="2020-06-11" />
<release version="3.36.4" date="2020-06-09">
<issues>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]