NEWS update for 3.42.0

This commit is contained in:
Milan Crha
2021-09-17 08:23:52 +02:00
parent 0d410f8e81
commit f315305bb0
4 changed files with 40 additions and 9 deletions

View File

@ -4,4 +4,4 @@
Get a clone of git repository and list changes with 'git log' there,
$ git clone https://gitlab.gnome.org/GNOME/evolution.git
or browse changes online at
https://gitlab.gnome.org/GNOME/evolution/commits/master
https://gitlab.gnome.org/GNOME/evolution/commits/gnome-41

30
NEWS
View File

@ -1,3 +1,33 @@
Evolution 3.42.0 2021-09-17
---------------------------
Bug Fixes:
I#1620 - Flatpak: Set StartupWMClass in the .desktop file (Milan Crha)
I#1630 - help: fix its:locNote placement (Anders Jonsson)
M!85 - help/ldap - clarify search scopes (Дилян Палаузов)
Miscellaneous:
help: Remove unused translated images (Andre Klapper)
Translations:
Alan Mortensen (da)
Anders Jonsson (sv)
Andika Triwidada (id)
Balázs Úr (hu)
Boyuan Yang (zh_CN)
Changwoo Ryu (ko)
Christian Kirbach (de)
Daniel Mustieles (es)
Daniel Șerbănescu (ro)
Efstathios Iosifidis (el)
Goran Vidović (hr)
Guillaume Bernard (fr)
Jiri Grönroos (fi)
Marek Černocký (cs)
Nathan Follens (nl)
Piotr Drąg (pl)
Yuri Chornoivan (uk)
Evolution 3.41.3 2021-09-03
---------------------------

View File

@ -1,7 +1,7 @@
{
"app-id": "org.gnome.Evolution",
"runtime": "org.gnome.Platform",
"runtime-version": "3.38",
"runtime-version": "40",
"sdk": "org.gnome.Sdk",
"command": "evolution",
"rename-icon": "evolution",

View File

@ -1,13 +1,13 @@
{
"app-id": "org.gnome.Evolution",
"runtime": "org.gnome.Platform",
"runtime-version": "3.38",
"runtime-version": "40",
"sdk": "org.gnome.Sdk",
"command": "evolution",
"rename-icon": "evolution",
"copy-icon": true,
"branch": "gnome-40",
"desktop-file-name-suffix": " (3.40)",
"branch": "gnome-41",
"desktop-file-name-suffix": " (3.42)",
"build-options" : {
"cflags": "-O2 -g -Wno-deprecated-declarations",
"cxxflags": "-O2 -g -Wno-deprecated-declarations"
@ -309,7 +309,7 @@
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/evolution-data-server.git",
"branch": "gnome-40"
"branch": "gnome-41"
}
]
},
@ -328,7 +328,8 @@
"-DENABLE_YTNEF=OFF",
"-DWITH_BOGOFILTER=/app/bin/bogofilter",
"-DWITH_GLADE_CATALOG=OFF",
"-DWITH_HELP=OFF"
"-DWITH_HELP=OFF",
"-DWITH_WMCLASS_OVERRIDE=evolution.bin"
],
"cleanup": [
"/etc/xdg",
@ -338,7 +339,7 @@
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/evolution.git",
"branch": "gnome-40"
"branch": "gnome-41"
},
{
"type": "shell",
@ -420,7 +421,7 @@
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/evolution-ews.git",
"branch": "gnome-40"
"branch": "gnome-41"
}
]
}