]> www.fi.muni.cz Git - evince.git/commitdiff
Update for release 0.8.2
authorCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 2 Jul 2007 09:06:05 +0000 (09:06 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Mon, 2 Jul 2007 09:06:05 +0000 (09:06 +0000)
2007-07-02  Carlos Garcia Campos  <carlosgc@gnome.org>
* NEWS:
* configure.ac:
Update for release 0.8.2

svn path=/branches/gnome-2-18/; revision=2537

ChangeLog
NEWS
configure.ac

index f945ee48abbfe040441aae7e469a5b4e9a5ac2c0..9850d56c4c4326a8bcbe1b14fe756a11ca15a88a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-07-02  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * NEWS:
+       * configure.ac:
+
+       Update for release 0.8.2
+       
 2007-07-02  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * configure.ac:
diff --git a/NEWS b/NEWS
index 046061fabbc57764558c776e26ef83379fb38655..705903cc5bf31b7a2f0a3b3eb9e4b9017b79281a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+==============
+Evince   0.8.2
+==============
+
+Bug Fixes:
+
+    * Do not change current page when returning from black/white mode in presentation (Cesar Fernandez)
+    * Print job is released quickly (Carlos Garcia Campos)
+    * Removed extra locking of a main loop to speed up rendering (Carlos Garcia Campos)
+    * Selections don't disappear after zoom (Carlos Garcia Campos)
+    * Patch to avoid frequent process wakeup for metadata handling (Bastien Nocera, Arjan van de Ven)
+    * Update a cursor and tooltips after scrolling (Carlos Garcia Campos)
+    * Compilation fixes for FreeBSD (Roy Marples)
+    * Update gtk-icon-cache in uninstall hook (Brian Pepple)
+    * Start rendering pages before any other jobs (Carlos Garcia Campos)
+
+Translations:
+
+    Dimitris Glezos (el)
+    Ivar Smolin (et)
+    Francesco Marletta (it)
+    Yannig MARCHEGAY (oc)
+    Washington Lins (pt_BR)
+
 ==============
 Evince   0.8.1
 ==============
index e75a7968a39b0835f9fe33da39e7bff3c42f9699..2d1e5a64888e5a29cad6f9da7ddb338eb7b400e6 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.8.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
+AC_INIT([Evince],[0.8.2],[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)