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-04-09 20:34:53 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-04-09 20:34:53 (GMT)
commitff0503865646c869c2a845355edd5a6392d40e63 (patch)
tree709e05df4aeebf6c8190d8e33a8c997319dd9bf7
parentea5c5eeb660d4175f6f44169f697511e925c12f9 (diff)
Update for release 0.8.1
2007-04-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update for release 0.8.1 svn path=/trunk/; revision=2401
-rw-r--r--ChangeLog7
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
3 files changed, 32 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 72747c8..c5df016 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-04-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+ * NEWS:
+ * configure.ac:
+
+ Update for release 0.8.1
+
+2007-04-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
* shell/ev-window.c: (setup_size_from_metadata):
Do not make window bigger than screen. Fixes bug
diff --git a/NEWS b/NEWS
index 7c4b609..046061f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,28 @@
==============
+Evince 0.8.1
+==============
+
+Bug Fixes:
+
+ * Default resolutionis used when it's not provided by TIFF
+ document (Carlos Garcia Campos)
+ * Added support for ps, eps and compressed documents
+ thumbnails (Carlos Garcia Campos)
+ * Implemented font color specials in the DVI backend (Ricardo Markiewicz)
+ * DOCUMENTS folder from xdg-data-dirs is used as default folder when
+ opening a file chooser (Matthias Clasen)
+ * unlink-tempfile is used instead of unlink-temp-file (Carlos Garcia Campos)
+
+Translations:
+
+ Gil Forcada (ca)
+ Ignacio Casal Quinteiro (gl)
+ Iñaki Larrañaga Murgoitio (eu)
+ Jorge González (es)
+ Jakub Friedl (cs)
+ Sonam Pelden (dz)
+
+==============
Evince 0.8.0
==============
diff --git a/configure.ac b/configure.ac
index 54571cf..5224e0d 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.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
+AC_INIT([Evince],[0.8.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)