]> www.fi.muni.cz Git - evince.git/commitdiff
Minor fixes before 0.9.0 EVINCE_0_9_0
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 14 May 2007 20:13:05 +0000 (20:13 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 14 May 2007 20:13:05 +0000 (20:13 +0000)
svn path=/trunk/; revision=2461

ChangeLog
NEWS
configure.ac

index 0ba2c5648167a54201099db5d23d6d76a03cb1e5..1419ab9a3feb07c9e2be5fc5fd5a8d3c2c5c93b5 100644 (file)
--- 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 <asubedi@gmail.com>
 
diff --git a/NEWS b/NEWS
index 59965062eecc0f31a6929d36dec955f5603a6e0f..2f42e0656da0a3459fcb6d1c9d965e2613fb4771 100644 (file)
--- 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)
index 154ddc717966a35f5adac504056a8faba6ec3b60..bdbe0d40601133fa2c8026ded3df1600ddf4cfb0 100644 (file)
@@ -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)