]> www.fi.muni.cz Git - evince.git/commitdiff
Update for release 0.9.1
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Mon, 14 May 2007 17:00:09 +0000 (17:00 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 14 May 2007 17:00:09 +0000 (17:00 +0000)
2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* NEWS:
* configure.ac:

Update for release 0.9.1

svn path=/trunk/; revision=2459

ChangeLog
NEWS
configure.ac

index b8c0e02851323cfae79ce4b66ca16d02ed414d19..0ba2c5648167a54201099db5d23d6d76a03cb1e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * NEWS:
+       * configure.ac:
+       
+       Update for release 0.9.1
+
 2007-05-14  Alaska Subedi <asubedi@gmail.com>
 
        * backend/djvu/djvu-document-private.h:
diff --git a/NEWS b/NEWS
index 046061fabbc57764558c776e26ef83379fb38655..2ea3e0c85c1ed8ed34acb8eaeb94c84134e3e0a5 100644 (file)
--- 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
 ==============
index f6b37be2bf168028ac386a9a0a85f043fe7fe4f5..154ddc717966a35f5adac504056a8faba6ec3b60 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.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)