Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-06-07 15:51:04 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-06-07 15:51:04 (GMT)
commit4b9a02e004efe8d0df7d2fc091eaedf29b004df3 (patch)
tree9c157df418252482254b63ad1cbbc340d3379015
parent1d0de30170119eade2a7305ffa8ec6d9a3e4af32 (diff)
[release] 2.31.2
-rw-r--r--NEWS33
-rw-r--r--configure.ac2
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])