]> www.fi.muni.cz Git - evince.git/commitdiff
release: 3.0.2 3.0.2
authorCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 23 May 2011 16:34:15 +0000 (18:34 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 23 May 2011 16:34:15 +0000 (18:34 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 28f455d0f7feeff78ce11fd5b1144c227c8da635..503c077327040d6342aba87b3ac5d1dca7312ac3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+================
+Evince    3.0.2
+================
+
+Bug fixes:
+
+    * Fix goto window in presentation mode (Carlos Garcia Campos)
+    * Don't allow to hide the toolbar when it's being edited (#648056,
+      Carlos Garcia Campos)
+    * Send page dest as integer to other evince instances when '-i'
+      command line switch is used (#647138, Carlos Garcia Campos)
+    * Don't jump to find result when the findbar is shown with search
+      text (#647378, Carlos Garcia Campos)
+    * Fix error processing some malformed TIFF files (#644806, Juanjo
+      Marín)
+    * Clear caches after destroying child widgets (#648365, Marek
+      Kašík)
+    * Fix ev_win32_get_locale_dir() (Hib Eris)
+
+Documentation:
+
+    * Toolbar documentation (#503638, Tiffany Antopolski)
+    * Fix typo (#637512, Tiffany Antopolski)
+    * Change OpenOffice refs to LibreOffice (Tiffany Antopolski)
+
+Translation updates:
+
+    * Daniel Martinez Cucalon (an)
+    * Mario Blättermann (de)
+    * Jorge González (es)
+    * Gabor Kelemen (hu)
+    * Pavol Klačanský (sk)
+    * Praveen Illa (te)
+    * Korostil Daniel (uk)
+
 ================
 Evince    3.0.0
 ================
index e5924c9416c6342d3c0822f586a968968f16a006..2fb78f4009ef4f91263e1c8c6a2ee37756d3cbca 100644 (file)
@@ -4,7 +4,7 @@
 
 m4_define([ev_major_version],[3])
 m4_define([ev_minor_version],[0])
-m4_define([ev_micro_version],[0])
+m4_define([ev_micro_version],[2])
 m4_define([ev_extra_version],[])
 m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])