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 b6ebb02..4e125b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-08-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * NEWS:
+ * configure.ac:
+
+ Update for release 0.5.5
+
2006-08-07 Radoslav Dorcik <dixiecko@gmail.com>
* shell/ev-window.c: (ev_window_cmd_escape)
diff --git a/NEWS b/NEWS
index 1669e3c..c0e0647 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,43 @@
==============
+Evince 0.5.5
+==============
+
+New Features:
+
+ * Evince have preview mode for using with gtk+
+ * New print dialog is used with gtk 2.10
+ * New recent files framework is used
+
+UI Improvements:
+
+ * Sidebar is unified with Epiphany
+ * Escape unfocus page entry
+
+Bug Fixes:
+
+ * Automake updates
+ * Link coordinates now used correctly
+ * Desktop file is corrected
+ * Memory leak fixes
+
+Translations:
+
+ * ca cs de dz el es et eu fi fr gu ja ko mk nl ru sl sv th zh_HK zh_TW
+
+Thanks:
+
+ Carlos Garcia Campos, Christian Persch, Radoslav Dorcik,
+ Ricardo Markiewicz, Wouter Bolsterlee
+
+ and especially translators:
+
+ Ankit Patel, Arangel Angov, Benoît Dejean, Changwoo Ryu, Chao-Hsiung
+ Liao, Christophe Merlet, Daniel Nylander, Francisco Javier F. Serrador,
+ Guntupalli Karunakar, Hendrik Richter, Ilkka Tuohela, Inaki Larranaga,
+ Jakub Friedl, Josep Puigdemont i Casamajó, Jovan Naumovski, Nikos
+ Charonitakis, Priit Laes, Takeshi Aihana, Theppitak Karoonboonyanan
+
+==============
Evince 0.5.4
==============
diff --git a/configure.ac b/configure.ac
index 8de5b63..c9fba4a 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.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
+AC_INIT([Evince],[0.5.5],[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)