From 5703dc5c5c2f825742b8a397c5bb2bc87d33d56c Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 16 Nov 2009 17:46:38 +0100 Subject: [PATCH] [release] 2.29.2 --- NEWS | 45 +++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 82d238c3..32a4e427 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,48 @@ +================ +Evince 2.29.2 +================ + +New Features and UI Improvements: + + * Add support for PDF File Attachment Annotations (#601839, Carlos + Garcia Campos) + * Use "n" and "p" keys for page jump (#601217, Carlos Garcia + Campos) + * Update actions sensitivity when gconf keys change (#568433, + Carlos Garcia Campos) + +Documentation fixes: + + * Make series ID unique (#599726, Christian Persch) + +Bug fixes: + + * Fix saving attachments (Carlos Garcia Campos) + * Make sure view is redrawn as soon as current page is rendered + (#601433, Carlos Garcia Campos) + * Fix documentation of default flag values in configure (Emmanuel + Fleury) + * Do not mark properties name and desc as translatable (#509824, + Carlos Garcia Campos) + * Fix build with glib < 2.22.0 (#600338, Christian Spurk) + * Disable print page setup options according to lockdown (#568433, + Carlos Garcia Campos) + * Fix loading of remote files (Carlos Garcia Campos) + * Correctly process --with-smclient arguments (#590174, Christian + Persch) + +Translation updates: + + * Thomas Thurman (en@shaw) + * Jorge González (es) + * Ivar Smolin (et) + * Antón Méixome (gl) + * Kjartan Maraas (nb) + * Matej Urbančič (sl) + * Daniel Nylander (sv) + * Dr.T.Vasudevan (ta) + * 樊栖江(Fan Qijiang) (zh_CN) + ================ Evince 2.29.1 ================ diff --git a/configure.ac b/configure.ac index 519907ab..f7090384 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ m4_define([ev_major_version],[2]) m4_define([ev_minor_version],[29]) -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]) -- 2.43.0