[evince] release: 3.9.3
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] release: 3.9.3
- Date: Tue, 18 Jun 2013 18:14:49 +0000 (UTC)
commit 17d5c4fa58c1843ef8396400e1c07f2687e20563
Author: Carlos Garcia Campos <carlosgc gnome org>
Date: Tue Jun 18 20:14:25 2013 +0200
release: 3.9.3
NEWS | 42 ++++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 43 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 87c3814..162744e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,46 @@
================
+Evince 3.9.3
+================
+
+New features and improvements:
+
+ * Make the history behave more like a web browser (Christian
+ Persch)
+ * Add a fallback implementation of text selection for backends
+ that implement get_selection_region but not render_selection
+ (#669022, Jason Crain)
+ * Initial implementation of caret navigation added to libview
+ (#638905, #702076, #702068, Antia Puentes, Carlos Garcia Campos)
+ * Add a GSetting to set a custom page cache size (#642683, Jonas
+ Danielsson)
+
+Bug fixes:
+
+ * Fix memory corruption in EvHistory implementation (#697397,
+ Christian Persch)
+ * Fix drag and drop of selected text after zooming with a
+ selection (#702406, Jason Crain)
+ * Fix a crash when searching with a negative current page
+ (#683172, Germán Poo-Caamaño)
+ * Fix race condition in sidebar-thumbnails (#701900, aakash)
+ * Use horzontal/vertical GtkBoxes instead of deprecated
+ GtkHBox/GtkVBox (Christian Persch)
+ * Fix runtime critical warning for links with NULL action
+ (Christian Persch)
+ * Fix -Wstrict-prototypes warnings (Christian Persch)
+ * Remove obsolete g_type_init calls (Christian Persch)
+ * Fix crash on corrupted PDF with no pages (#701302, Germán
+ Poo-Caamaño)
+
+Translation updates:
+
+ * Marek Černocký (cs)
+ * Daniel Mustieles (es)
+ * Fran Dieguez (gl)
+ * OKANO Takayoshi (ja)
+ * Yasumichi Akahoshi (ja)
+
+================
Evince 3.9.2
================
diff --git a/configure.ac b/configure.ac
index f52e485..c570cb1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
m4_define([ev_major_version],[3])
m4_define([ev_minor_version],[9])
-m4_define([ev_micro_version],[2])
+m4_define([ev_micro_version],[3])
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]