]> www.fi.muni.cz Git - evince.git/commitdiff
Update for release 2.21.1
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Mon, 3 Dec 2007 21:55:19 +0000 (21:55 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 3 Dec 2007 21:55:19 +0000 (21:55 +0000)
2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* NEWS:
* configure.ac:

Update for release 2.21.1

svn path=/trunk/; revision=2758

ChangeLog
NEWS
configure.ac

index 8806552834de8a587817328ad2b098617fac9530..99a09917de07c32cb1ad91c7f708b9ed7e6b3f29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * NEWS:
+       * configure.ac:
+       
+       Update for release 2.21.1
+
 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * configure.ac:
diff --git a/NEWS b/NEWS
index 08a8918b603080807e5768e380811f94ddc20726..71cc97138a5389572543bd50c0b91fc534ea9114 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,83 @@
+===============
+Evince  2.21.1
+===============
+
+New Features and UI Improvements:
+
+    * Use message area for notification about errors
+    * Some print settings for documents are stored in metadata
+    * Added command line option for search
+    * Expander with a recent documents is added to toolbar
+    * Egg-recent code dropped
+    * Djvu, dvi and comics are enabled by defaul
+    * Support for links with URI's like mailto
+
+Bug fixes:
+
+    * Removed the shadow of the fullscreen toolbar
+    * A lot of bug fixes from a stable branch
+
+Thanks:
+    To Carlos Garcia Campos who did the all the amazing work above :)
+
+Translations:
+
+    Changwoo Ryu (ko)
+    Daniel Nylander (sv)
+    Djihed Afifi (ar)
+    Jorge Gonzalez (es)
+    Francesco Marletta (it)
+    Gabor Kelemen (hu)
+    Gintautas Miliauskas (lt)
+    Ignacio Casal Quinteiro (gl)
+    Ihar Hrachyshka (be@latin)
+    Ilkka Tuohela (fi)
+    Ivar Smolin (et)
+    Jorge González (es)
+    Kjartan Maraas (nb)
+    Matej Urbančič (sl)
+    Peter Bach (da)
+    Yannig Marchegay (Kokoyaya) (oc)
+
+===============
+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
+===============
+
+Bug fixes:
+
+    * Printing multiple pages per sheet fixes (Carlos Garcia Campos)
+    * Respect ranges order during print (Carlos Garcia Campos)
+    * Silently ignore unknown form fields (Matthias Drochner)
+    * Do not show the toolbar in fullscreen mode if the main toolbar is not visible (Carlos Garcia Campos)
+    * Give priority to form fields over images (Carlos Garcia Campos)
+    
+Translations:
+
+    Changwoo Ryu (ko)
+    Francesco Marletta (it)
+    Ilkka Tuohela (fi)
+    Peter Bach (da)
+
 ===============
 Evince  2.20.0
 ===============
index 01a9ce762ecb7626d537db23da22e4f2543436e9..003b2e8e67f25d285062ddb922132c7466d2f64c 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.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince])
+AC_INIT([Evince],[2.21.1],[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)