From: Nickolay V. Shmyrev Date: Wed, 4 Jul 2007 14:55:30 +0000 (+0000) Subject: Update for release 0.8.3 X-Git-Tag: EVINCE_0_8_3 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=refs%2Ftags%2FEVINCE_0_8_3;p=evince.git Update for release 0.8.3 2007-07-02 Nickolay V. Shmyrev * NEWS: * configure.ac: Update for release 0.8.3 svn path=/branches/gnome-2-18/; revision=2548 --- diff --git a/ChangeLog b/ChangeLog index a65e1dc9..04aee59e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,16 @@ +2007-07-02 Nickolay V. Shmyrev + + * NEWS: + * configure.ac: + + Update for release 0.8.3 + 2007-07-04 Carlos Garcia Campos * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection): Fix build with poppler < 0.5.9. - + 2007-07-02 Carlos Garcia Campos * NEWS: diff --git a/NEWS b/NEWS index 59ce2cc1..1b7de707 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +============== +Evince 0.8.3 +============== + +Bug Fixes: + + * Build fix for poppler-0.5.4 + ============== Evince 0.8.2 ============== diff --git a/configure.ac b/configure.ac index 2d1e5a64..ad0b12bf 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.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince]) +AC_INIT([Evince],[0.8.3],[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)