]> www.fi.muni.cz Git - evince.git/commitdiff
[release] 2.29.2 EVINCE_2_29_2
authorCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 16 Nov 2009 16:46:38 +0000 (17:46 +0100)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 16 Nov 2009 16:46:38 +0000 (17:46 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 82d238c35b81b4891992db92bdf571e7cf24653d..32a4e4278103b3dc7cdd3e859cc9104e34e76fa7 100644 (file)
--- 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
 ================
index 519907ab4673780678a9024941e4023904d6b056..f7090384426b0b983c1c3b5d5d326d50a7e5f4b0 100644 (file)
@@ -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])