From: Carlos Garcia Campos Date: Tue, 11 Jan 2011 13:37:52 +0000 (+0100) Subject: release: 2.91.5 X-Git-Tag: EVINCE_2_91_5 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=refs%2Ftags%2FEVINCE_2_91_5;p=evince.git release: 2.91.5 --- diff --git a/NEWS b/NEWS index c41d8501..ff1e91cf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,36 @@ +================ +Evince 2.91.5 +================ + +New Features and UI Improvements: + + * Install .thumbnailer file to register the thumbnailer instead of + using GConf (#638343, Carlos Garcia Campos) + * A context menu has been added to bookmarks sidebar to open, + rename and remove bookmarks (Carlos Garcia Campos) + +Bug fixes: + + * Fix return value in g_return_val_if_fail() macro (Daniel Garcia) + * Fix several security issues in dvi backend: CVE-2010-2640, + CVE-2010-2641, CVE-2010-2642 and CVE-2010-2643 (José Aliste) + * Do not use deprecated API: GdkCursor, GtkStyle, size-request + (Carlos Garcia Campos) + +Translation updates: + + * Khaled Hosny (ar) + * Daniel Mustieles (es) + * Ivar Smolin (et) + * Yaron Shahrabani (he) + * Andika Triwidada (id) + * Baurzhan Muftakhidinov (kk) + * Torstein Adolf Winterseth (nb) + * Wouter Bolsterlee (nl) + * Andrej Žnidaršič (sl) + * Matej Urbančič (sl) + * Daniel Nylander (sv) + ================ Evince 2.91.4 ================ diff --git a/configure.ac b/configure.ac index b3a42f95..743f3281 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],[4]) +m4_define([ev_micro_version],[5]) m4_define([ev_extra_version],[]) m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])