From: Nickolay V. Shmyrev Date: Mon, 10 Jul 2006 21:39:59 +0000 (+0000) Subject: Update for release 0.5.4 X-Git-Tag: EVINCE_0_5_4~2 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=2b3dc30d8b372bfa91e459ab2e23004146e2a073;p=evince.git Update for release 0.5.4 2006-07-11 Nickolay V. Shmyrev * NEWS: * configure.ac: Update for release 0.5.4 --- diff --git a/ChangeLog b/ChangeLog index 33d6f293..b24e4b22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-07-11 Nickolay V. Shmyrev + + * NEWS: + * configure.ac: + + Update for release 0.5.4 + 2006-07-11 Bastien Nocera * Makefile.am: diff --git a/NEWS b/NEWS index 60615002..d95f35b8 100644 --- 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 ============== diff --git a/configure.ac b/configure.ac index 30813395..7e061053 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)