]> www.fi.muni.cz Git - evince.git/commitdiff
Update for release 2.20.2 EVINCE_2_20_2
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Mon, 26 Nov 2007 21:52:02 +0000 (21:52 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 26 Nov 2007 21:52:02 +0000 (21:52 +0000)
2007-11-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* NEWS:
* configure.ac:

Update for release 2.20.2

svn path=/branches/gnome-2-20/; revision=2750

ChangeLog
NEWS
configure.ac

index 7da22a889c4e05ffeb9fdd4593d710d6e1f1f976..d7d3f7e3fc270e3e992e3e4b4d3aa3cce8d8c1cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-11-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * NEWS:
+       * configure.ac:
+       
+       Update for release 2.20.2
+
 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
 
        * backend/tiff/tiff-document.c: (tiff_document_render):
diff --git a/NEWS b/NEWS
index c7646b5ccfee5ffde713a4f43b02b7ad275e2828..e08b49d967ed58b4f57030ce52202cb330f038c0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+===============
+Evince  2.20.2
+===============
+
+Bug fixes:
+
+    * Tiff documents were rendered with wrong colors (Matthias Clasen)
+    * Fix endless loop when zero pages per sheet is selected (Darren Kenny)
+    * Do not jump to the first page when reloading from command line (Carlos Garcia Campos)
+    * Memory leak fix (Hiroyuki Ikezoe)
+    * Fix printing with poppler splash backend (Carlos Garcia Campos)
+    * Fix a crash when printing with the gnome-print dialog (Carlos Garcia Campos)
+    * Warning fix (Sebastien Bacher)
+
+Translations:
+
+    Matej Urbančič (sl)
+    Youssef Chahibi (ar)
+
 ===============
 Evince  2.20.1
 ===============
index f0fa59c7486a630628a88e5738333720cef020ee..38ec3a36bbcccb3345107b557c41daa280be302f 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT([Evince],[2.20.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
+AC_INIT([Evince],[2.20.2],[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)