[evince] [release] 2.29.1



commit 5b0c51f82cf2a0c9e53e55399c4b1c8ca03a16ef
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Mon Oct 26 19:47:42 2009 +0100

    [release] 2.29.1

 NEWS         |  107 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |   10 +++---
 2 files changed, 112 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9e669b1..82d238c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,111 @@
 ================
+Evince  2.29.1
+================
+
+New Features and UI Improvements:
+
+    * Embed page setup settings in the print dialog (#591551, Marek
+      Kašík, Carlos Garcia Campos)
+    * A new tab has been added to properties dialog to show
+    * information about the document license (#349173, Juanjo Marín,
+      Carlos Garcia Campos)
+    * Use different processes for every document opened. (#583680,
+      #434966, #497388, #524633, #586087, Carlos Garcia Campos)
+    * Use GVFS metadata instead of our own xml based
+      implementation. (#586841, Carlos Garcia Campos)
+    * When scrolling a page, move one screen leaving one line context
+      to help to visually track the document as it moves. (#170871,
+      Carlos Garcia Campos)
+    * Use GtkInfoBar instead of GeditMessageArea for the message area
+      (#592785, Carlos Garcia Campos)
+    * EvPageCache has been splitted up into document part (moved to
+      EvDocument which has been converted into an abstract class
+      instead of an interface) and view part: EvDocumentModel. This
+      allows to have more than one EvView for the same document, so
+      that "Open a Copy" can be implemented without using the symlink
+      hack. (#573641, Carlos Garcia Campos)
+
+Bug fixes:
+
+    * Several fixes and cleanups in comics backend (Christian Persch)
+    * Don't exit with non-writable $HOME (Christian Persch)
+    * Clean up temp file handling to make sure we can cope with not
+      being able to create our temp directory (#595372, Christian Persch)
+    * Set page orientation of each page when printing so that
+      documents with mixed portrait/landscape pages print correctly
+      (#599470, Adrian Johnson)
+    * Preserve aspect ratio when scaling page for printing (#599468,
+      Adrian Johnson)
+    * Fix a crash when we don't have a DBUS connection (Christian Persch)
+    * Make sure total_num_bytes > 0 before using it in progress
+      callbacks (#597691, Carlos Garcia Campos)
+    * Escape document URI before showing it in progress area (#597691,
+      Carlos Garcia Campos)
+    * Fix a crash due to an uninitialized variable (#597154, Carlos
+      Garcia Campos)
+    * Fix a crash when there are form field widgets active during
+      rotation (#593316, Carlos Garcia Campos)
+    * Remarks the selected thumbnail after rotation (#595548, Juanjo Marín)
+    * Don't change current page when rotating documents with different
+      page sizes (#595704, Carlos Garcia Campos)
+    * Fix thumbnails rotation when loading a rotated document
+      (#595718, Carlos Garcia Campos)
+    * Save images as png or jpg when the filename has no extensions
+      (#595079, Patrick Ammann)
+    * Populate destination page when reloading the document (#570054,
+      Fernando Herrera)
+
+Translation updates:
+
+    * Khaled Hosny (ar)
+    * Astur (ast)
+    * Krasimir \"Bfaf\" Chonov (bg)
+    * Runa Bhattacharjee (bn_IN)
+    * Gil Forcada (ca)
+    * Marek Ä?ernocký (cs)
+    * Kenneth Nielsen (da)
+    * Mario Blättermann (de)
+    * Kostas Papadimas (el)
+    * Philip Withnall (en_GB)
+    * Jorge González (es)
+    * Ivar Smolin (et)
+    * Iñaki Larrañaga Murgoitio (eu)
+    * Tommi Vainikainen (fi)
+    * Claude Paroz (fr)
+    * Antón Méixome (gl)
+    * Sweta Kothari (gu)
+    * Gabor Kelemen (hu)
+    * Andika Triwidada (id)
+    * Francesco Marletta (it)
+    * Shushi Kurose (ja)
+    * Shankar Prasad (kn)
+    * Changwoo Ryu (ko)
+    * Gintautas Miliauskas (lt)
+    * Sangeeta Kumari (mai)
+    * Ani Peter (ml)
+    * Sandeep Shedmake (mr)
+    * Kjartan Maraas (nb)
+    * Reinout van Schouwen (nl)
+    * Manoj Kumar Giri (or)
+    * A S Alam (pa)
+    * Piotr DrÄ?g (pl)
+    * André Gondim (pt_BR)
+    * Duarte Loreto (pt)
+    * Lucian Adrian Grijincu (ro)
+    * Matej UrbanÄ?iÄ? (sl)
+    * MiloÅ¡ PopoviÄ? (sr latin)
+    * Ð?илоÑ? Ð?оповиÑ? (sr)
+    * Daniel Nylander (sv)
+    * Dr.T.Vasudevan (ta)
+    * Krishna Babu K (te)
+    * Theppitak Karoonboonyanan (th)
+    * Baris Cicek (tr)
+    * Maxim Dziumanenko (uk)
+    * Aron Xu (zh_CN)
+    * Chao-Hsiung Liao (zh_HK)
+    * Chao-Hsiung Liao (zh_TW)
+
+================
 Evince  2.27.90
 ================
 
diff --git a/configure.ac b/configure.ac
index b72e750..3ca8401 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,13 +3,13 @@
 # *****************************************************************************
 
 m4_define([ev_major_version],[2])
-m4_define([ev_minor_version],[27])
-m4_define([ev_micro_version],[90])
+m4_define([ev_minor_version],[29])
+m4_define([ev_micro_version],[1])
 m4_define([ev_extra_version],[])
 m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])
 
 # The evince API version
-m4_define([ev_api_version], [2.25])
+m4_define([ev_api_version], [2.29])
 
 # Libtool versioning. The backend and view libraries have separate versions.
 # Before making a release, the libtool version should be modified.
@@ -21,14 +21,14 @@ m4_define([ev_api_version], [2.25])
 # - If the interface is the same as the previous version, change to C:R+1:A
 
 # Libtool version of the backend library
-m4_define([ev_document_lt_current],[1])
+m4_define([ev_document_lt_current],[2])
 m4_define([ev_document_lt_revision],[0])
 m4_define([ev_document_lt_age],[0])
 m4_define([ev_document_lt_version_info],[ev_document_lt_current:ev_document_lt_revision:ev_document_lt_age])
 m4_define([ev_document_lt_current_minus_age],[m4_eval(ev_document_lt_current - ev_document_lt_age)])
 
 # Libtool version of the view library
-m4_define([ev_view_lt_current],[1])
+m4_define([ev_view_lt_current],[2])
 m4_define([ev_view_lt_revision],[0])
 m4_define([ev_view_lt_age],[0])
 m4_define([ev_view_lt_version_info],[ev_view_lt_current:ev_view_lt_revision:ev_view_lt_age])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]