From: Carlos Garcia Campos Date: Mon, 18 Oct 2010 18:09:27 +0000 (+0200) Subject: [release] 2.91.1 X-Git-Tag: EVINCE_2_91_1 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=refs%2Ftags%2FEVINCE_2_91_1;p=evince.git [release] 2.91.1 --- diff --git a/NEWS b/NEWS index 4abbd490..7af0cd52 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,33 @@ +================ +Evince 2.91.1 +================ + +New Features and UI Improvements: + + * Migrate user config dir to XDG fdo directories spec (#522811, + Carlos Garcia Campos) + +Documentation: + + * Replace the existing Evince user guide with new topic-based + help from the Mallard project (#631371, Phil Bull, Tiffany + Antopolski, Ryan Lortie) + +Bug fixes: + + * Fix introspection build for library renames (#631360, Owen + W. Taylor) + +Translation updates: + + * Michael Kotsarinis (el) + * Jorge González (es) + * Fran Diéguez (gl) + * Yaron Shahrabani (he) + * Baurzhan Muftakhidinov (kk) + * Kjartan Maraas (nb) + * Matej Urbančič (sl) + ================ Evince 2.91.0 ================ diff --git a/configure.ac b/configure.ac index 9652a07c..dd9f9879 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],[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])