]> www.fi.muni.cz Git - evince.git/commitdiff
Release 0.7.0 EVINCE_0_7_0
authorCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 18 Dec 2006 17:42:13 +0000 (17:42 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Mon, 18 Dec 2006 17:42:13 +0000 (17:42 +0000)
2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
* configure.ac:
* NEWS:
Release 0.7.0

ChangeLog
NEWS
configure.ac

index 331749f2b2ed97bc5de0e01e0d764cffe28dd496..70868464a78cb6c59251ec5f1030dcb9ed31f2a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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:
diff --git a/NEWS b/NEWS
index 855b5101abbaa57c78766f3debd570f467534543..5bb62d2c559ffe5733d37eb0ebbed2718cc59afa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,64 @@
+==============
+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
 ==============
index 8d170816e302a3673b4912de4e8e0c349b14f5cb..21d0f8ba3c5d17634293458134cce00336e5b7d8 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.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)