]> www.fi.muni.cz Git - evince.git/commitdiff
[release] 2.31.2 EVINCE_2_31_2
authorCarlos Garcia Campos <carlosgc@gnome.org>
Tue, 25 May 2010 17:08:28 +0000 (19:08 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Tue, 25 May 2010 17:08:45 +0000 (19:08 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 42d562f62d3c96b7c2f33d277f6870a84e87d4f6..851e0b6675ab34d1ae60ee32da6f8409ce9d54e5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+================
+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
 ================
index b66d4a7cb805e10731fd39dc05d80eb7bc088f05..8d8b4413916ee76474a4e0870d2edaec9ced77a6 100644 (file)
@@ -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])