From e1a0cd6c28ec1750cf9a43a5f081396bb8969df1 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 15 Jun 2009 21:28:11 +0200 Subject: [PATCH] Update for release 2.27.3 --- NEWS | 43 +++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 07e2e798..cf32d760 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,46 @@ +================ +Evince 2.27.3 +================ + +New Features and UI Improvements: + + * Update the hildon port (Christian Persch) + * Complete the win32 port (#339172, Hib Eris) + * Allow activate the menubar in fullscreen mode (#504243, Carlos + Garcia Campos) + * Do not create popup window if the annot doesn't have a popup + (Carlos Garcia Campos) + * Add tests for printer settings (#583976, Bartek Kostrzewa) + * Remember and reuse "Save a Copy..." path (#485195, Carlos Garcia Campos) + * Support for cb7 using the p7zip commands in comics backend + (#565174, Juanjo Marín) + * Parse xml metadata to detect PDF/A documents (#582206, Davide Capodaglio) + +Bug fixes: + + * Several build fixes and improvements (Christian Persch) + * Fix page transitions in presentation mode (#583652, #581881, + Carlos Garcia Campos) + * Scale according to paper size before rendering for printing + (Carlos Garcia Campos) + * Fix multipage even/odd printing issues (#583429, #583388, Bartek + Kostrzewa) + * Gracefully work with FITB destinations and friends (#583276, + Matthias Drochner) + * Fix double to int conversion in thumbnails_get_dimensions + (#581524, Carlos Garcia Campos) + * Ohter bugs fixed: #584617, #585497 + +Translation updates: + + * Runa Bhattacharjee (bn_IN) + * Mario Blättermann (de) + * Jorge González (es) + * Ivar Smolin (et) + * Kjartan Maraas (nb) + * Vladimir Melo (pt_BR) + * Dr.T.Vaasudevan (ta) + ================ Evince 2.27.1 ================ diff --git a/configure.ac b/configure.ac index 4653db98..34857c37 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],[1]) +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]) -- 2.43.0