]> www.fi.muni.cz Git - evince.git/commitdiff
Update for release 2.27.3
authorCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 15 Jun 2009 19:28:11 +0000 (21:28 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 15 Jun 2009 19:28:11 +0000 (21:28 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 07e2e7989c9ef6ab7b3c4c12721bd1c7cfb5bc3f..cf32d760c46527a3b50341e751701aeb4a317058 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+================
+Evince  2.27.3
+================
+
+New Features and UI Improvements:
+
+    * Update the hildon port (Christian Persch)
+    * Complete the win32 port (#339172, Hib Eris)
+    * Allow activate the menubar in fullscreen mode (#504243, Carlos
+      Garcia Campos)
+    * Do not create popup window if the annot doesn't have a popup
+      (Carlos Garcia Campos)
+    * Add tests for printer settings (#583976, Bartek Kostrzewa)
+    * Remember and reuse "Save a Copy..." path (#485195, Carlos Garcia Campos)
+    * Support for cb7 using the p7zip commands in comics backend
+      (#565174, Juanjo Marín)
+    * Parse xml metadata to detect PDF/A documents (#582206, Davide Capodaglio)
+
+Bug fixes:
+
+    * Several build fixes and improvements (Christian Persch)
+    * Fix page transitions in presentation mode (#583652, #581881,
+      Carlos Garcia Campos)
+    * Scale according to paper size before rendering for printing
+      (Carlos Garcia Campos)
+    * Fix multipage even/odd printing issues (#583429, #583388, Bartek
+      Kostrzewa)
+    * Gracefully work with FITB destinations and friends (#583276,
+      Matthias Drochner)
+    * Fix double to int conversion in thumbnails_get_dimensions
+      (#581524, Carlos Garcia Campos)
+    * Ohter bugs fixed: #584617, #585497
+
+Translation updates:
+
+    * Runa Bhattacharjee (bn_IN)
+    * Mario Blättermann (de)
+    * Jorge González (es)
+    * Ivar Smolin (et)
+    * Kjartan Maraas (nb)
+    * Vladimir Melo (pt_BR)
+    * Dr.T.Vaasudevan (ta)
+
 ================
 Evince  2.27.1
 ================
index 4653db98c90f8c201e15ce240c2fed30adbb50a0..34857c3737346ee4c69344ab5b251ae47391500b 100644 (file)
@@ -4,7 +4,7 @@
 
 m4_define([ev_major_version],[2])
 m4_define([ev_minor_version],[27])
-m4_define([ev_micro_version],[1])
+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])