]> www.fi.muni.cz Git - evince.git/commitdiff
Update for release 2.19.4 EVINCE_2_19_4
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Mon, 27 Aug 2007 21:55:16 +0000 (21:55 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 27 Aug 2007 21:55:16 +0000 (21:55 +0000)
2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* NEWS:
* configure.ac:

Update for release 2.19.4

svn path=/trunk/; revision=2646

ChangeLog
NEWS
configure.ac

index 3cc053757e181425fc5bcd7b5155653e87b542b9..b4adca52538af20b797f0effd53b8aa30090b540 100644 (file)
--- 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 b97c285e3f4f7d81a2cc65078477ee4e979f575c..3b6453749948b93af129c51af4eca1b422a221ce 100644 (file)
--- 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
 ==============
index 045cce1a0822188bf3234720e34a350014962790..c6849a0f816e7363ca505e0941324ec2e71d1dd8 100644 (file)
@@ -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)