[evince] release: 3.3.3



commit 1d3d7193015dc82a63cbefbef2720921eacb3e07
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Mon Dec 19 18:19:39 2011 +0100

    release: 3.3.3

 NEWS         |   35 +++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 36 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2ca80d3..b3eb2ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,39 @@
 ================
+Evince     3.3.3
+================
+
+New features and improvements:
+
+    * Add an option to show odd pages on the left in dual mode. This
+      option has been added to libevince but it's not exposed by the
+      evine UI yet. (#444587, Cyril Soldani)
+    * Add Office category to desktop file (#666346, Carlos Garcia
+      Campos)
+    * Add configure option --disable-viewer (Hib Eris)
+    * Allow compiling with glib < 2.31.0 (Hib Eris)
+
+Bug fixes:
+
+    * Refresh thumbnail only when there's a document loaded (Hib Eris)
+    * Add x-ext-<type> fallback mime-types to fix mime-type detection
+      on windows (Hib Eris)
+    * Fix rotation of tiff documents with different X/Y resolution
+      (Hib Eris)
+    * Close descriptor of temporary files before copying to them. It
+      seems that on Windows, g_file_copy() does not work on files with
+      a file desciptor open (Hib Eris)
+    * Remove use of several deprecated GTK+ API (Carlos Garcia Campos)
+
+Translation updates:
+
+    * Mario BlÃttermann (de)
+    * Hideki Yamane (ja)
+    * Baurzhan Muftakhidinov (kk)
+    * Yuri Myasoedov (ru)
+    * Matej UrbanÄiÄ (sl)
+    * Xiaoran Zhao (zh_CN)
+
+================
 Evince     3.3.2
 ================
 
diff --git a/configure.ac b/configure.ac
index cc9cc4a..300ce5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 
 m4_define([ev_major_version],[3])
 m4_define([ev_minor_version],[3])
-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])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]