From bb29a7bf197afaee5aa9a8a513927d92665ad1fe Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Mon, 14 May 2007 17:00:09 +0000 Subject: [PATCH] Update for release 0.9.1 2007-05-14 Nickolay V. Shmyrev * NEWS: * configure.ac: Update for release 0.9.1 svn path=/trunk/; revision=2459 --- ChangeLog | 7 +++++++ NEWS | 37 +++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 3 files changed, 45 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b8c0e028..0ba2c564 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-05-14 Nickolay V. Shmyrev + + * NEWS: + * configure.ac: + + Update for release 0.9.1 + 2007-05-14 Alaska Subedi * backend/djvu/djvu-document-private.h: diff --git a/NEWS b/NEWS index 046061fa..2ea3e0c8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,40 @@ +============== +Evince 0.9.1 +============== + +New Features and UI Improvements: + + * Printing support in djvu documents (Alaska Subedi) + * Optional drop of libgnome dependency (Ross Burton) + * Print button for preview mode (Carlos Garcia Campos) + * Remember print settings (Carlos Garcia Campos) + * Use gtk+ builtin paper list to identify the document's paper size (Carlos Garcia Campos) + * Start rendering pages before any other jobs (Carlos Garcia Campos) + * Developer documentation updated. (Iñigo Martínez) + * History button improvements (Nickolay Shmyrev) + +Bug Fixes: + + * Fixes for issues with fullscreen toolbar (Carlos Garcia Campos) + * Compilation fixes for FreeBSD (Roy Marples) + * A lot of calls to parent class methos added (Christian Perch) + * Update gtk-icon-cache in uninstall hook (Brian Pepple) + * Fix for crash in comics backend when filename contains quote (Nickolay Shmyrev) + * Always add application-specific icons to the theme (Nickolay Shmyrev) + +Translations: + + Jakub Friedl (cs) + Dimitris Glezos (el) + David Lodge (en_GB) + Jorge González (es) + Ivar Smolin (et) + Francesco Marletta (it) + Espen Stefansen (nb) + Yannig Marchegay (oc) + Washington Lins (pt_BR) + Daniel Nylander (sv) + ============== Evince 0.8.1 ============== diff --git a/configure.ac b/configure.ac index f6b37be2..154ddc71 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.9.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) -- 2.43.0