]> www.fi.muni.cz Git - evince.git/commitdiff
[release] 2.30.1 EVINCE_2_30_1
authorCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 26 Apr 2010 15:37:38 +0000 (17:37 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 26 Apr 2010 15:37:38 +0000 (17:37 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 1585054ccf26c0ac08c90b8860cadcdc9c787c13..6b10331f1605f688ae229cdba107288ebf29802c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+================
+Evince  2.30.1
+================
+
+Bug fixes:
+
+    * Make inverted colors mode work in presentation mode too
+      (#614693, Carlos Garcia Campos)
+    * Respect GNOME22_USER_DIR env variable (#613637, Ray Strode)
+    * Fix loading of local documents when uri contains a page
+      destination (#616515, Carlos Garcia Campos)
+    * Take default settings from last document opened. Fixes
+      regression caused by migration to gio metadata (#606090, Carlos
+      Garcia Campos)
+    * Update icons to match gnome-icon-theme appearance (#614747,
+      Hylke Bons, Carlos Garcia Campos)
+    * Make sure there's a new valid page range before updating caches
+      (fdo#27599, Carlos Garcia Campos)
+    * Update FSF address everywhere (#514607, Arun Persaud)
+    * Fix loading of compressed password-protected documents (#613959,
+      Carlos Garcia Campos)
+    * Close previewer window with control + w (#612972, Carlos Garcia
+      Campos)
+    * Fix keybindings in previewer window (#612972, Carlos Garcia
+      Campos)
+
+Translation updates:
+
+    * Runa Bhattacharjee (bn_IN)
+    * Gil Forcada (ca)
+    * Gil Forcada (ca@valencia)
+    * Ivar Smolin (et)
+    * Shankar Prasad (kn)
+    * Sandeep Shedmake (mr)
+
 ================
 Evince  2.30.0
 ================
index 7c48f9add7f52848b7895f9ba21317c177cc436b..310e8b8270e27f97e70a3fe42dd3609e1f117c9d 100644 (file)
@@ -4,7 +4,7 @@
 
 m4_define([ev_major_version],[2])
 m4_define([ev_minor_version],[30])
-m4_define([ev_micro_version],[0])
+m4_define([ev_micro_version],[1])
 m4_define([ev_extra_version],[])
 m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])