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--NEWS39
-rw-r--r--configure.ac2
3 files changed, 47 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 33d6f29..b24e4b2 100644
--- 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 6061500..d95f35b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,43 @@
==============
+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
==============
diff --git a/configure.ac b/configure.ac
index 3081339..7e06105 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.5.3)
+AC_INIT(evince, 0.5.4)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)