[evince] release: 3.5.2
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] release: 3.5.2
- Date: Tue, 5 Jun 2012 16:51:28 +0000 (UTC)
commit a1b6f2cc7781b9f98f77f0f67f1b588c67fabace
Author: Carlos Garcia Campos <carlosgc gnome org>
Date: Tue Jun 5 18:51:00 2012 +0200
release: 3.5.2
NEWS | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 4 +-
2 files changed, 72 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 07cdd21..30d82ca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,74 @@
================
+Evince 3.5.2
+================
+
+New features and improvements:
+
+ * Add API to load EvDocument from GInputStream and GFile. Only
+ implemented by the PDF backend for now (#654832, Christian Persch)
+ * Rework backends management and document factory to make it easy
+ to add a module cache (Christian Persch)
+ * Improve error handling in EvDocumentFactory (Christian Persch)
+ * Include substitute font name and file in font list (Adrian
+ Johnson)
+ * Use primary-toolbar style class in evince-previewer (#675310,
+ Volker Sobek)
+ * Copy document metadata to the new file when saving a copy
+ (#674629, Carlos Garcia Campos)
+
+Bug fixes:
+
+ * Fix memory leak when document is encrypted (Christian Persch)
+ * Do not remove unexistent files from recent menu (#674188, Carlos
+ Garcia Campos)
+ * Fix underlinking with >=glib-2.32 detected by gold linker
+ (Justin Lecher)
+ * Removed deprecated use of GTK_POLICY_AUTOMATIC (Daniel
+ Mustieles)
+ * Fix a crash when running with Broadway GDK backend (#673664,
+ justin)
+ * Remove remnants of Hildon support from configure (#673679,
+ Adrian Bunk)
+ * Remove old workaround inconfigure to build with deprecated
+ symbols (#673680, Adrian Bunk)
+
+Documentation:
+
+ * Add Get Involved section and legal information to the
+ documentation (Tiffany Antopolski)
+
+Translation updates:
+
+ * Daniel Martinez (an)
+ * Khaled Hosny (ar)
+ * Krasimir Chonov (bg)
+ * Gil Forcada (ca)
+ * Gil Forcada (ca valencia)
+ * Marek Äernockà (cs)
+ * Mario BlÃttermann (de)
+ * Daniel Mustieles (es)
+ * Alain Lojewski (fr)
+ * Bruno Brouard (fr)
+ * Fran Dieguez (gl)
+ * Yaron Shahrabani (he)
+ * Gabor Kelemen (hu)
+ * Andika Triwidada (id)
+ * Claudio Arseni (it)
+ * Takayuki KUSANO (ja)
+ * RÅdolfs Mazurs (lv)
+ * Kjartan Maraas (nb)
+ * Piotr DrÄg (pl)
+ * Jonh Wendell (pt_BR)
+ * Aleksej Kabanov (ru)
+ * Yuri Kozlov (ru)
+ * Pavol KlaÄanskà (sk)
+ * Andrej ÅnidarÅiÄ (sl)
+ * Matej UrbanÄiÄ (sl)
+ * Miroslav NikoliÄ (sr latin)
+ * ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ (sr)
+ * Praveen Illa (te)
+
+================
Evince 3.4.0
================
diff --git a/configure.ac b/configure.ac
index 99cfb8f..0d56534 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@
# *****************************************************************************
m4_define([ev_major_version],[3])
-m4_define([ev_minor_version],[4])
-m4_define([ev_micro_version],[0])
+m4_define([ev_minor_version],[5])
+m4_define([ev_micro_version],[2])
m4_define([ev_extra_version],[])
m4_define([ev_version],[ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]