[evince] Release 3.34.1



commit 6f9b550f42ad236185d4bc650ffe6ade04fd09ab
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Mon Oct 7 16:37:35 2019 -0300

    Release 3.34.1

 NEWS                            | 32 ++++++++++++++++++++++++++++++++
 configure.ac                    |  2 +-
 meson.build                     |  2 +-
 org.gnome.Evince.appdata.xml.in |  8 ++++++++
 4 files changed, 42 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8ba3d8f9..6f74d591 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+================
+Evince    3.34.1
+================
+
+accessibility:
+  * Fix erroneous cast (#54, Samuel Thibault)
+  * Initialize private fields (#54, Samuel Thibault)
+
+build:
+  * Distribute meson build files when using autotools (#1262, Germán Poo-Caamaño)
+
+flatpak:
+  * Update dependency versions (Germán Poo-Caamaño)
+
+i18n:
+  * Fix typo in Ukrainian translation for Download (Ih0rko)
+
+icon:
+  * create a nightly app icon (#12, Jakub Steiner)
+  * Fix logo in README and add flatpak button (Roger)
+
+shell:
+  * ignore higher mouse buttons on links (#1152, Jason Crain)
+  * fix slow scrolling on last pages of big pdf's (#700, Nelson Benítez León)
+
+Developers:
+  * Germán Poo-Caamaño, Ih0rko, Jakub Steiner, Jason Crain, Nelson Benítez León, Roger, Samuel Thibault
+
+Translations:
+  * Ask Hjorth Larsen (Danish)
+  * Ryuta Fujii (Japanese)
+
 ================
 Evince    3.34.0
 ================
diff --git a/configure.ac b/configure.ac
index 166b8191..d0d0873d 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],[0])
+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 59e11e0c..cd80f23e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'Evince', ['c', 'cpp'],
-  version: '3.34.0',
+  version: '3.34.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 5acfb1d5..5f19b3d5 100644
--- a/org.gnome.Evince.appdata.xml.in
+++ b/org.gnome.Evince.appdata.xml.in
@@ -82,6 +82,14 @@
     <content_attribute id="money-gambling">none</content_attribute>
   </content_rating>
   <releases>
+    <release version="3.34.1" date="2019-10-07">
+      <issues>
+        <issue url="https://gitlab.gnome.org/GNOME/Initiatives/issues/12";>#12</issue>
+        <issue url="https://gitlab.gnome.org/GNOME/evince/issues/54";>#54</issue>
+        <issue url="https://gitlab.gnome.org/GNOME/evince/issues/700";>#700</issue>
+        <issue url="https://gitlab.gnome.org/GNOME/evince/issues/1262";>#1262</issue>
+      </issues>
+    </release>
     <release version="3.34.0" date="2019-09-29">
       <issues>
         <issue url="https://gitlab.gnome.org/GNOME/evince/issues/787";>#787</issue>


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