[evince] release: 3.25.4
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] release: 3.25.4
- Date: Sat, 22 Jul 2017 07:56:14 +0000 (UTC)
commit 210c8abf30ccdd5bedcf3d0a8f4cd16e70f637ad
Author: Carlos Garcia Campos <carlosgc gnome org>
Date: Sat Jul 22 09:41:49 2017 +0200
release: 3.25.4
NEWS | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 60 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index fddcfd9..e01ea56 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,62 @@
================
+Evince 3.25.4
+================
+
+New features and improvements:
+
+ * The comics backend now uses libarchive and unarr instead of
+ spawning commands (#720742, Bastien Nocera)
+ * Add flag EV_DOCUMENT_LOAD_FLAG_NO_CACHE to not setup the
+ document cache during the load. It will be setup later only if
+ needed (#780210, Bastien Nocera, Carlos Garcia Campos)
+ * Speed up thumbnailing by using EV_DOCUMENT_LOAD_FLAG_NO_CACHE
+ flag (#780210, Bastien Nocera)
+ * Improve performance of the links sidebar (#779614, Benjamin
+ Berg)
+ * Select the active file when open containing folder (#741377,
+ Germán Poo-Caamaño)
+ * Improve performance of scrolling in thumbnails sidebar (#691448,
+ #342110, Nelson Benítez León)
+
+Bug fixes:
+
+ * Fix crash with Orca screen reader (#777992, Jason Crain)
+ * Fix ev_page_accessible_get_range_for_boundary() to ensure the
+ start and end offsets it returns are within the allowed range
+ (#777992, Jason Crain)
+ * Fix toggling layers that are not in the current visible range of
+ pages (#780139, Georges Dupéron)
+ * Don't copy remote files before thumbnailing (#780351, Bastien
+ Nocera)
+ * Fix a crash when opening a second window (#777082, Caolán
+ McNamara)
+ * Do not jump to first thumbnail in sidebar after fullscreen
+ (#783404, Nelson Benítez León)
+ * Remove use of obsolete gnome_desktop_thumbnail_scale_down_pixbuf
+ (#784789, Bastien Nocera)
+
+Translation updates:
+
+ * Yuras Shumovich (be)
+ * Marek Černocký (cs)
+ * Mario Blättermann (de)
+ * Tom Tryfonidis (el)
+ * Daniel Mustieles (es)
+ * Jiri Grönroos (fi)
+ * Fabio Tomat (fur)
+ * Fran Dieguez (gl)
+ * gogo (hr)
+ * Balázs Úr (hu)
+ * Kukuh Syafaat (id)
+ * Baurzhan Muftakhidinov (kk)
+ * Aurimas Černius (lt)
+ * Enrico Nicoletto (pt_BR)
+ * Dušan Kazik (sk)
+ * Matej Urbančič (sl)
+ * Emin Tufan Çetin (tr)
+ * Trần Ngọc Quân (vi)
+
+================
Evince 3.24.0
================
diff --git a/configure.ac b/configure.ac
index b34fcbc..6867638 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@
# *****************************************************************************
m4_define([ev_major_version],[3])
-m4_define([ev_minor_version],[24])
-m4_define([ev_micro_version],[0])
+m4_define([ev_minor_version],[25])
+m4_define([ev_micro_version],[4])
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]