[evince/gnome-3-34] Release 3.34.2



commit f04ad76b698c1f80854bd21b00250d05fed64435
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Sat Nov 23 15:22:33 2019 -0300

    Release 3.34.2

 NEWS                            | 16 ++++++++++++++++
 configure.ac                    |  2 +-
 meson.build                     |  2 +-
 org.gnome.Evince.appdata.xml.in |  6 ++++++
 4 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6f74d591..cb247da4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,20 @@
 ================
+Evince    3.34.2
+================
+
+libview:
+  * Fix crash on DnD (#1246, Marek Kasik)
+  * Don't enable popup actions on page change (#1168, Jason Crain)
+
+Developers:
+  * Jason Crain, Marek Kasik
+
+Translations:
+  * Jordi Mas (Catalan)
+  * Yi-Jyun Pan (Chinese (Taiwan))
+  * Stas Solovey (Russian)
+
+===============
 Evince    3.34.1
 ================
 
diff --git a/configure.ac b/configure.ac
index d0d0873d..20db00b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 
 m4_define([ev_major_version],[3])
 m4_define([ev_minor_version],[34])
-m4_define([ev_micro_version],[1])
+m4_define([ev_micro_version],[2])
 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 cd80f23e..0663bd9d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'Evince', ['c', 'cpp'],
-  version: '3.34.1',
+  version: '3.34.2',
   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 5f19b3d5..5c27d4f5 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.34.2" date="2019-11-23">
+      <issues>
+        <issue url="https://gitlab.gnome.org/GNOME/evince/issues/1168";>#1168</issue>
+        <issue url="https://gitlab.gnome.org/GNOME/evince/issues/1246";>#1246</issue>
+      </issues>
+    </release>
     <release version="3.34.1" date="2019-10-07">
       <issues>
         <issue url="https://gitlab.gnome.org/GNOME/Initiatives/issues/12";>#12</issue>


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