]> www.fi.muni.cz Git - evince.git/commitdiff
[release] 2.27.90 EVINCE_2_27_90
authorCarlos Garcia Campos <carlosgc@gnome.org>
Tue, 11 Aug 2009 09:18:52 +0000 (11:18 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Tue, 11 Aug 2009 09:18:52 +0000 (11:18 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index cc9873cf033b891e31e9b50c2f216ae19943e505..9e669b14bfbbd5e5359e7b8ad1764e98ee028746 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+================
+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
 ================
index eee407e4d0aead66e610b83743735e8bfe52369f..ee8b971a2ff6689910c6e99498cbff76dd72a8e9 100644 (file)
@@ -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])