Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--NEWS28
-rw-r--r--configure.ac2
3 files changed, 37 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b348be7..0a12617 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-10-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+ * NEWS:
+ * configure.ac:
+
+ Update for 0.6.1
+
+2006-10-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
* shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
(job_fonts_finished_cb), (ev_properties_fonts_set_document):
@@ -106,7 +113,7 @@
* shell/ev-window.c: (ev_window_setup_action_sensitivity),
(ev_window_set_view_accels_sensitivity):
- Don't enable Splash on documents which don't support
+ Don't enable Slash on documents which don't support
find. Fixes bug #358648.
2006-10-01 Wouter Bolsterlee <wbolster@gnome.org>
diff --git a/NEWS b/NEWS
index 61acc6d..77160ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,32 @@
==============
+Evince 0.6.1
+==============
+
+Bug Fixes:
+
+ * Current page follows find page
+ * Reopen reloads document
+ * Document size is guessed correctly
+ * Icons are installed in correct folders
+ * Memory leak fixed, etc
+
+Translations:
+
+ * da dz el en_GB es fa gl it ka nn ro
+
+Thanks:
+
+ Carlos Garcia Campos, Mathias Hasselmann, Wouter Bolsterlee,
+ Christian Persch
+
+ and especially translators:
+
+ Alessio Frusciante, Åsmund Skjæveland, David Lodge,
+ Francisco Javier F. Serrador, Ignacio Casal Quinteiro, Kostas Papadimas,
+ Mugurel Tudorm, Ole Laursen, Pema Geyleg, Roozbeh Pournader,
+ Vladimer Sichinava
+
+==============
Evince 0.6.0
==============
diff --git a/configure.ac b/configure.ac
index 049e6e9..a33b02b 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.6.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
+AC_INIT([Evince],[0.6.1],[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)