From fe5f9aad14c6388a5b767654792ea8c72710a7b8 Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Mon, 14 May 2007 20:13:05 +0000 Subject: [PATCH] Minor fixes before 0.9.0 svn path=/trunk/; revision=2461 --- ChangeLog | 2 +- NEWS | 5 +++-- configure.ac | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0ba2c564..1419ab9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ * NEWS: * configure.ac: - Update for release 0.9.1 + Update for release 0.9.0 2007-05-14 Alaska Subedi diff --git a/NEWS b/NEWS index 59965062..2f42e065 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ ============== -Evince 0.9.1 +Evince 0.9.0 ============== New Features and UI Improvements: @@ -16,6 +16,7 @@ New Features and UI Improvements: Bug Fixes: * Fixes for issues with fullscreen toolbar (Carlos Garcia Campos) + * Open document in empty window with EggRecent (Eduardo Lima) * Compilation fixes for FreeBSD (Roy Marples) * A lot of calls to parent class methos added (Christian Persch) * Update gtk-icon-cache in uninstall hook (Brian Pepple) @@ -41,7 +42,7 @@ Evince 0.8.1 Bug Fixes: - * Default resolutionis used when it's not provided by TIFF + * Default resolution is used when it's not provided by TIFF document (Carlos Garcia Campos) * Added support for ps, eps and compressed documents thumbnails (Carlos Garcia Campos) diff --git a/configure.ac b/configure.ac index 154ddc71..bdbe0d40 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.9.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince]) +AC_INIT([Evince],[0.9.0],[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