]> www.fi.muni.cz Git - evince.git/commitdiff
Update for release 0.9.1 EVINCE_0_9_1
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Mon, 18 Jun 2007 23:36:50 +0000 (23:36 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 18 Jun 2007 23:36:50 +0000 (23:36 +0000)
2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* NEWS:
* configure.ac:

Update for release 0.9.1

svn path=/trunk/; revision=2513

ChangeLog
NEWS
configure.ac

index 276a010568c7ee10f09f0538d7ccf5906e84c8f4..4e9509d47e473f420104d8e319165c08f718ef49 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * NEWS:
+       * configure.ac:
+       
+       Update for release 0.9.1
+
 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
 
        * backend/dvi/dvi-document.c:
diff --git a/NEWS b/NEWS
index 2f42e0656da0a3459fcb6d1c9d965e2613fb4771..18f4de71930e321b9fbdb9b554e2c0997ac069c9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+==============
+Evince   0.9.1
+==============
+
+New Features and UI Improvements:
+
+    * Cairo-based renderer for pages and selections of PDF, DVJU and DVI documents (Carlos Garcia Campos)
+    * PDF exporter for printing DVI documents (Alaska Subedi)
+    * Zoom icon artwork (Michael Monreal)
+    * Patch to avoid frequent process wakeup for metadata handling (Bastien Nocera, Arjan van de Ven)
+    * Bumped poppler requirements to 0.5.9 (Carlos Garcia Campos)
+    * Changed sidebar ordering (Wouter Bolsterlee)
+    * Removed extra locking of a main loop to speed up rendering (Carlos Garcia Campos)
+
+Bug fixes:
+
+    * Print job is released quickly (Carlos Garcia Campos)
+    * Update a cursor and tooltips after scrolling (Carlos Garcia Campos)
+    * More safe mkdir_with_parents (Eduardo Lima)
+    * Safe saving of a document copy to a remote location (Carlos Garcia Campos)
+    * Build fix without libgnome (Marc Brockschmidt)
+    * Selections don't disappear after zoom (Carlos Garcia Campos)
+    * Preview button added to the print dialog (Carlos Garcia Campos)
+
+Translations:
+
+    Daniel Nylander (sv)
+    David Lodge (en_GB)
+    Dr.T.Vasudevan (ta)
+    Espen Stefansen (nb)
+    Gil Forcada (ca)
+    Ignacio Casal Quinteiro (gl)
+    Ivar Smolin (et)
+    Jorge González (es)
+    Sonam Pelden (dz)
+    Theppitak Karoonboonyanan (th)
+    Yuval Tanny (he)
+    
 ==============
 Evince   0.9.0
 ==============
index 391f0f6bc0c6bd5f93737d8f1adbf429e9c5252e..0846107b61216113781164b799f94702d16d5d65 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT([Evince],[0.9.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
+AC_INIT([Evince],[0.9.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
 AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip])
 
 AM_CONFIG_HEADER(config.h)