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--NEWS28
-rw-r--r--configure.ac2
3 files changed, 36 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cc0537..b4adca5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-08-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * NEWS:
+ * configure.ac:
+
+ Update for release 2.19.4
+
2007-08-28 Justin Blanchard <justinb04@aim.com>
* shell/ev-view-private.h:
diff --git a/NEWS b/NEWS
index b97c285..3b64537 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+===============
+Evince 2.19.4
+===============
+
+Bug fixes:
+
+ * Find works when findbar is hidden (Justin Blanchard)
+ * Use directly cairo_surface_get_content (Jeff Muizelaar)
+ * Great speedup by using CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 (Jeff Muizelaar)
+ * Fix for embedded thumbnails dimension and rotation (Carlos Garcia Campos)
+ * Avoid ifdefs inside macros (Jens Granseuer)
+ * Memory leak fixes (Justin Blanchard, Hiroyuki Ikezoe)
+ * New icon sizes (Andreas Nilsson)
+ * Invalid read fix (Justin Blanchard)
+ * Fix multihead problems in toolbar editor (Carlos Garcia Campos)
+ * Use the same cairo context for every page in the same expose event (Carlos Garcia Campos)
+
+Translations:
+
+ Adam Weinberger (en_CA)
+ Danishka Navin (si)
+ Duarte Loreto (pt)
+ Hendrik Richter (de)
+ Ihar Hrachyshka (be@latin)
+ Raphael Higino (pt_BR)
+ Stéphane Raimbault (fr)
+ Takeshi Aihana (ja)
+
==============
Evince 0.9.3
==============
diff --git a/configure.ac b/configure.ac
index 045cce1..c6849a0 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.9.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
+AC_INIT([Evince],[2.19.4],[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)