summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-10-12 10:07:09 +0200
committerBastien Nocera <hadess@hadess.net>2021-10-12 10:33:21 +0200
commit5bcc171feaf6127dcd2c09289063adef662d33b2 (patch)
tree8080199bf981dd102790cea9cfd97c3027a64d2d
parentd22bbadb1487f3e34a1a95b959510c1d63aaefd2 (diff)
downloadtotem-5bcc171feaf6127dcd2c09289063adef662d33b2.tar.gz
3.38.2V_3_38_2
-rw-r--r--NEWS4
-rw-r--r--data/appdata/org.gnome.Totem.appdata.xml.in9
-rw-r--r--meson.build2
3 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fa884f016..8b8fb4755 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
New features and significant updates in version...
+Major changes in 3.38.2:
+- Add support for MPL subtitles
+- Fix OpenUri method in MPRIS plugin
+
Major changes in 3.38.1:
- Fix "Undetermined" appearing in language selection menus
- Make XF86Back go back up a level in library
diff --git a/data/appdata/org.gnome.Totem.appdata.xml.in b/data/appdata/org.gnome.Totem.appdata.xml.in
index f930bff54..0cedc9ed5 100644
--- a/data/appdata/org.gnome.Totem.appdata.xml.in
+++ b/data/appdata/org.gnome.Totem.appdata.xml.in
@@ -35,6 +35,15 @@
<translation type="gettext">totem</translation>
<launchable type="desktop-id">org.gnome.Totem.desktop</launchable>
<releases>
+ <release version="3.38.2" date="2021-10-12">
+ <description>
+ <p>
+ This new version adds support for the MPL subtitle format,
+ fixes opening files using the MPRIS interface, and updates
+ translations.
+ </p>
+ </description>
+ </release>
<release version="3.38.1" date="2021-06-15">
<description>
<p>
diff --git a/meson.build b/meson.build
index 7061935a3..458be2609 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'totem', 'c',
- version: '3.38.1',
+ version: '3.38.2',
license: 'GPL2+ with exception',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.50.0'