[evince] Release 3.28.1



commit 1261364090e4a4cb24b6b02e60b88898aeaa07de
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Mon Apr 9 11:48:15 2018 -0300

    Release 3.28.1

 NEWS         |   37 +++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 38 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index fe9c8ed..2e383c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,41 @@
 =================
+Evince    3.28.1
+=================
+
+Bugfixes:
+    * Make sync-source signal introspectable (#694687, Germán Poo-Caamaño)
+    * Document is-loading property (#693864, Germán Poo-Caamaño)
+    * Use display and edit name for filenames instead of URIs (#756354, Jason Crain)
+    * Use a cmp function to compare size of area in ev_mapping list_get (José Aliste)
+    * Use selection to populate find bar if available (#794538, José Aliste, William Hawkins)
+    * Use ev_window_set_action_enabled more (#794749, William Hawkins)
+    * Remove unneeded view_menu_text_selection_popup function (#763493, José Aliste)
+    * Fix broken markup in Dutch translation (Andre Klapper)
+    * Update LZMA SDK, and add instructions (#794327, Bastien Nocera)
+    * Fix Since docstring in new libview API (José Aliste)
+    * Allow adding Highlight annotations from text selection (#763943, Nelson Benítez León)
+    * Fix add_annotation() to update area based on bounding box (#763943, Nelson Benítez León)
+    * Add shortcuts for fullscreen and presentation mode (#786431, José Aliste)
+
+Documentation:
+    * Remove unused images from localized user docs (Andre Klapper)
+
+Translation updates:
+    UI translations:
+    * Balázs Úr (hu)
+    * Daniel Șerbănescu (ro)
+    * Efstathios Iosifidis (el)
+    * Gianvito Cavasoli (it)
+    * Stas Solovey (ru)
+    * gogo (hr)
+    * Милош Поповић (sr@latin)
+
+    Doc translations:
+    * Anders Jonsson (sv)
+    * Andre Klapper (nl)
+    * Justin van Steijn (nl)
+
+=================
 Evince    3.28.0
 =================
 
diff --git a/configure.ac b/configure.ac
index 9b818da..f35bd13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 
 m4_define([ev_major_version],[3])
 m4_define([ev_minor_version],[28])
-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])
 


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