From 79e9203ee58e67873fa1c3b67c86c89988a75a8c Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Thu, 23 Dec 2010 19:37:25 +0100 Subject: [PATCH] release: 2.91.4 --- NEWS | 47 +++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ddec0103..c41d8501 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,50 @@ +================ +Evince 2.91.4 +================ + +New Features and UI Improvements: + + * Port to GtkStyleContext (Carlos Garcia Campos) + * Use GAppInfo instead of deprecated gdk_spawn methods (Cosimo + Cecchi) + * Document filename is not shown in the window title (#386292, + José Aliste, Wouter Bolsterlee) + * Support for interal bookmarks (#590655, Carlos Garcia Campos) + * Add support for xz compressed documents (#636481, Christian + Persch) + * Add support for .wwf files (they are just PDF documents with + another file extension (#636415, Bastien Nocera) + * The pixbuf backend has been removed. Evince is a document + viewer, not an image viewer. Eog does the latter job much better + than evince ever could (Christian Persch) + +Documentation: + + * Lots of documentation updates (Tiffany Antopolski) + +Bug fixes: + + * Stop the GtkSpinner when the loading window is hidden (#637390, + Cristian KLEIN) + * Fixes crash when printing operation is cancelled (#635619, + Carlos Garcia Campos) + * Don't draw a resize grip for Annotation Windows (José Aliste) + +Translation updates: + + * Daniel Mustieles (es) + * Ivar Smolin (et) + * Fran Diéguez (gl) + * Yaron Shahrabani (he) + * Baurzhan Muftakhidinov (kk) + * Erdal Ronahî (ku) + * Kjartan Maraas (nb) + * Matej Urbančič (sl) + * Zeper (ug) + * Clytie Siddall (vi) + * Chao-Hsiung Liao (zh_HK) + * Chao-Hsiung Liao (zh_TW) + ================ Evince 2.91.3 ================ diff --git a/configure.ac b/configure.ac index 4057deb4..f4ae133f 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define([ev_major_version],[2]) m4_define([ev_minor_version],[91]) -m4_define([ev_micro_version],[3]) +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]) -- 2.43.0