[evince/gnome-3-32] Release 3.32.1



commit 6fc595424a224d5e1261245e312b05b6a6cc8f1d
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Sun Sep 29 13:12:19 2019 -0300

    Release 3.32.1

 NEWS                            | 70 +++++++++++++++++++++++++++++++++++++++++
 configure.ac                    |  2 +-
 meson.build                     |  2 +-
 org.gnome.Evince.appdata.xml.in | 13 ++++++++
 4 files changed, 85 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9a46a022..9f50b42b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,73 @@
+================
+Evince    3.32.1
+================
+
+* AppData
+  * Add release information (Mika Väinölä, Germán Poo-Caamaño)
+
+backend:
+  * fix swapped y-coordinates when adding annotations (#1008, Casey Jao)
+  * Handle failure from TIFFReadRGBAImageOriented (#1129, Jason Crain)
+
+help:
+  * Update German screen-shots (Christian Kirbach)
+  * No more 'File > Print' menu in 3.32 (Andre Klapper)
+  * Update localized print-select screenshots (Andre Klapper)
+  * Update localized reverse-collate screenshots (Andre Klapper)
+
+libdocument:
+  * Add transfer annotation for ev_document_get_info (#1125, Dylan McCall)
+
+shell:
+  * Don't start render job until realized (#1177, Jason Crain)
+  * Check for Poppler 0.76.0 for ignoreDiacritics feature (#1179, Nelson Benítez León)
+  * fix get_backend_info_for_mime_type for macOS and Windows (#1145, Germán Poo-Caamaño)
+  * disconnect notify::document signal in finalize (#789, Jason Crain)
+  * prevent NULL metadata being passed (#1120, Nelson Benítez León)
+  * remember unmaximized window size (Jason Crain)
+  * fix popup (Jason Crain)
+  * protect against NULL var reaching strcmp() (#1113, Nelson Benítez León)
+
+snap:
+  * Updated to build with meson (Ken VanDine)
+  * Updated to use core18 and newer GNOME platform (Ken VanDine)
+  * set grade to stable (Ken VanDine)
+
+Developers:
+  * Andre Klapper, Casey Jao, Christian Kirbach, Dylan McCall, Germán Poo-Caamaño, Jason Crain, Ken VanDine, 
Mika Väinölä, Nelson Benítez León
+
+Translations:
+  * Khaled Hosny (Arabic)
+  * Asier Sarasua Garmendia (Basque)
+  * Rafael Fontenelle (Brazilian Portuguese)
+  * Cheng-Chia Tseng (Chinese (Taiwan))
+  * Goran Vidović (Croatian)
+  * Marek Černocký (Czech help)
+  * Alan Mortensen (Danish)
+  * Ask Hjorth Larsen (Danish)
+  * Nathan Follens (Dutch)
+  * Kristjan SCHMIDT (Esperanto)
+  * Charles Monzat (French)
+  * Fabio Tomat (Friulian)
+  * Fran Dieguez (Galician)
+  * Christian Kirbach (German)
+  * Tim Sabsch (German)
+  * Balázs Úr (Hungarian)
+  * Gábor Kelemen (Hungarian)
+  * Sveinn í Felli (Icelandic)
+  * Gianvito Cavasoli (Italian)
+  * Baurzhan Muftakhidinov (Kazakh)
+  * Changwoo Ryu (Korean)
+  * Rūdolfs Mazurs (Latvian)
+  * Aurimas Černius (Lithuanian)
+  * Piotr Drąg (Polish)
+  * Daniel Șerbănescu (Romanian)
+  * Stas Solovey (Russian)
+  * Марко Костић (Serbian)
+  * Dušan Kazik (Slovak)
+  * Anders Jonsson (Swedish)
+  * Emin Tufan Çetin (Turkish)
+
 ================
 Evince    3.32.0
 ================
diff --git a/configure.ac b/configure.ac
index 760f0d5e..54be3a18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 
 m4_define([ev_major_version],[3])
 m4_define([ev_minor_version],[32])
-m4_define([ev_micro_version],[0])
+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])
 
diff --git a/meson.build b/meson.build
index 253fede1..0c7cdf97 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'Evince', ['c', 'cpp'],
-  version: '3.32.0',
+  version: '3.32.1',
   license: 'GPL2',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.48.0',
diff --git a/org.gnome.Evince.appdata.xml.in b/org.gnome.Evince.appdata.xml.in
index 7888b886..c29eb6bf 100644
--- a/org.gnome.Evince.appdata.xml.in
+++ b/org.gnome.Evince.appdata.xml.in
@@ -82,6 +82,19 @@
     <content_attribute id="money-gambling">none</content_attribute>
   </content_rating>
   <releases>
+    <release version="3.32.1" date="2019-09-29">
+      <issues>
+        <issue url="https://gitlab.gnome.org/GNOME/evince/issues/789";>#789</issue>
+        <issue url="https://gitlab.gnome.org/GNOME/evince/issues/1008";>#1008</issue>
+        <issue url="https://gitlab.gnome.org/GNOME/evince/issues/1113";>#1113</issue>
+        <issue url="https://gitlab.gnome.org/GNOME/evince/issues/1120";>#1120</issue>
+        <issue url="https://gitlab.gnome.org/GNOME/evince/issues/1125";>#1125</issue>
+        <issue url="https://gitlab.gnome.org/GNOME/evince/issues/1129";>#1129</issue>
+        <issue url="https://gitlab.gnome.org/GNOME/evince/issues/1145";>#1145</issue>
+        <issue url="https://gitlab.gnome.org/GNOME/evince/issues/1177";>#1177</issue>
+        <issue url="https://gitlab.gnome.org/GNOME/evince/issues/1179";>#1179</issue>
+      </issues>
+    </release>
     <release version="3.32.0" date="2019-03-14" />
     <release version="3.30.0" date="2018-09-03" />
   </releases>


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