From d1aa24de78a12e28318584888a57a199a176579a Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Mon, 12 Feb 2007 21:35:27 +0000 Subject: Release 0.7.2 2007-02-13 Nickolay V. Shmyrev * NEWS: * configure.ac: Release 0.7.2 svn path=/trunk/; revision=2320 --- diff --git a/ChangeLog b/ChangeLog index 2d2e826..dbb4df6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-02-13 Nickolay V. Shmyrev + + * NEWS: + * configure.ac: + + Release 0.7.2 + 2007-02-12 Carlos Garcia Campos * 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) -- cgit v0.9.1