From 2f72f01dc8ea5cbc2a8622ca15a4e755c679da28 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Mon, 28 Jan 2008 22:06:28 +0000 Subject: Update for release 2.21.90. 2008-01-29 Nickolay V. Shmyrev * NEWS: * configure.ac: Update for release 2.21.90. svn path=/trunk/; revision=2870 --- diff --git a/ChangeLog b/ChangeLog index 031e354..61336c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-01-29 Nickolay V. Shmyrev + + * NEWS: + * configure.ac: + + Update for release 2.21.90. + 2008-01-27 Carlos Garcia Campos * shell/ev-window.c: (ev_window_cmd_escape): diff --git a/NEWS b/NEWS index 24e5006..f93f6e2 100644 --- a/NEWS +++ b/NEWS @@ -2,10 +2,6 @@ Evince 2.21.90 =============== -IMPORTANT NOTICE: These release notes were updated by Wouter Bolsterlee on -20080124. This NEWS file should be updated again before a release (including -the version number right above this message)! - Important notice for distributors: * This release overrides document permissions by default. See @@ -14,6 +10,7 @@ Important notice for distributors: New features and UI improvements: + * Port to gio and drop gnome-vfs dependency. (#510401, Cosimo Cecchi, Carlos Garcia Campos) * Scroll pages in page entry with mouse wheel (#324122, David Turner) * Kinetic autoscroll feature in context menu (#323670, #461271, David Turner) * New plugin system for backends (#351348, Carlos Garcia Campos) @@ -38,7 +35,8 @@ Bug fixes: * Repair horizontal scrolling with shift (#483412, Nickolay V. Shmyrev) * Gnome Keyring is now an optional dependency (#509676, Marcelo Lira) * Reduce memory consumption by rendering images on demand (Carlos Garcia Campos) - * Other bugs fixed: #502843, #460658, #504721 + * Fix printing in dvi backend when filename contains white spaces. (#502839, Carlos Garcia Campos) + * Other bugs fixed: #502843, #460658, #504721, #511635 Thanks: diff --git a/configure.ac b/configure.ac index f0d9b60..f8b64d3 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.21.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince]) +AC_INIT([Evince],[2.21.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince]) AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip]) EV_API_VERSION=2.20 -- cgit v0.9.1