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--NEWS56
-rw-r--r--configure.ac2
3 files changed, 64 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d2e826..dbb4df6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-02-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * NEWS:
+ * configure.ac:
+
+ Release 0.7.2
+
2007-02-12 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
diff --git a/NEWS b/NEWS
index 6eb572a..2d7de26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,60 @@
==============
+Evince 0.7.2
+==============
+
+New Features and UI Improvements:
+
+ * Document thumbnail used as window icon. (Carlos Garcia Campos)
+ * Support for gzipped and bzipped
+ document types. (Carlos Garcia Campos)
+ * A lot of new icons. (Luca Feretti, Andreas Nilsson)
+ * Finally working history button. (Nickolay V. Shmyrev)
+
+Internal Improvements:
+
+ * Developer gtk-doc based documentation. (Nickolay V. Shmyrev)
+ * More dogtail tests. (Nickolay V. Shmyrev)
+
+Bug Fixes:
+
+ * Fontconfig lock to avoid crashes. (Carlos Garcia Campos)
+ * Critical crash fix by checking return value from
+ psscan. (Tom Parker)
+ * Critical crash fix in nautilus property page and
+ broken ODF. (Tom Parker)
+ * Critical crash fix with multifile djvu
+ documents. (Carlos Garcia Campos)
+ * Multithreaded gtk problems fix by using async
+ gnome-vfs. (Carlos Garcia Campos)
+
+Translations:
+
+ Changwoo Ryu (ko)
+ Clytie Siddall (vi)
+ Daniel Nylander (sv)
+ David Lodge (en_GB)
+ Dimitris Glezos (el)
+ dorji tashi (dz)
+ Duarte Loreto (pt)
+ Gabor Kelemen (hu)
+ Ihar Hrachyshka (be)
+ Ilkka Tuohela (fi)
+ Ivar Smolin (et)
+ Jovan Naumovski (mk)
+ Khaled Hosny (ar)
+ Kjartan Maraas (nb)
+ Nickolay V. Shmyrev (ru)
+ Stéphane Raimbault (fr)
+ Theppitak Karoonboonyanan (th)
+ Vladimir Petkov (bg)
+ Wouter Bolsterlee (nl)
+ Yuval Tanny (he)
+
+Thanks:
+
+ Ed Catmur, Esteban Sanchez, Theppitak Karoonboonyanan, Wouter Bolsterlee
+
+==============
Evince 0.7.1
==============
diff --git a/configure.ac b/configure.ac
index 77165b9..769cb48 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.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
+AC_INIT([Evince],[0.7.2],[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)