summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Riemann <friemann@gnome.org>2021-08-14 21:42:16 +0200
committerFelix Riemann <friemann@gnome.org>2021-08-14 21:42:16 +0200
commit2aff0bd3db48b728ed5161da11a1e9f356509ee0 (patch)
tree7bf50f21e3a5898e3a7b4175e0550dc679719abc
parente672c0d4a155dd14f0d861ec596987fbfda4cc6b (diff)
downloadeog-2aff0bd3db48b728ed5161da11a1e9f356509ee0.tar.gz
Prepare for release 41.beta41.beta
-rw-r--r--NEWS20
-rw-r--r--data/eog.appdata.xml.in6
-rw-r--r--meson.build2
3 files changed, 25 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 3a3a0731..cc9840b3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Version 41.beta
+---------------
+
+Bug fixes:
+
+ !102, Fix deprecated functions (Krifa75)
+ !106, EogImage: Do not crash if content type or filesize cannot be
+ detected (Felix Riemann)
+
+New and updated translations:
+
+- Alexander Shopov [bg]
+- Quentin PAGÈS [oc]
+- Alexey Rubtsov [ru]
+
+New and updated manual translations
+
+- Alexey Rubtsov [ru]
+- Yuri Chornoivan [uk]
+
Version 40.2
------------
diff --git a/data/eog.appdata.xml.in b/data/eog.appdata.xml.in
index 5d0b3d83..90809ce1 100644
--- a/data/eog.appdata.xml.in
+++ b/data/eog.appdata.xml.in
@@ -36,11 +36,13 @@
<kudo>UserDocs</kudo>
</kudos>
<releases>
- <release version="40.2" date="2021-06-05">
+ <release version="41.beta" date="2021-08-14" type="development" />
+ <release version="40.3" date="2021-08-14">
<description>
- <p>Eye of GNOME 40.2 is the latest stable version of Eye of GNOME, and it contains all the features and bugfixes introduced since our 3.38 release.</p>
+ <p>Eye of GNOME 40.3 is the latest stable version of Eye of GNOME, and it contains all the features and bugfixes introduced since our 3.38 release.</p>
</description>
</release>
+ <release version="40.2" date="2021-06-05" />
<release version="40.1" date="2021-05-01" />
<release version="40.0" date="2021-03-21" />
<release version="3.38.2" date="2021-02-13" />
diff --git a/meson.build b/meson.build
index 1eb528b2..284e67ab 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'eog', 'c',
- version: '40.3',
+ version: '41.beta',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.50.0',