Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS40
-rw-r--r--configure.ac2
3 files changed, 48 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 68699b2..266ab37 100644
--- 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 5bb62d2..6eb572a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,44 @@
==============
+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
==============
diff --git a/configure.ac b/configure.ac
index b59e00d..3693fd3 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.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)