[evince] Release 3.37.1



commit d2bf50c3423f2706ac2f49681a6f639e4fca4dc3
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Sat May 30 00:04:10 2020 -0400

    Release 3.37.1

 NEWS                            | 34 ++++++++++++++++++++++++++++++++++
 configure.ac                    |  2 +-
 meson.build                     |  2 +-
 org.gnome.Evince.appdata.xml.in |  9 ++++++++-
 4 files changed, 44 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index d85676e6..0c3b6f16 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+================
+Evince    3.37.1
+================
+
+build:
+  * Use lowercase for project name in meson (Germán Poo-Caamaño)
+  * Add 'user_doc' option to meson (Nelson Benítez León)
+
+ci:
+  * build with meson by default and autotools manually (Germán Poo-Caamaño)
+
+flatpak:
+  * Update Poppler to 0.88.0 (Casey Jao)
+
+libview:
+  * Fix typo in parameter's description (Yuri Chornoivan)
+
+shell:
+  * Check type of window/sidebar objects (#1409, Ilario Gelmetti)
+  * Don't send Ctrl and Alt accels to sidebar (#795, #860, Nelson Benítez León)
+  * Use markup text region (#1275, Nelson Benítez León)
+  * Fix cast on gtk_menu (Germán Poo-Caamaño)
+
+general:
+  * Fix multiple typos (Germán Poo-Caamaño)
+
+Developers:
+
+  * Casey Jao, Germán Poo-Caamaño, Ilario Gelmetti, Nelson Benítez León, Yuri Chornoivan
+
+Translations:
+
+  * sicklylife (Japanese)
+
 ================
 Evince    3.36.1
 ================
diff --git a/configure.ac b/configure.ac
index 952c4f43..5f503301 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 # *****************************************************************************
 
 m4_define([ev_major_version],[3])
-m4_define([ev_minor_version],[36])
+m4_define([ev_minor_version],[37])
 m4_define([ev_micro_version],[1])
 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 cff6f3a6..22233199 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'evince', ['c', 'cpp'],
-  version: '3.36.1',
+  version: '3.37.1',
   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 703af649..e6277c57 100644
--- a/org.gnome.Evince.appdata.xml.in
+++ b/org.gnome.Evince.appdata.xml.in
@@ -82,7 +82,14 @@
     <content_attribute id="money-gambling">none</content_attribute>
   </content_rating>
   <releases>
-    <release version="3.36.1" date="2020-05-19">
+    <release version="3.37.1" date="2020-05-30">
+      <issues>
+        <issue>https://gitlab.gnome.org/GNOME/evince/issues/#795</issue>
+        <issue>https://gitlab.gnome.org/GNOME/evince/issues/#860</issue>
+        <issue>https://gitlab.gnome.org/GNOME/evince/issues/#1275</issue>
+        <issue>https://gitlab.gnome.org/GNOME/evince/issues/#1409</issue>
+      </issues>
+    </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]