]> www.fi.muni.cz Git - evince.git/commitdiff
Release 0.7.1
authorCarlos Garcia Campos <carlosgc@gnome.org>
Wed, 10 Jan 2007 15:59:25 +0000 (15:59 +0000)
committerCarlos Garcia Campos <carlosgc@src.gnome.org>
Wed, 10 Jan 2007 15:59:25 +0000 (15:59 +0000)
2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
* configure.ac:
* NEWS:
Release 0.7.1

svn path=/trunk/; revision=2209

ChangeLog
NEWS
configure.ac

index 68699b211102d2e200adcbbe29d122b137364344..266ab378c311c19b64cb6a66c6ef06cc8866f55f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * configure.ac:
+       * NEWS:
+
+       Release 0.7.1
+
 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-window.c: (ev_window_print_send):
diff --git a/NEWS b/NEWS
index 5bb62d2c559ffe5733d37eb0ebbed2718cc59afa..6eb572a40e89caa4e0e20b4d40627c004d17dbf4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+==============
+Evince   0.7.1
+==============
+
+New Features:
+
+    * Popup window to jump to another page in presentation mode. (Carlos Garcia Campos)
+    * Page transition support in presentation mode. (Carlos Garcia Campos)
+
+Bug Fixes:
+
+    * Fix random crashes related to threads and Font Config (Carlos Garcia Campos)
+    * Fix icon name in desktop file (Luca Ferretti)
+    * Always use "best fit" zoom in presentation mode (Wouter Bolsterlee)
+    * Don't restore the view on the last page when a document is reopened 
+      (Wouter Bolsterlee)
+    * Fix build due to libxml2 (Elijah Newren)
+
+Translations:
+
+    * Djihed Afifi (ar)
+    * Ales Nyakhaychyk (be)
+    * Alexander Shopov (bg)
+    * Josep Puigdemont i Casamajó (ca)
+    * David Lodge (en_GB)
+    * Francisco Javier F. Serrador (es)
+    * Priit Laes (et)
+    * Raivis Dejus (lv)
+    * Jovan Naumovski (mk)
+    * Kjartan Maraas (nb)
+    * Wouter Bolsterlee (nl)
+    * Matic Žgur (sl)
+    * Daniel Nylander (sv)
+    * Theppitak Karoonboonyanan (th)
+    * Clytie Siddall (vi)
+
+Thanks:
+
+    Damien Carbery, Jens Granseuer, Yevgen Muntyan
+
 ==============
 Evince   0.7.0
 ==============
index b59e00d38acd661a42ac812a1e0658216a25bae2..3693fd380c847eaead6cf9872957b4e8828102f5 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.7.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
+AC_INIT([Evince],[0.7.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)