[evince] [release] 2.31.2



commit 4b9a02e004efe8d0df7d2fc091eaedf29b004df3
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Mon Jun 7 17:51:04 2010 +0200

    [release] 2.31.2

 NEWS         |   33 +++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 34 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 851e0b6..eeb4606 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,37 @@
 ================
+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
 ================
 
diff --git a/configure.ac b/configure.ac
index 8977b58..d145c7d 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],[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])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]