]> www.fi.muni.cz Git - evince.git/commitdiff
[release] 2.31.2 EVINCE_2_31_3
authorCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 7 Jun 2010 15:51:04 +0000 (17:51 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 7 Jun 2010 15:51:04 +0000 (17:51 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 851e0b6675ab34d1ae60ee32da6f8409ce9d54e5..eeb4606e4532d2d3df33441fc790a31a48bef701 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+================
+Evince  2.31.3
+================
+
+New Features and UI Improvements:
+
+    * Use a dynamic pixbuf cache size based on document page
+      size. It allows us caching more pages for lower scale factors
+      and increase zoom level by caching fewer pages. (#303365, Carlos
+      Garcia Campos)
+
+Bug fixes:
+
+    * Fix fade animations (#619825, Carlos Garcia Campos)
+    * Fix a crash when starting animation in presentation mode
+      (#619948, Carlos Garcia Campos)
+    * Remove set_focus_on_map and set NOTIFICATION type hint for
+      loading window. It prevents focus stealing and skips taskbar and
+      pager hints (#620548, Carlos Garcia Campos)
+    * Fix build with GSEAL enabled (#605776, Carlos Garcia Campos)
+    * Remove circular dependencies in Makefiles and fix some compiler
+      warnings (Hib Eris)
+
+Translation updates:
+
+    * Jorge González (es)
+    * Ivar Smolin (et)
+    * Fran Diéguez (gl)
+    * Yaron Shahrabani (he)
+    * Kjartan Maraas (nb)
+    * Sira Nokyoongtong (th)
+    * 甘露(Gan Lu) (zh_CN)
+
 ================
 Evince  2.31.2
 ================
index 8977b580d57ef16c2385812383536c9a471684e4..d145c7dde077a1673fdd0f93ffde638521d92680 100644 (file)
@@ -4,7 +4,7 @@
 
 m4_define([ev_major_version],[2])
 m4_define([ev_minor_version],[31])
-m4_define([ev_micro_version],[2])
+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])