Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-02-27 22:20:30 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-02-27 22:20:30 (GMT)
commite3e78a0e6f0ccebb92e288cac0551cde3cbb183a (patch)
tree0d40747d712d00e7aaa4437e0925ce1a86d3d427
parente3ebd48bee4b38ed879860de24a297bdde6237f2 (diff)
Update for release 0.5.1
* NEWS, configure.ac: Update for release 0.5.1
-rw-r--r--ChangeLog11
-rw-r--r--NEWS40
-rw-r--r--configure.ac2
3 files changed, 47 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index e5f25a7..87cccbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-02-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * NEWS, configure.ac:
+
+ Update for release 0.5.1
+
2006-02-24 Ricardo Markiewicz <rmarkie@fi.uba.ar>
* backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
@@ -200,11 +206,6 @@
Add keybindings for percision-scrolling of display area.
Fix for the bug #314072.
-2006-01-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
-
- * shell/ev-view.c: (add_scroll_binding_keypad),
- (ev_view_binding_activated), (ev_view_class_init):
-
2006-01-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* data/evince.desktop.in.in:
diff --git a/NEWS b/NEWS
index 119c7fd..fce9726 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,44 @@
==============
+Evince 0.5.1
+==============
+
+New Features:
+
+ * Evince can search text in DJVU files
+
+Interface improvements:
+
+ * Odd pages are placed to the right in dual page mode
+
+Bug Fixes:
+
+ * Produce thumbnails for comic books and carefully work with
+ unzip
+ * Correctly interoperate with DBUS 0.60
+ * Ghostscript interpreter is checked in runtime
+ * PS mime types are listed in desktop file
+ * It's possible to add sidebar checkbutton on toolbar
+ * It's possible to print in inverse order
+ * Filechooser now will ask for overwrite confirmation
+ * Search now takes account for scrolling
+ * It's allowed to scroll view from find entry
+ * Evince don't jump to find result if window was scrolled during search
+ * It's now clear what page the toolbar page number applies to
+
+Translations:
+
+ * bg ca cs cy da el en_CA es et eu fi gl gu he hu ja lt nb nl no pl
+ pt_BR pt ru sq sr th vi zh_CN zh_HK zh_TW
+ * Spanish docs are updated and we have Bulgarian translation now
+
+Thanks:
+
+ Ricardo Markiewicz, Rostislav Raykov, Stanislav Slusny,
+ Francisco Javier F. Serrador, Antoine Dopffer, Michael Hofmann,
+ Gary Coady, Luca Ferretti, Carlos Garcia Campos, Eduardo de Barros Lima,
+ Christopher Aillon and all translators.
+
+==============
Evince 0.5.0
==============
diff --git a/configure.ac b/configure.ac
index 7f33055..3f5bb13 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.0)
+AC_INIT(evince, 0.5.1)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)