]> www.fi.muni.cz Git - evince.git/commitdiff
Release 0.7.2
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Mon, 12 Feb 2007 21:35:27 +0000 (21:35 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 12 Feb 2007 21:35:27 +0000 (21:35 +0000)
2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* NEWS:
* configure.ac:

Release 0.7.2

svn path=/trunk/; revision=2320

ChangeLog
NEWS
configure.ac

index 2d2e8269477d7e05caa199ed44a4fd4f4775564b..dbb4df6a1c3c9a141e6e98987529ac70c6fb2ba7 100644 (file)
--- 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 6eb572a40e89caa4e0e20b4d40627c004d17dbf4..2d7de26f2454b4563fbc2dd99a17e4024d25f80c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,59 @@
+==============
+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
 ==============
index 77165b99a556dd8e9f70e628ec6477e009bea0b9..769cb4873190c4fd58cbbd197adce288e8b46c97 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.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)