summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-09-16 10:53:07 +0200
committerBastien Nocera <hadess@hadess.net>2022-09-16 10:53:07 +0200
commit7bb879e1f6746ca19f99629794e918cdbbd06008 (patch)
tree90e4c595109c6e3535773d58e7f5d65b62522c68
parente7cb1f4b287630783f3148b5f52e55be44c731b3 (diff)
downloadtotem-7bb879e1f6746ca19f99629794e918cdbbd06008.tar.gz
43.043.0
-rw-r--r--NEWS4
-rw-r--r--data/appdata/org.gnome.Totem.appdata.xml.in.in8
-rw-r--r--meson.build2
3 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 55ffb87e3..e3852370c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
New features and significant updates in version...
+Major changes in 43.0:
+- Remove obsolete Bugzilla entries from desktop file
+- Translation updates
+
Major changes in 43.rc:
- Fix videos not playing when opening through nautilus 43
- Translation updates
diff --git a/data/appdata/org.gnome.Totem.appdata.xml.in.in b/data/appdata/org.gnome.Totem.appdata.xml.in.in
index e7ff437e4..07aaa0aee 100644
--- a/data/appdata/org.gnome.Totem.appdata.xml.in.in
+++ b/data/appdata/org.gnome.Totem.appdata.xml.in.in
@@ -35,6 +35,14 @@
<translation type="gettext">totem</translation>
<launchable type="desktop-id">@APPLICATION_ID@.desktop</launchable>
<releases>
+ <release version="43.0" date="2022-09-16">
+ <description>
+ <p>
+ This new 43.0 version includes many bug fixes, translation updates, and
+ code cleanups that pave the way for the GTK4 port.
+ </p>
+ </description>
+ </release>
<release version="42.0" date="2022-03-18">
<description>
<p>
diff --git a/meson.build b/meson.build
index 2faade281..ea3b198fc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'totem', 'c',
- version: '43.rc',
+ version: '43.0',
license: 'GPL2+ with exception',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.57.0'