From: Nickolay V. Shmyrev Date: Mon, 15 Oct 2007 20:25:42 +0000 (+0000) Subject: Update for release 2.20.1 X-Git-Tag: EVINCE_2_20_1^0 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=3f8bccfc1e741f0a7ee97db869096be8fa62192d;p=evince.git Update for release 2.20.1 2007-10-16 Nickolay V. Shmyrev * NEWS: * configure.ac: Update for release 2.20.1 svn path=/branches/gnome-2-20/; revision=2703 --- diff --git a/ChangeLog b/ChangeLog index a7167588..6cf624b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-10-16 Nickolay V. Shmyrev + + * NEWS: + * configure.ac: + + Update for release 2.20.1 + 2007-10-11 Carlos Garcia Campos * backend/pdf/ev-poppler.cc: diff --git a/NEWS b/NEWS index 08a8918b..c7646b5c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +=============== +Evince 2.20.1 +=============== + +Bug fixes: + + * Printing multiple pages per sheet fixes (Carlos Garcia Campos) + * Respect ranges order during print (Carlos Garcia Campos) + * Silently ignore unknown form fields (Matthias Drochner) + * Do not show the toolbar in fullscreen mode if the main toolbar is not visible (Carlos Garcia Campos) + * Give priority to form fields over images (Carlos Garcia Campos) + +Translations: + + Changwoo Ryu (ko) + Francesco Marletta (it) + Ilkka Tuohela (fi) + Peter Bach (da) + =============== Evince 2.20.0 =============== diff --git a/configure.ac b/configure.ac index 0874df2b..f0fa59c7 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],[2.20.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince]) +AC_INIT([Evince],[2.20.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)