[evince] Release 3.31.1



commit 051ef17a4d290383015d83da17cbda9ba5631cd8
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Mon Oct 8 17:15:26 2018 -0300

    Release 3.31.1

 NEWS         | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |  4 ++--
 2 files changed, 52 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 61b18ea2..7baa026d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,53 @@
+================
+Evince    3.31.1
+================
+
+Printing:
+ * Fix messages to show printed file name when it contains '&' in the name (#776, Nelson Benítez León)
+
+libdocument:
+ * Fix handling of mime-type aiases (#972, Bastien Nocera)
+ * Fix regression, open gzipped documents (#988, Christian Persch)
+
+Backends:
+ * comics: Use official IANA type for .cbr (#972, Frank Dana)
+ * djvu: Ignore text regions that are missing text (Jason Crain)
+
+UI:
+ * Fix Dual odd-left state (#603, Nelson Benítez León)
+ * Fix regression, set to odd-left in dual mode when document has only 2 pages (#669, Nelson Benítez León)
+ * Fix cursor movement when logical and visual line differs (#889, Colomban Wendling)
+ * Fix zoom-action to respond touch events (#976, Jason Crain)
+ * shell: Don't reference systemd service (Bastien Nocera)
+
+Browser plugin:
+ * browser-plugin: Remove browser-plugin support (#968, Germán Poo-Caamaño)
+
+Build:
+ * Migrate from Intltool to Gettext (Iñigo Martínez)
+ * Port to Meson build system (Iñigo Martínez)
+ * Print systemd unit installation status (Bastien Nocera)
+ * Fix meson build when ps and dvi are disabled (Jason Crain)
+ * Add manual pipeline to build gtk-doc using meson (Germán Poo-Caamaño)
+ * Run flatpak CI only for master (Germán Poo-Caamaño)
+ * Add a new manual meson target for CI (Germán Poo-Caamaño)
+ * Fix D-Bus Daemon call on flatpak (#990, Bastien Nocera, Germán Poo-Caamaño)
+
+UI translations:
+ * Daniel Mustieles (es)
+ * Dušan Kazik (sk)
+ * Jordi Mas (ca)
+ * Matej Urbančič (sl)
+ * Piotr Drąg (pl)
+ * Stas Solovey (ru)
+ * Tom Tryfonidis (el)
+ * Yuras Shumovich (be)
+ * Марко Костић (sr)
+ * خالد حسني (ar)
+
+Doc translations:
+ * Marek Cernocky (cs)
+
 ================
 Evince    3.30.0
 ================
diff --git a/configure.ac b/configure.ac
index c1722946..9eeeb52f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@
 # *****************************************************************************
 
 m4_define([ev_major_version],[3])
-m4_define([ev_minor_version],[30])
-m4_define([ev_micro_version],[0])
+m4_define([ev_minor_version],[31])
+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])
 


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