summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Riemann <friemann@gnome.org>2023-03-18 20:52:47 +0100
committerFelix Riemann <friemann@gnome.org>2023-03-18 20:52:47 +0100
commit5f5790bdbb1077073d3c9ce7b0cd55e1ab6a4da0 (patch)
tree6f0c2423a28acc5a2fcfc7a2991fd1df315def75
parentc975e2881ba35445b9cd4054dc138d662c57613a (diff)
downloadeog-5f5790bdbb1077073d3c9ce7b0cd55e1ab6a4da0.tar.gz
Prepare for release 44.044.0
-rw-r--r--NEWS38
-rw-r--r--data/eog.appdata.xml.in7
-rw-r--r--meson.build2
3 files changed, 42 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index d82f1592..cbd0c60c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Version 44.0
+------------
+
+Bug fixes and improvements:
+
+ * help: Switch mailing list URLs over to GNOME Discourse (Andre Klapper)
+
+New and updated translations:
+
+- Alexander Shopov [bg]
+- Marek Černocký [cs]
+- Ask Hjorth Larsen [da]
+- Efstathios Iosifidis [el]
+- Daniel Mustieles [es]
+- Asier Sarasua Garmendia [eu]
+- MohammadSaleh Kamyab [fa]
+- Jiri Grönroos [fi]
+- Irénée Thirion [fr]
+- Balázs Úr [hu]
+- Jeeyong Um [ko]
+- Aurimas Černius [lt]
+- Piotr Drąg [pl]
+- Марко М. Костић [sr]
+- Sabri Ünal [tr]
+
+New and updated manual translations
+
+- Alan Mortensen [da]
+- Tim Sabsch [de]
+- Irénée Thirion [fr]
+- Balázs Úr [hu]
+- Seong-ho Cho [ko]
+- Piotr Drąg, Aviary.pl [pl]
+- Ser82-png [ru]
+- Anders Jonsson [sv]
+- Sabri Ünal [tr]
+- Yuri Chornoivan [uk]
+
Version 44.beta
----------------
diff --git a/data/eog.appdata.xml.in b/data/eog.appdata.xml.in
index de2856af..9aa851e9 100644
--- a/data/eog.appdata.xml.in
+++ b/data/eog.appdata.xml.in
@@ -36,13 +36,12 @@
<kudo>UserDocs</kudo>
</kudos>
<releases>
- <release version="44.beta" date="2022-02-11" type="development" />
- <release version="44.alpha" date="2022-01-07" type="development" />
- <release version="43.2" date="2023-01-07">
+ <release version="44.0" date="2023-03-18">
<description>
- <p>Eye of GNOME 43.2 is the latest stable version of Eye of GNOME, and contains all the bugfixes and translation updates since release 43.1.</p>
+ <p>Eye of GNOME 44.0 is the latest stable version of Eye of GNOME, and contains all the bugfixes and translation updates since release 43.</p>
</description>
</release>
+ <release version="43.2" date="2023-01-07" />
<release version="43.1" date="2022-10-22" />
<release version="43.0" date="2022-09-17" />
<release version="42.2" date="2022-05-28" />
diff --git a/meson.build b/meson.build
index 3853d922..111f84d6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'eog', 'c',
- version: '44.rc',
+ version: '44.0',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.58.0',