Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2007-05-14 17:00:09 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-05-14 17:00:09 (GMT)
commitbb29a7bf197afaee5aa9a8a513927d92665ad1fe (patch)
tree17f1116400e82dacae73ba72d93c15ddac014bab
parentabe946bae0c2b6ed275eaba528cee0d65f7984d1 (diff)
Update for release 0.9.1
2007-05-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update for release 0.9.1 svn path=/trunk/; revision=2459
-rw-r--r--ChangeLog7
-rw-r--r--NEWS37
-rw-r--r--configure.ac2
3 files changed, 45 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b8c0e02..0ba2c56 100644
--- 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 046061f..2ea3e0c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,41 @@
==============
+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 f6b37be..154ddc7 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)