]> www.fi.muni.cz Git - evince.git/commitdiff
[release] 2.91.3 EVINCE_2_91_3
authorCarlos Garcia Campos <carlosgc@gnome.org>
Tue, 30 Nov 2010 14:31:08 +0000 (15:31 +0100)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Tue, 30 Nov 2010 14:31:08 +0000 (15:31 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 7897d58a82c951b9d1b8b2c153e0d6daa1283a49..ddec0103a34e93a6469f0012ebf340f989997585 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+================
+Evince  2.91.3
+================
+
+New Features and UI Improvements:
+
+    * Add timestamp parameter to SyncSource DBus signal (#632313, José
+      Aliste)
+    * Use gtk_paned_new() instead gtk_[h|v]paned_new() (Javier Jardón)
+
+Bug fixes:
+
+    * Add sanity-checks to fix several crashes (#594408, #572061, José
+      Aliste)
+    * Use the URI of the input file instead of the local filename in
+      SyncSource DBus signal (#632317, José Aliste)
+    * Fix a crash when clicking the view before document has been
+      loaded (#630999, Carlos Garcia Campos)
+
+Translation updates:
+
+    * Ville-Pekka Vainio (fi)
+    * Fran Diéguez (gl)
+    * Andrej Žnidaršič (sl)
+    * Zeper (ug)
+
 ================
 Evince  2.91.2
 ================
index 2fee0e918bdae79c44953c464cab8c9cef57f3d7..197620927896ff019a40f76df1270548b3b4149b 100644 (file)
@@ -4,7 +4,7 @@
 
 m4_define([ev_major_version],[2])
 m4_define([ev_minor_version],[91])
-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])