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>2009-08-11 09:18:52 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-08-11 09:18:52 (GMT)
commitc2ce718b57e24a8251befa805a1ee6c2fbca85ec (patch)
tree22d4cf011f57d670e9f71e30d77300fe25ce5363
parent1ce84334008254ad56d7f332a7632333299289de (diff)
[release] 2.27.90
-rw-r--r--NEWS39
-rw-r--r--configure.ac2
2 files changed, 40 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cc9873c..9e669b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,43 @@
================
+Evince 2.27.90
+================
+
+Bug fixes:
+
+ * Let scroll wheel change page when in non-continuous best-fit
+ mode (#562257, Philip Langdale)
+ * Show print progress information when using GtkPrintOperation
+ * Don't show crash recovery dialog when requested file is the only
+ one to be recovered (#578894, Carlos Garcia Campos)
+ * Disable crash recovery when D-BUS is disabled (#578894, Carlos
+ Garcia Campos)
+ * Grab focus on view widget after setting metadata (#589300,
+ Nickolay V. Shmyrev)
+ * Fixes segmentation violation when print file format is empty
+ (#589226, Andreas Liebe)
+ * Use AM_V_GEN to make custom commands silent (#585355, Javier Jardón)
+ * Don't install schema files when building without gconf (Nickolay
+ V. Shmyrev)
+
+Translation updates:
+
+ * Khaled Hosny (ar)
+ * Maruf Ovee (bn)
+ * Denis (br)
+ * Gil Forcada (ca)
+ * Carles Ferrando Garcia (ca@valencia)
+ * Marek Černocký (cs)
+ * Mario Blättermann (de)
+ * Seán de Búrca (ga)
+ * Antón Méixome (gl)
+ * Kjartan Maraas (nb)
+ * André Gondim (pt_BR)
+ * Daniel Nylander (sv)
+ * Theppitak Karoonboonyanan (th)
+ * Chao-Hsiung Liao (zh_HK)
+ * Chao-Hsiung Liao (zh_TW)
+
+================
Evince 2.27.4
================
diff --git a/configure.ac b/configure.ac
index eee407e..ee8b971 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
m4_define([ev_major_version],[2])
m4_define([ev_minor_version],[27])
-m4_define([ev_micro_version],[4])
+m4_define([ev_micro_version],[90])
m4_define([ev_extra_version],[])
m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])