]> www.fi.muni.cz Git - evince.git/commitdiff
Update for release 0.5.4
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Mon, 10 Jul 2006 21:39:59 +0000 (21:39 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 10 Jul 2006 21:39:59 +0000 (21:39 +0000)
2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* NEWS:
* configure.ac:

Update for release 0.5.4

ChangeLog
NEWS
configure.ac

index 33d6f293e797cb382a208bce95fa9fc28db8e7fe..b24e4b225b27da1993ae39717cd9524baeb2179a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * NEWS:
+       * configure.ac:
+       
+       Update for release 0.5.4
+
 2006-07-11  Bastien Nocera <hadess@hadess.net>
 
        * Makefile.am:
diff --git a/NEWS b/NEWS
index 60615002e06d85345f9c53d7cc9e6d13b9fb9237..d95f35b8c2c1a29389e5ec3e212d67c43d6a3055 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+==============
+Evince   0.5.4
+==============
+
+New Features:
+
+    * Evince supports impress slides with --enable-impress
+    * URI's with anchors can be opened
+
+Bug Fixes:
+
+    * PAPI printing crash was fixed
+    * Threads-related crash was fixed
+    * Assertion on document types that don't support
+      links don't cause crash now
+    * Reload crash was fixed as loading of
+      password-protected documents
+    * Page-label command line option works again
+
+Translations:
+
+    * bg bn br dz es et fi gl gu nb nl nn no ro vi zh_CN zh_HK zh_TW
+        
+Thanks:     
+
+    Bastien Nocera, Carlos Garcia Campos, Ghee Teo, Pat Rondon,
+    Ricardo Markiewicz, Wouter Bolsterlee
+    
+    and especially translators:
+        
+    Ahmad Riza H Nst, Ales Nyakhaychyk, Alexander Shopov,  Ankit Patel,
+    Benoît Dejean, Changwoo Ryu, Chao-Hsiung Liao, Clytie Siddall,
+    Francisco Javier F. Serrador, Funda Wang, Hendrik Richter,
+    I. Felix, Ignacio Casal Quinteiro, Ilkka Tuohela, Inaki Larranaga,
+    Jakub Friedl, Jayaradha,  Josep Puigdemont Casamajó,
+    Jovan Naumovski, Kjartan Maraas, Pawan Chitrakar, Pema Geyleg,
+    Priit Laes, Runa Bhattacharjee, Theppitak Karoonboonyanan, 
+    Vincent van Adrighem, Yair Hershkovitz
+        
 ==============
 Evince   0.5.3
 ==============
index 3081339556416a0cd2e1ac355d73248f017da44c..7e06105372d422b7b6631a8a6db69221fda84162 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.5.3)
+AC_INIT(evince, 0.5.4)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 
 AM_CONFIG_HEADER(config.h)