From 99d769fdbf80a2bd52a577a43960c11b6fee91ff Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 2 Jul 2007 09:06:05 +0000 Subject: [PATCH] Update for release 0.8.2 2007-07-02 Carlos Garcia Campos * NEWS: * configure.ac: Update for release 0.8.2 svn path=/branches/gnome-2-18/; revision=2537 --- ChangeLog | 7 +++++++ NEWS | 24 ++++++++++++++++++++++++ configure.ac | 2 +- 3 files changed, 32 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f945ee48..9850d56c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-07-02 Carlos Garcia Campos + + * NEWS: + * configure.ac: + + Update for release 0.8.2 + 2007-07-02 Carlos Garcia Campos * configure.ac: diff --git a/NEWS b/NEWS index 046061fa..705903cc 100644 --- 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 ============== diff --git a/configure.ac b/configure.ac index e75a7968..2d1e5a64 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.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) -- 2.43.5