Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2007-06-18 23:36:50 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-06-18 23:36:50 (GMT)
commita5b2f041723bcebf02a59856dfc35c68b8b5ff0c (patch)
tree18f3297e83af167505415f158fdc0fb167762e4a
parentea3269ef88fe4c55edc0c49af5d35c585100a8d9 (diff)
Update for release 0.9.1
2007-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update for release 0.9.1 svn path=/trunk/; revision=2513
-rw-r--r--ChangeLog7
-rw-r--r--NEWS38
-rw-r--r--configure.ac2
3 files changed, 46 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 276a010..4e9509d 100644
--- 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 2f42e06..18f4de7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,42 @@
==============
+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
==============
diff --git a/configure.ac b/configure.ac
index 391f0f6..0846107 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)