summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--NEWS21
-rw-r--r--flatpak/org.gnome.Evolution-stable.json26
3 files changed, 39 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index bc37e3a74c..8bab505975 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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-44
diff --git a/NEWS b/NEWS
index f2a99b272d..ec3fb9a3a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Evolution 3.48.0 2023-03-17
+---------------------------
+
+Miscellaneous:
+ mail.error.xml: Unmark two strings from translation
+
+Translations:
+ Aleksandr Melman (ru)
+ Anders Jonsson (sv)
+ Balázs Úr (hu)
+ Bruce Cowan (en_GB)
+ Changwoo Ryu (ko)
+ Dušan Kazik (sk)
+ Jean-Marc Tissières (fr)
+ Jordi Mas (ca)
+ Marek Černocký (cs)
+ Matej Urbančič (sl)
+ Sabri Ünal (tr)
+ Sergej A (ru)
+ Tim Sabsch (de)
+
Evolution 3.47.3 2023-03-03
---------------------------
diff --git a/flatpak/org.gnome.Evolution-stable.json b/flatpak/org.gnome.Evolution-stable.json
index 5874d324a9..a958c6b32d 100644
--- a/flatpak/org.gnome.Evolution-stable.json
+++ b/flatpak/org.gnome.Evolution-stable.json
@@ -6,17 +6,13 @@
"command": "evolution",
"rename-icon": "evolution",
"copy-icon": true,
- "branch": "gnome-43",
- "desktop-file-name-suffix": " (3.46)",
+ "branch": "gnome-44",
+ "desktop-file-name-suffix": " (3.48)",
"build-options" : {
"cflags": "-O2 -g -Wno-deprecated-declarations",
"cxxflags": "-O2 -g -Wno-deprecated-declarations"
},
"cleanup": [
- "/include",
- "/lib/pkgconfig",
- "/share/pkgconfig",
- "/share/aclocal",
"*.la",
"*.a"
],
@@ -40,6 +36,16 @@
"--talk-name=org.gnome.keyring.SystemPrompter",
"--talk-name=org.gnome.OnlineAccounts"
],
+ "add-extensions": {
+ "org.gnome.Evolution.Extension": {
+ "directory": "evolution/extensions",
+ "add-ld-path": "lib",
+ "merge-dirs": "lib;share",
+ "subdirectories": true,
+ "no-autodownload": true,
+ "autodelete": true
+ }
+ },
"modules": [
{
"name": "intltool",
@@ -315,6 +321,7 @@
],
"config-opts": [
"-DDBUS_SERVICES_PREFIX=org.gnome.Evolution",
+ "-DEXTENSIONS_DIR=/app/evolution/extensions",
"-DENABLE_FILE_LOCKING=fcntl",
"-DENABLE_DOT_LOCKING=OFF",
"-DENABLE_GTK=ON",
@@ -334,10 +341,11 @@
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/evolution-data-server.git",
- "branch": "gnome-43"
+ "branch": "gnome-44"
}
],
"post-install": [
+ "install -d /app/evolution/extensions",
"cp NEWS /app/share/NEWS.eds"
]
},
@@ -389,7 +397,7 @@
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/evolution.git",
- "branch": "gnome-43"
+ "branch": "gnome-44"
},
{
"type": "shell",
@@ -480,7 +488,7 @@
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/evolution-ews.git",
- "branch": "gnome-43"
+ "branch": "gnome-44"
}
],
"post-install": [