From f83d71e3d1e3ff5771a84cc63fc0be92de4b67b8 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Tue, 25 May 2010 17:08:28 +0000 Subject: [release] 2.31.2 --- diff --git a/NEWS b/NEWS index 42d562f..851e0b6 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,39 @@ ================ +Evince 2.31.2 +================ + +New Features and UI Improvements: + + * Port to GDBus (Christian Persch, Carlos Garcia Campos) + * Do not use the gconf gsettings backend any more (#619335, + Matthias Clasen) + * Use cairo to draw search results (Carlos Garcia Campos) + * Use a loading window to show loading progress information + instead of the old 'Loading ...' text rendered on every page + (Carlos Garcia Campos) + +Bug fixes: + + * Fix localization on Windows (#610548, Hib Eris) + * Convert relative path to absolute path for evince-previewer + (Marek Kasik) + * Fix opening files with '#' in its name (#616515, Carlos Garcia + Campos) + * Accept keyboard focus in window annotations (Carlos Garcia + Campos) + * Fix most of the GSEAL build issues (#605776, Carlos Garcia + Campos) + * Add .c files to the introspection sources (#617736, Christian + Persch) + +Translation updates: + + * Thomas Thurman (en@shaw) + * Kjartan Maraas (nb) + * Wouter Bolsterlee (nl) + * Manoj Kumar Giri (or) + +================ Evince 2.31.1 ================ diff --git a/configure.ac b/configure.ac index b66d4a7..8d8b441 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define([ev_major_version],[2]) m4_define([ev_minor_version],[31]) -m4_define([ev_micro_version],[1]) +m4_define([ev_micro_version],[2]) m4_define([ev_extra_version],[]) m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version]) -- cgit v0.9.1