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-05-15 22:23:30 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-05-15 22:23:30 (GMT)
commit2ff34dc68c82e425cff25ee52cf9260b52bb6ad3 (patch)
tree0d4b2e1fd4058bec977282b3abc135549235bf4e
parent874a53523a08189589452097624476c436e018fc (diff)
Update for release 0.5.3
* NEWS: * configure.ac: Update for release 0.5.3
-rw-r--r--ChangeLog7
-rw-r--r--NEWS39
-rw-r--r--configure.ac4
3 files changed, 46 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e426d7..6860181 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-05-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * NEWS:
+ * configure.ac:
+
+ Update for release 0.5.3
+
2006-05-13 Michael Plump <plumpy@skylab.org>
* configure.ac:
diff --git a/NEWS b/NEWS
index 1dd9e7d..f3fdfe0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,46 @@
==============
+Evince 0.5.3
+==============
+
+New Features:
+
+ * Evince supports attachments in PDF files
+ * We require gtk 2.8 and djvulibre 3.5.17 now
+ * Links system is reworked allowing named links
+
+Interface imporovements:
+
+ * Esc closes properties dialog
+ * Cursor is hidden in presentation mode
+ * Find previous item is added to the menu
+
+Bug Fixes:
+
+ * GOption port and po/LINGUAS work
+ * Fixed mime type detection by file contents
+ * Several memory leaks were found
+ * Crash on exit related to thumbnailer
+ * Current page is selected more intelligently
+ * Work around libtool build bug is created
+
+Translations:
+
+ * es gu zh_HK zh_TW gu es gu es zh_CN gu gl bg gu nb et gu nl gl gu
+ nl gu no vi gl nn fi dz et et br vi ro bn et
+
+Thanks:
+
+ Michael Plump, Carlos Garcia Campos, Wouter Bolsterlee, Francisco
+ Javier F. Serrador, Kjartan Maraas and especially all translators.
+
+==============
Evince 0.5.2
==============
Bug Fixes:
- * View don't jump on scrolling.
- * In presentation mode we scroll by one page.
+ * View don't jump on scrolling
+ * In presentation mode we scroll by one page
Translations:
diff --git a/configure.ac b/configure.ac
index 88ed566..5b57ea2 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.2)
+AC_INIT(evince, 0.5.3)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)
@@ -15,7 +15,7 @@ AC_PROG_CC
AM_PROG_CC_STDC
AC_PROG_CXX
AC_STDC_HEADERS
-IT_PROG_INTLTOOL([0.34.90])
+IT_PROG_INTLTOOL([0.35.0])
AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
AC_PATH_PROG([GLIB_MKENUMS],[glib-mkenums])