Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2006-12-18 17:42:13 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2006-12-18 17:42:13 (GMT)
commit0ab339a4fb9525853005750ce55a45410a306ea7 (patch)
treea739cf0055813b42daf07aa060e88ce8b54c724b
parentf09959b414ef0f5112f7c6277a23606e432e2389 (diff)
Release 0.7.0
2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * NEWS: Release 0.7.0
-rw-r--r--ChangeLog7
-rw-r--r--NEWS61
-rw-r--r--configure.ac2
3 files changed, 69 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 331749f..7086846 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
* configure.ac:
+ * NEWS:
+
+ Release 0.7.0
+
+2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * configure.ac:
* pdf/ev-poppler.cc: (pdf_print_context_free),
(pdf_document_file_exporter_begin),
(pdf_document_file_exporter_do_page):
diff --git a/NEWS b/NEWS
index 855b510..5bb62d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,65 @@
==============
+Evince 0.7.0
+==============
+
+New Features:
+
+ * History. Preliminary implementation, not finished yet. (Nickolay V. Shmyrev)
+ * Option to open a copy of the document in a new window. (Carlos Garcia Campos)
+ * Multihead systems support. (Carlos Garcia Campos)
+ * Added paper size field to the properties dialog. (Kasper Svendsen, Wouter Bolsterlee)
+ * Added automated UI tests with dogtail (Nickolay V. Shmyrev)
+
+Bug Fixes:
+
+ * Links support in rotated documents. (Radoslav Dorcik)
+ * Side pane disabled when entering and leaving fullscreen mode. (Nickolay V. Shmyrev)
+ * Fixed crash in DVI backend. (Nickolay V. Shmyrev)
+ * Printing settings scale, copies, collate, reverse, odd/even work again (Carlos Garcia Campos)
+ * Added page setup dialog for printing. (Carlos Garcia Campos)
+ * Support for printing to a PDF file. (Carlos Garcia Campos)
+ * Allow blank screen in presentation mode. (Carlos Garcia Campos)
+ * Added "End of presentation" page in presentation mode. (Carlos Garcia Campos)
+ * Screensaver detection in presentation mode. (Wouter Bolsterlee)
+ * "Loading..." text is not shown in presentation mode. (Wouter Bolsterlee)
+
+Security Fixes:
+
+ * Buffer overflow in PS backend. CVE-2006-5864. (Carlos Garcia Campos)
+
+Translations:
+
+ * Djihed Afifi (ar)
+ * Runa Bhattacharjee (bn_IN)
+ * Gil Forcada (ca)
+ * Jakub Friedl (cs)
+ * Mindu Dorji (dz)
+ * Dimitris Glezos (el)
+ * David Lodge (en_GB)
+ * Francisco Javier F. Serrador (es)
+ * Ilkka Tuohela (fi)
+ * Claude Paroz (fr)
+ * Ankit Patel (gu)
+ * Rajesh Ranjan (hi)
+ * Gabor Kelemen (hu)
+ * Satoru SATOH (ja)
+ * Vladimer Sichinava (ka)
+ * Fano Rajaonarisoa (mg)
+ * Kjartan Maraas (nb)
+ * Wouter Bolsterlee (nl)
+ * Leonardo Ferreira Fontenelle (pt_BR)
+ * Leonid Kanter (ru)
+ * Steve Murphy (rw)
+ * Daniel Nylander (sv)
+ * Theppitak Karoonboonyanan (th)
+ * Baris Cicek (tr)
+
+Thanks:
+
+ Claudio Saavedra, Gabriel Felipe Cornejo, Mathias Hasselmann, Michael Monreal,
+ Julien Rebetez, P. Henrique Silva, Yevgen Muntyan
+
+==============
Evince 0.6.1
==============
diff --git a/configure.ac b/configure.ac
index 8d17081..21d0f8b 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.6.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
+AC_INIT([Evince],[0.7.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)