[evince] Release 41.alpha
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] Release 41.alpha
- Date: Tue, 13 Jul 2021 02:41:21 +0000 (UTC)
commit ce77b2389a8dd173f06a7d0d3b05db3a7cc31b43
Author: Germán Poo-Caamaño <gpoo gnome org>
Date: Mon Jul 12 22:38:11 2021 -0400
Release 41.alpha
NEWS | 82 +++++++++++++++++++++++++++++++++++++++++
org.gnome.Evince.appdata.xml.in | 19 +++++++++-
2 files changed, 100 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index a43b9f37..e3afacd4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,85 @@
+==================
+Evince 41.alpha
+==================
+
+backends:
+ * add format attribute to stop warning on string literal (vanadiae)
+ * make function static as only used in this file (vanadiae)
+ * simplify metadata tags getters (vanadiae)
+ * use SaveToBufferData only with "struct" before (vanadiae)
+
+browser-plugin:
+ * Remove browser-plugin support (#968, Germán Poo-Caamaño)
+
+build:
+ * Add option to control internal vs external synctex (Matt Turner)
+ * Allow building without libhandy-1 available (Bastien Nocera)
+ * Bump version requirement for Poppler (Germán Poo-Caamaño)
+ * Fix conversion to match new version scheme (Germán Poo-Caamaño)
+ * Update dependency versions for flatpak (Germán Poo-Caamaño)
+ * Use devel icon for unstable version installed (Germán Poo-Caamaño)
+ * Use platform/master as runtime instead of SDK (#1557, Germán Poo-Caamaño)
+ * Remove c++ dependency, and use only C (Germán Poo-Caamaño)
+
+data:
+ * Fix AppData urls for issues (Germán Poo-Caamaño)
+
+flatpak:
+ * Bump manifest to latest WebP version (Germán Poo-Caamaño)
+ * Remove dconf permissions (Germán Poo-Caamaño)
+ * Require Flatpak >= 0.11.6 (Patrick)
+ * Use development flag when building the unstable version (Germán Poo-Caamaño)
+ * Add access to pulseaudio sound server to flatpak. (Berteaux)
+
+gitlab-ci:
+ * Update versions for gitlab-ci's Docker image (Germán Poo-Caamaño)
+ * fix pipeline error libhandy cannot find vapigen (Nelson Benítez León)
+ * Add meson-internal-synctex job (Matt Turner)
+
+help:
+ * Update Evince icon as svg (Sabri Ünal)
+ * correct Window action (Sabri Ünal)
+
+libview:
+ * dual page option is ignored for single page documents (#220, Raghuveer Kasaraneni)
+
+shell:
+ * Add mnemonics to annotations contextual menus (Germán Poo-Caamaño)
+ * Added mnemonic for highlight option in context menu (#1618, Chayut Liewlom)
+ * Adding padding to improve readability (#1571, Jose Santos)
+ * Always show the annotation window on new annotations (Mads Chr. Olesen)
+ * Enable odd pages left when dual page is on (#602, Germán Poo-Caamaño)
+ * Expand sidebar annotations by default (Mads Chr. Olesen)
+ * Fix libhandy includes (Bastien Nocera)
+ * Implemented headerbar for Annotation Properties dialog (#1570, Chayut Liewlom)
+ * Reload annotation sidebar on annotation properties changes (#1004, Mads Chr. Olesen)
+ * Reload the annotation sidebar when the type changes (#1004, Mads Chr. Olesen)
+ * Show annotation contents in sidebar when available (#386, Mads Chr. Olesen)
+ * Show content in tooltip popup in annotations sidebar (Mads Chr. Olesen)
+ * Show filename in recent view when title has only spaces (#1587, Alphonse Daudet Chokossa Hemadeu)
+ * support duration in decimal value (#637, Nelson Benítez León)
+ * be able to collapse/expand all entries (#736, Nelson Benítez León)
+ * fix g_critical about removing non-existant timer (Nelson Benítez León)
+ * fix compilation error when DBus is disabled (Tom Schoonjans)
+ * Add new-window desktop action (#1351, Mpho Jele)
+ * Show None when missing creation/modification date (#1549, Volte--Vieira Philippe)
+ * Use a constant for GString init size (Nelson Benítez León)
+
+Developers:
+ * Alphonse Daudet Chokossa Hemadeu, Bastien Nocera, Berteaux, Chayut Liewlom, Germán Poo-Caamaño, Jose
Santos, Mads Chr. Olesen, Matt Turner, Mpho Jele, Nelson Benítez León, Patrick, Piotr Drąg, Raghuveer
Kasaraneni, Sabri Ünal, Tom Schoonjans, Volte--Vieira Philippe, vanadiae
+
+Translations:
+ * Rafael Fontenelle (Brazilian Portuguese)
+ * Jordi Mas (Catalan)
+ * Kukuh Syafaat (Indonesian)
+ * Hugo Carvalho (Portuguese)
+ * Florentina Mușat (Romanian)
+ * Alexey Rubtsov (Russian)
+ * Julia Dronova (Russian)
+ * Matej Urbančič (Slovenian)
+ * Anders Jonsson (Swedish)
+ * Yuri Chornoivan (Ukrainian)
+
==============
Evince 40.2
==============
diff --git a/org.gnome.Evince.appdata.xml.in b/org.gnome.Evince.appdata.xml.in
index 0f306ed3..5da49803 100644
--- a/org.gnome.Evince.appdata.xml.in
+++ b/org.gnome.Evince.appdata.xml.in
@@ -81,7 +81,24 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
- <release version="41.alpha" type="development" date="2021-05-13"/>
+ <release version="41.alpha" type="development" date="2021-07-12">
+ <issues>
+ <issue url="https://gitlab.gnome.org/GNOME/evince/issues/220">#220</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/evince/issues/386">#386</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/evince/issues/602">#602</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/evince/issues/637">#637</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/evince/issues/736">#736</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/evince/issues/968">#968</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/evince/issues/1004">#1004</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/evince/issues/1351">#1351</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/evince/issues/1549">#1549</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/evince/issues/1557">#1557</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/evince/issues/1570">#1570</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/evince/issues/1571">#1571</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/evince/issues/1587">#1587</issue>
+ <issue url="https://gitlab.gnome.org/GNOME/evince/issues/1618">#1618</issue>
+ </issues>
+ </release>
<release version="40.2" date="2021-06-08">
<issues>
<issue url="https://gitlab.gnome.org/GNOME/evince/issues/1587">#1587</issue>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]