From c2ce718b57e24a8251befa805a1ee6c2fbca85ec Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Tue, 11 Aug 2009 11:18:52 +0200 Subject: [PATCH] [release] 2.27.90 --- NEWS | 39 +++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index cc9873cf..9e669b14 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,42 @@ +================ +Evince 2.27.90 +================ + +Bug fixes: + + * Let scroll wheel change page when in non-continuous best-fit + mode (#562257, Philip Langdale) + * Show print progress information when using GtkPrintOperation + * Don't show crash recovery dialog when requested file is the only + one to be recovered (#578894, Carlos Garcia Campos) + * Disable crash recovery when D-BUS is disabled (#578894, Carlos + Garcia Campos) + * Grab focus on view widget after setting metadata (#589300, + Nickolay V. Shmyrev) + * Fixes segmentation violation when print file format is empty + (#589226, Andreas Liebe) + * Use AM_V_GEN to make custom commands silent (#585355, Javier Jardón) + * Don't install schema files when building without gconf (Nickolay + V. Shmyrev) + +Translation updates: + + * Khaled Hosny (ar) + * Maruf Ovee (bn) + * Denis (br) + * Gil Forcada (ca) + * Carles Ferrando Garcia (ca@valencia) + * Marek Černocký (cs) + * Mario Blättermann (de) + * Seán de Búrca (ga) + * Antón Méixome (gl) + * Kjartan Maraas (nb) + * André Gondim (pt_BR) + * Daniel Nylander (sv) + * Theppitak Karoonboonyanan (th) + * Chao-Hsiung Liao (zh_HK) + * Chao-Hsiung Liao (zh_TW) + ================ Evince 2.27.4 ================ diff --git a/configure.ac b/configure.ac index eee407e4..ee8b971a 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define([ev_major_version],[2]) m4_define([ev_minor_version],[27]) -m4_define([ev_micro_version],[4]) +m4_define([ev_micro_version],[90]) m4_define([ev_extra_version],[]) m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version]) -- 2.43.0